summaryrefslogtreecommitdiff
path: root/man/sd_bus_error_add_map.xml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-25 12:19:20 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-25 12:34:59 -0400
commit64713f35b5a75b441ab300813ff5a48b0bffed92 (patch)
tree5809c63714951c319bdd6195dc33d5e0a4bb15aa /man/sd_bus_error_add_map.xml
parented045d8dc960f6e32abd79b16cc7f18304e6bd94 (diff)
FSDG: man/: Refer to the operating system as GNU/Linux.
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit.
Diffstat (limited to 'man/sd_bus_error_add_map.xml')
-rw-r--r--man/sd_bus_error_add_map.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error_add_map.xml b/man/sd_bus_error_add_map.xml
index 139bd77d8c..7dc1ef6c90 100644
--- a/man/sd_bus_error_add_map.xml
+++ b/man/sd_bus_error_add_map.xml
@@ -82,7 +82,7 @@
<para>The <function>sd_bus_error_add_map()</function> call may be
used to register additional mappings for converting D-Bus errors
- to Linux <varname>errno</varname>-style errors. The mappings
+ to GNU/Linux <varname>errno</varname>-style errors. The mappings
defined with this call are consulted by calls such as
<citerefentry><refentrytitle>sd_bus_error_set</refentrytitle><manvolnum>3</manvolnum></citerefentry>
or