diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-06-28 00:48:28 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-28 00:06:30 -0400 |
commit | 8d0e0ddda6501479eb69164687c83c1a7667b33a (patch) | |
tree | 167d9b1618cd3bbd2cf8d4ba700205408af27ccb /man/systemd.socket.xml | |
parent | 0fdeb6e011dfdb17636c81e2d7e0d632186359ce (diff) |
doc: grammatical corrections
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index b3607a8b63..aeeb97fccd 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -376,7 +376,7 @@ <term><varname>SocketGroup=</varname></term> <listitem><para>Takes a UNIX - user/group name. When specified + user/group name. When specified, all AF_UNIX sockets and FIFO nodes in the file system are owned by the specified user and group. If unset @@ -751,14 +751,14 @@ <varlistentry> <term><varname>RemoveOnStop=</varname></term> <listitem><para>Takes a boolean - argument. If enabled any file nodes + argument. If enabled, any file nodes created by this socket unit are removed when it is stopped. This applies to AF_UNIX sockets in the file - system, POSIX message queues as well - as FIFOs, as well as any symlinks to + system, POSIX message queues, FIFOs, + as well as any symlinks to them configured with - <varname>Symlinks=</varname>. Normally + <varname>Symlinks=</varname>. Normally, it should not be necessary to use this option, and is not recommended as services might continue to run after @@ -775,7 +775,7 @@ system paths. The specified paths will be created as symlinks to the AF_UNIX socket path or FIFO path of this - socket unit. If this setting is used + socket unit. If this setting is used, only one AF_UNIX socket in the file system or one FIFO may be configured for the socket unit. Use this option |