diff options
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 81f9deab36..986ef8c018 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -251,8 +251,10 @@ directories are automatically created if needed. This option specifies the file system access mode used when - creating these directories. Defaults - to 0755.</para></listitem> + creating these directories. Takes an + access mode in octal + notation. Defaults to + 0755.</para></listitem> </varlistentry> <varlistentry> @@ -261,7 +263,8 @@ system socket of FIFO, this option specifies the file system access mode used when creating the file - node. Defaults to + node. Takes an access mode in octal + notation. Defaults to 0666.</para></listitem> </varlistentry> |