mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Put back punctuation inside quotes
Reverts part of 811d59db8b
.
Looks like "American English prefers that periods and commas be
placed inside closing quotation marks," according to
https://en.wikipedia.org/wiki/American_English
This commit is contained in:
parent
214ea81811
commit
c88ec71538
@ -54,7 +54,7 @@ install -dv -m 1777 /tmp /var/tmp</userinput></screen>
|
|||||||
<filename class="directory">/tmp</filename> and <filename
|
<filename class="directory">/tmp</filename> and <filename
|
||||||
class="directory">/var/tmp</filename> directories, but cannot remove
|
class="directory">/var/tmp</filename> directories, but cannot remove
|
||||||
another user's files from them. The latter is prohibited by the so-called
|
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>
|
<sect2>
|
||||||
<title>FHS Compliance Note</title>
|
<title>FHS Compliance Note</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user