diff options
author | Conrad Meyer <cemeyer@cs.washington.edu> | 2010-07-06 18:24:38 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 03:40:12 +0200 |
commit | ad678a066b4ba5d8914dd7d5a4093572841205cf (patch) | |
tree | 86ba4f1da18735719d50cab2b325c13a5939f1bd /man/sd_notify.xml | |
parent | 7b97f4773207d9e1301f5263229ceba26b515756 (diff) |
man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages
Just some minor grammar fixes.
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 80856a22d5..7c1d982d85 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -252,7 +252,7 @@ <title>Start-up Notification</title> <para>When a daemon finished starting up, it - might issue the following call call to notify + might issue the following call to notify the init system:</para> <programlisting>sd_notify(0, "READY=1");</programlisting> |