To be consistent, add a space between prompts and commands.
This commit is contained in:
parent
f8607e2e1a
commit
7eb746701d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17945
1 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@
|
|||
the following command to block other users from accessing
|
||||
<replaceable>FILE</replaceable>:</para>
|
||||
|
||||
<screen>&prompt.user;<userinput>chmod go= FILE</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>chmod go= FILE</userinput></screen>
|
||||
|
||||
<para>A comma separated list can be provided when more than one set
|
||||
of changes to a file must be made. For example the following command
|
||||
|
@ -317,7 +317,7 @@
|
|||
on <replaceable>FILE</replaceable>, then it adds the execute
|
||||
permissions for everyone:</para>
|
||||
|
||||
<screen>&prompt.user;<userinput>chmod go-w,a+x <replaceable>FILE</replaceable></userinput></screen>
|
||||
<screen>&prompt.user; <userinput>chmod go-w,a+x <replaceable>FILE</replaceable></userinput></screen>
|
||||
|
||||
<para>Most users will not notice this, but it should be pointed out
|
||||
that using the octal method will only set or assign permissions to
|
||||
|
|
Loading…
Reference in a new issue