diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-11 13:52:28 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-11 13:52:28 +0100 |
commit | 811d59db8bb741c941656c94fb1be2ce6b55c7e2 (patch) | |
tree | 3e9c96e101a246bc504a706a734cd7cb5900cef9 /chapter07 | |
parent | f1370e2fb9e38c46cec7b1d82f6d5853486f401b (diff) |
Nitpick on format
- according to our typography, referring to a manual page should be
<filename>page(x)</filename>
- don't enclose punctuation into quotes
- use <option> for option
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml index e2faa08da..c96d9c5b8 100644 --- a/chapter07/creatingdirs.xml +++ b/chapter07/creatingdirs.xml @@ -54,7 +54,7 @@ install -dv -m 1777 /tmp /var/tmp</userinput></screen> <filename class="directory">/tmp</filename> and <filename class="directory">/var/tmp</filename> directories, but cannot remove another user's files from them. The latter is prohibited by the so-called - <quote>sticky bit,</quote> the highest bit (1) in the 1777 bit mask.</para> + <quote>sticky bit</quote>, the highest bit (1) in the 1777 bit mask.</para> <sect2> <title>FHS Compliance Note</title> |