diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-24 12:18:44 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-24 12:18:44 -0500 |
commit | 1fd6a6310688e1dc04f59f174e69f4fa106a0b83 (patch) | |
tree | cd3ff39730c4c2276115b14cc5f80bc3fa992eee /src | |
parent | e2695b4531ba74a09da84985c104b95536b17e7b (diff) |
Fix a grammatical issue in sd_notify(3).
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/sd_notify.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/sd_notify.xml b/src/libsystemd/sd_notify.xml index 94542b80b8..ef66e93ab9 100644 --- a/src/libsystemd/sd_notify.xml +++ b/src/libsystemd/sd_notify.xml @@ -307,8 +307,8 @@ code. If <varname>$NOTIFY_SOCKET</varname> was not set and hence no status data could be sent, 0 is returned. If the status was sent, these functions return with a positive return value. In - order to support both, init systems that implement this scheme and - those which do not, it is generally recommended to ignore the + order to support both init systems that implement this scheme and + those that do not, it is generally recommended to ignore the return value of this call.</para> </refsect1> |