diff options
author | Joerg Behrmann <behrmann@physik.fu-berlin.de> | 2021-02-24 21:39:03 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-24 21:54:11 +0100 |
commit | fa027117582b19d9230427e5a74baf1c9588220d (patch) | |
tree | b1abda7cb400e4641bfba04f4974e7cadb4ab3ee /man/sd_bus_error.xml | |
parent | network: Implement B.A.T.M.A.N. Advanced interface type (diff) | |
download | systemd-fa027117582b19d9230427e5a74baf1c9588220d.tar.xz systemd-fa027117582b19d9230427e5a74baf1c9588220d.zip |
treewide: fix spelling
Diffstat (limited to 'man/sd_bus_error.xml')
-rw-r--r-- | man/sd_bus_error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index af2238e74d..bfc5caf4e2 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -266,7 +266,7 @@ former. This function cannot fail, as no new memory is allocated. Note that if <parameter>e</parameter> is not set (or <constant>NULL</constant>) <parameter>dst</parameter> is initializated to <constant>SD_BUS_ERROR_NULL</constant>. Moreover, if <parameter>dst</parameter> is <constant>NULL</constant> no - operation is executed on it and and resources held by <parameter>e</parameter> are freed and reset. Returns a + operation is executed on it and resources held by <parameter>e</parameter> are freed and reset. Returns a converted <varname>errno</varname>-like, negative error code.</para> <para><function>sd_bus_error_is_set()</function> will return a |