summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-24 12:18:44 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-24 12:18:44 -0500
commit1fd6a6310688e1dc04f59f174e69f4fa106a0b83 (patch)
treecd3ff39730c4c2276115b14cc5f80bc3fa992eee
parente2695b4531ba74a09da84985c104b95536b17e7b (diff)
Fix a grammatical issue in sd_notify(3).
-rw-r--r--src/libsystemd/sd_notify.xml4
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>