<emphasis remap=bf>...</emphasis> --> <command>...</command>
This commit is contained in:
parent
fc5aa822dc
commit
fdf212e121
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3056
4 changed files with 31 additions and 27 deletions
|
@ -288,4 +288,8 @@ for example,
|
|||
section in the handbook that talks about kernel options, where the
|
||||
quoted options are quoted with `` and ''. Fix them so that standard
|
||||
double quotes are used (so they can cut-n-pasted).
|
||||
|
||||
23. Start working on <emphasis remap=bf>...</emphasis>
|
||||
|
||||
Convert the first lot to <command>...</command>
|
||||
|
||||
|
|
|
@ -1933,7 +1933,7 @@
|
|||
of <emphasis>man pages</emphasis>. Nearly every program on the
|
||||
system comes with a short reference manual explaining the basic
|
||||
operation and various arguments. These manuals can be view with the
|
||||
<emphasis remap=tt><emphasis remap=bf>man</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>man</command></emphasis>
|
||||
command. Use of the <emphasis remap=tt><emphasis
|
||||
remap=bf>man</emphasis></emphasis> command is simple:
|
||||
<informalexample>
|
||||
|
@ -1985,7 +1985,7 @@
|
|||
|
||||
</orderedlist> in some cases, the same topic may appear in more than
|
||||
one section of the on-line manual. For example, there is a
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and a <emphasis
|
||||
remap=tt><function>chmod()</function></emphasis> system call. In
|
||||
this case, you can tell the <emphasis remap=tt><emphasis
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
particular section of the on-line manual are traditionally placed in
|
||||
parenthesis in written documentation, so <emphasis
|
||||
remap=tt><command>chmod(1)</command></emphasis> refers to the
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and <emphasis
|
||||
remap=tt><function>chmod(2)</function></emphasis> refers to the
|
||||
system call.</para>
|
||||
|
@ -2015,7 +2015,7 @@
|
|||
</informalexample> With this command you will be presented with a
|
||||
list of commands that have the keyword <quote>mail</quote> in their descriptions.
|
||||
This is actually functionally equivalent to using the <emphasis
|
||||
remap=tt><emphasis remap=bf>apropos</emphasis></emphasis>
|
||||
remap=tt><command>apropos</command></emphasis>
|
||||
command.</para>
|
||||
|
||||
<para>So, you are looking at all those fancy commands in
|
||||
|
@ -4590,8 +4590,8 @@
|
|||
<listitem>
|
||||
<para><emphasis remap=tt>pty</emphasis> is a
|
||||
<quote>pseudo-terminal</quote> or simulated login port. It is used
|
||||
by incoming <emphasis remap=bf>telnet</emphasis> and
|
||||
<emphasis remap=bf>rlogin</emphasis> sessions, xterm, and
|
||||
by incoming <command>telnet</command> and
|
||||
<command>rlogin</command> sessions, xterm, and
|
||||
some other applications such as emacs. The
|
||||
<emphasis>number</emphasis> indicates the number of
|
||||
<emphasis remap=tt>pty</emphasis>s to create. If you need
|
||||
|
@ -22503,8 +22503,8 @@
|
|||
secure site. Some versions of <command>sendmail</command> have known security
|
||||
problems.</para>
|
||||
|
||||
<para> <emphasis remap=tt><emphasis remap=bf> sendmail
|
||||
</emphasis></emphasis> does two jobs. It looks after delivering
|
||||
<para> <emphasis remap=tt><command> sendmail
|
||||
</command></emphasis> does two jobs. It looks after delivering
|
||||
and receiving mail.</para>
|
||||
|
||||
<para>If <emphasis remap=bf><command>sendmail</command>
|
||||
|
@ -25099,7 +25099,7 @@
|
|||
|
||||
<sect1
|
||||
id="makeworld">
|
||||
<title>Using <emphasis remap=bf>make world</emphasis> to rebuild your
|
||||
<title>Using <command>make world</command> to rebuild your
|
||||
system</title>
|
||||
|
||||
<para><emphasis>Contributed by &a.nik;.</emphasis></para>
|
||||
|
|
|
@ -1933,7 +1933,7 @@
|
|||
of <emphasis>man pages</emphasis>. Nearly every program on the
|
||||
system comes with a short reference manual explaining the basic
|
||||
operation and various arguments. These manuals can be view with the
|
||||
<emphasis remap=tt><emphasis remap=bf>man</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>man</command></emphasis>
|
||||
command. Use of the <emphasis remap=tt><emphasis
|
||||
remap=bf>man</emphasis></emphasis> command is simple:
|
||||
<informalexample>
|
||||
|
@ -1985,7 +1985,7 @@
|
|||
|
||||
</orderedlist> in some cases, the same topic may appear in more than
|
||||
one section of the on-line manual. For example, there is a
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and a <emphasis
|
||||
remap=tt><function>chmod()</function></emphasis> system call. In
|
||||
this case, you can tell the <emphasis remap=tt><emphasis
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
particular section of the on-line manual are traditionally placed in
|
||||
parenthesis in written documentation, so <emphasis
|
||||
remap=tt><command>chmod(1)</command></emphasis> refers to the
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and <emphasis
|
||||
remap=tt><function>chmod(2)</function></emphasis> refers to the
|
||||
system call.</para>
|
||||
|
@ -2015,7 +2015,7 @@
|
|||
</informalexample> With this command you will be presented with a
|
||||
list of commands that have the keyword <quote>mail</quote> in their descriptions.
|
||||
This is actually functionally equivalent to using the <emphasis
|
||||
remap=tt><emphasis remap=bf>apropos</emphasis></emphasis>
|
||||
remap=tt><command>apropos</command></emphasis>
|
||||
command.</para>
|
||||
|
||||
<para>So, you are looking at all those fancy commands in
|
||||
|
@ -4590,8 +4590,8 @@
|
|||
<listitem>
|
||||
<para><emphasis remap=tt>pty</emphasis> is a
|
||||
<quote>pseudo-terminal</quote> or simulated login port. It is used
|
||||
by incoming <emphasis remap=bf>telnet</emphasis> and
|
||||
<emphasis remap=bf>rlogin</emphasis> sessions, xterm, and
|
||||
by incoming <command>telnet</command> and
|
||||
<command>rlogin</command> sessions, xterm, and
|
||||
some other applications such as emacs. The
|
||||
<emphasis>number</emphasis> indicates the number of
|
||||
<emphasis remap=tt>pty</emphasis>s to create. If you need
|
||||
|
@ -22503,8 +22503,8 @@
|
|||
secure site. Some versions of <command>sendmail</command> have known security
|
||||
problems.</para>
|
||||
|
||||
<para> <emphasis remap=tt><emphasis remap=bf> sendmail
|
||||
</emphasis></emphasis> does two jobs. It looks after delivering
|
||||
<para> <emphasis remap=tt><command> sendmail
|
||||
</command></emphasis> does two jobs. It looks after delivering
|
||||
and receiving mail.</para>
|
||||
|
||||
<para>If <emphasis remap=bf><command>sendmail</command>
|
||||
|
@ -25099,7 +25099,7 @@
|
|||
|
||||
<sect1
|
||||
id="makeworld">
|
||||
<title>Using <emphasis remap=bf>make world</emphasis> to rebuild your
|
||||
<title>Using <command>make world</command> to rebuild your
|
||||
system</title>
|
||||
|
||||
<para><emphasis>Contributed by &a.nik;.</emphasis></para>
|
||||
|
|
|
@ -1933,7 +1933,7 @@
|
|||
of <emphasis>man pages</emphasis>. Nearly every program on the
|
||||
system comes with a short reference manual explaining the basic
|
||||
operation and various arguments. These manuals can be view with the
|
||||
<emphasis remap=tt><emphasis remap=bf>man</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>man</command></emphasis>
|
||||
command. Use of the <emphasis remap=tt><emphasis
|
||||
remap=bf>man</emphasis></emphasis> command is simple:
|
||||
<informalexample>
|
||||
|
@ -1985,7 +1985,7 @@
|
|||
|
||||
</orderedlist> in some cases, the same topic may appear in more than
|
||||
one section of the on-line manual. For example, there is a
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and a <emphasis
|
||||
remap=tt><function>chmod()</function></emphasis> system call. In
|
||||
this case, you can tell the <emphasis remap=tt><emphasis
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
particular section of the on-line manual are traditionally placed in
|
||||
parenthesis in written documentation, so <emphasis
|
||||
remap=tt><command>chmod(1)</command></emphasis> refers to the
|
||||
<emphasis remap=tt><emphasis remap=bf>chmod</emphasis></emphasis>
|
||||
<emphasis remap=tt><command>chmod</command></emphasis>
|
||||
user command and <emphasis
|
||||
remap=tt><function>chmod(2)</function></emphasis> refers to the
|
||||
system call.</para>
|
||||
|
@ -2015,7 +2015,7 @@
|
|||
</informalexample> With this command you will be presented with a
|
||||
list of commands that have the keyword <quote>mail</quote> in their descriptions.
|
||||
This is actually functionally equivalent to using the <emphasis
|
||||
remap=tt><emphasis remap=bf>apropos</emphasis></emphasis>
|
||||
remap=tt><command>apropos</command></emphasis>
|
||||
command.</para>
|
||||
|
||||
<para>So, you are looking at all those fancy commands in
|
||||
|
@ -4590,8 +4590,8 @@
|
|||
<listitem>
|
||||
<para><emphasis remap=tt>pty</emphasis> is a
|
||||
<quote>pseudo-terminal</quote> or simulated login port. It is used
|
||||
by incoming <emphasis remap=bf>telnet</emphasis> and
|
||||
<emphasis remap=bf>rlogin</emphasis> sessions, xterm, and
|
||||
by incoming <command>telnet</command> and
|
||||
<command>rlogin</command> sessions, xterm, and
|
||||
some other applications such as emacs. The
|
||||
<emphasis>number</emphasis> indicates the number of
|
||||
<emphasis remap=tt>pty</emphasis>s to create. If you need
|
||||
|
@ -22503,8 +22503,8 @@
|
|||
secure site. Some versions of <command>sendmail</command> have known security
|
||||
problems.</para>
|
||||
|
||||
<para> <emphasis remap=tt><emphasis remap=bf> sendmail
|
||||
</emphasis></emphasis> does two jobs. It looks after delivering
|
||||
<para> <emphasis remap=tt><command> sendmail
|
||||
</command></emphasis> does two jobs. It looks after delivering
|
||||
and receiving mail.</para>
|
||||
|
||||
<para>If <emphasis remap=bf><command>sendmail</command>
|
||||
|
@ -25099,7 +25099,7 @@
|
|||
|
||||
<sect1
|
||||
id="makeworld">
|
||||
<title>Using <emphasis remap=bf>make world</emphasis> to rebuild your
|
||||
<title>Using <command>make world</command> to rebuild your
|
||||
system</title>
|
||||
|
||||
<para><emphasis>Contributed by &a.nik;.</emphasis></para>
|
||||
|
|
Loading…
Reference in a new issue