Split the typographic convention examples for commands, files and
screen output in three separate entries, to avoid confusing the reader. PR: docs/93017 Submitted by: Ben Kaduk <minimarmot@gmail.com>
This commit is contained in:
parent
a6cf5b77ec
commit
296305a256
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27080
1 changed files with 13 additions and 7 deletions
|
@ -126,15 +126,21 @@
|
|||
<entry>Examples</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>The name of commands, files, and directories. On screen
|
||||
computer output.</entry>
|
||||
<entry><para>Edit your <filename>.login</filename>
|
||||
file.</para><para>Use <command>ls -a</command> to list all
|
||||
files.</para><para><screen>You have mail.</screen>
|
||||
</para></entry>
|
||||
<entry>The names of commands.</entry>
|
||||
<entry>Use <command>ls -l</command> to list all files.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>The names of files.</entry>
|
||||
<entry>Edit your <filename>.login</filename> file.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>On screen computer output.</entry>
|
||||
<entry><screen>You have mail.</screen></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue