diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-15 07:19:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-15 07:19:30 +0200 |
commit | a3f5f4a5c0fc725fb56fa00e8786613b83c152d3 (patch) | |
tree | 83d42cffd2a222a72a0a967ee6d2eb5e35aea22f /man/sd_bus_error.xml | |
parent | tree-wide: add missing whitespace at the end of comments (diff) | |
download | systemd-a3f5f4a5c0fc725fb56fa00e8786613b83c152d3.tar.xz systemd-a3f5f4a5c0fc725fb56fa00e8786613b83c152d3.zip |
fix typo
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 bb8015de5e..aa4822818a 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -253,7 +253,7 @@ <para><function>sd_bus_error_move()</function> is similar to <function>sd_bus_error_copy()</function>, but will move any error information from <parameter>e</parameter> into <parameter>dst</parameter>, resetting the former. This function cannot fail, as no new memory is allocated. Note that if - <parameter>e</parameter> is not set, <parameter>dst</parameter> is initializated to + <parameter>e</parameter> is not set, <parameter>dst</parameter> is initialized to <constant>SD_BUS_ERROR_NULL</constant>. Moreover, if <parameter>dst</parameter> is <constant>NULL</constant> no operation is executed on it and resources held by <parameter>e</parameter> are freed and reset. Returns a converted <varname>errno</varname>-like, non-positive error value.</para> |