summaryrefslogtreecommitdiff
path: root/man/sd_listen_fds.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-06-25 00:04:29 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 00:04:29 +0200
commitaf62c704053b5d34672497eb5bdc4764ebbb5f4f (patch)
treee599d76739031d9c37e12d9deb651b306df8e757 /man/sd_listen_fds.xml
parent11e299550e832659095d7bf833e4e8fc1971ef1e (diff)
man: various fixes
Diffstat (limited to 'man/sd_listen_fds.xml')
-rw-r--r--man/sd_listen_fds.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index 734e2374d..06403ecaa 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -96,8 +96,7 @@
for the service to work, hence it should not be
verified. On the other hand, whether a socket is a
datagram or stream socket matters a lot for the most
- common program logics and should hence be
- checked.</para>
+ common program logics and should be checked.</para>
<para>This function call will set the FD_CLOEXEC flag
for all passed file descriptors to avoid further
@@ -111,9 +110,9 @@
errno-style error code. If
<varname>$LISTEN_FDS</varname>/<varname>$LISTEN_PID</varname>
was not set or not correctly set for this daemon and
- hence no file descriptors received 0 is
+ hence no file descriptors received, 0 is
returned. Otherwise the number of file descriptors
- passed is returned, the application may find them
+ passed is returned. The application may find them
starting with file descriptor SD_LISTEN_FDS_START,
i.e. file descriptor 3.</para>
</refsect1>