From ad678a066b4ba5d8914dd7d5a4093572841205cf Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 6 Jul 2010 18:24:38 -0700 Subject: man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes. --- man/daemon.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/daemon.xml') diff --git a/man/daemon.xml b/man/daemon.xml index 8e9e939532..dfee390164 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -384,7 +384,7 @@ communication channels are established already, and no request is lost because client requests will be queued by the bus system (in case of D-Bus) or the kernel (in - case of sockets), until the activation + case of sockets), until the activation is completed. @@ -726,7 +726,7 @@ install their systemd unit files in the directory returned by pkg-config systemd - --variable=systemdsystemnunitdir + --variable=systemdsystemunitdir (for system services), resp. pkg-config systemd --variable=systemdsessionunitdir @@ -809,8 +809,8 @@ fi Since new-style init systems such as systemd are compatible with traditional SysV init systems it is not strictly necessary to port existing daemons to the - new style. However doing this offers additional - functionality to the daemons as well as it simplifies + new style. However doing so offers additional + functionality to the daemons as well as simplifying integration into new-style init systems. To port an existing SysV compatible daemon the @@ -849,7 +849,7 @@ fi left-over file descriptors are passed to executed processes, it might be a good choice to simply skip the closing of all remaining - open file descriptors if file descriptors are + open file descriptors if sockets are passed. Write and install a systemd -- cgit v1.2.3-54-g00ecf