diff options
author | David Strauss <david@davidstrauss.net> | 2013-05-18 02:28:25 -0700 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-05-18 02:28:25 -0700 |
commit | 12f25b6e741bc8394f63778598fc203e3f6d4ae6 (patch) | |
tree | 9e692b745e4642b424c165dee5571b5cd774e734 /man/daemon.xml | |
parent | 16af1d3922e1382c26b1beba38ddb22581c49f3b (diff) |
Standardize on 'file system' and 'namespace' in man pages.
This change is based on existing usage in systemd and online.
'File-system' may make sense in adjectival form, but man pages
seem to prefer 'file system' even in those situations.
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 0d29e7aa1c..1283799473 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -905,7 +905,7 @@ fi</programlisting> <function>sd_listen_fds()</function> returns a positive value), skip the socket creation step and use the passed sockets. Secondly, ensure - that the file-system socket nodes for local + that the file system socket nodes for local AF_UNIX sockets used in the socket-based activation are not removed when the daemon shuts down, if sockets have been |