diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-11-01 23:35:34 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-11-01 23:35:34 +0100 |
commit | f848f8d87e3aafa514e8134e3ecf2317d89420e0 (patch) | |
tree | c6b9ac3f72830cab7984a98844de799f0365d93a /man/systemd.socket.xml | |
parent | 173fa08331efefab82cd02b39a3f70e47544d084 (diff) |
man: typo fixes
Fixes a few more typos. Also changes a "Accept=no" to
"Accept=false" to be consistent with the previous examples
in the same man page.
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index ae8497e8ab..a3629a9e28 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -395,7 +395,7 @@ until at least one existing connection is terminated. This setting has no effect for sockets configured with - <option>Accept=no</option> or datagram + <option>Accept=false</option> or datagram sockets. Defaults to 64.</para></listitem> </varlistentry> |