Replace `` '' with <command> ... </command> where appropriate.
This commit is contained in:
parent
5c3f03274b
commit
5f46042637
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2912
4 changed files with 27 additions and 24 deletions
|
@ -183,3 +183,6 @@ for example,
|
|||
Not all the `` '' pairs were changed, since in some cases they delimit
|
||||
filenames, options and so on.
|
||||
|
||||
8. As with change 7, but replace with <command> ... </command> as
|
||||
necessary.
|
||||
|
||||
|
|
|
@ -600,7 +600,7 @@
|
|||
makes it much easier for us to update ports, and greatly reduces
|
||||
the disk space demands made by the older 1.0 ports collection. To
|
||||
compile a port, you simply change to the directory of the program
|
||||
you wish to install, type ``make all'' followed by ``make install''
|
||||
you wish to install, type <command>make all</command> followed by <command>make install</command>
|
||||
after successful compilation and let the system do the rest. The
|
||||
full original distribution for each port you build is retrieved
|
||||
dynamically off the CDROM or a local ftp site, so you need only
|
||||
|
@ -1604,8 +1604,8 @@
|
|||
installation process. You will need to know how to dial your ISP
|
||||
using the <quote>AT commands</quote> specific to your modem, as the PPP
|
||||
dialer provides only a very simple terminal emulator. If you're
|
||||
using PAP or CHAP, you'll need to type the necessary ``set
|
||||
authname'' and ``set authkey'' commands before typing ``term''.
|
||||
using PAP or CHAP, you'll need to type the necessary <command>set
|
||||
authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
|
||||
Refer to the user-ppp <xref linkend="userppp" remap="handbook">
|
||||
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
|
||||
further information. If you have problems, logging can be
|
||||
|
@ -4800,7 +4800,7 @@
|
|||
<informalexample>
|
||||
<screen>config: line 17: syntax error</screen>
|
||||
</informalexample> you can skip to the problem in <emphasis
|
||||
remap=tt>vi</emphasis> by typing ``17G'' in command mode.
|
||||
remap=tt>vi</emphasis> by typing <COMMAND>17G</COMMAND> in command mode.
|
||||
Make sure the keyword is typed correctly, by comparing it to
|
||||
the GENERIC kernel or another reference.</para>
|
||||
</listitem>
|
||||
|
@ -20372,7 +20372,7 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>and then ``dial provider'' to start the PPP session, or, if
|
||||
<para>and then <command>dial provider</command> to start the PPP session, or, if
|
||||
you want ppp to establish sessions automatically when there is
|
||||
outbound traffic (and you haven't created the start_if.tun0
|
||||
script), type</para>
|
||||
|
@ -30531,7 +30531,7 @@
|
|||
|
||||
<para>However, please do not import
|
||||
<filename>FREEBSD-upgrade</filename> with the contributed source.
|
||||
Rather you should ``cvs add FREEBSD-upgrade ; cvs ci'' after the
|
||||
Rather you should <command>cvs add FREEBSD-upgrade ; cvs ci</command> after the
|
||||
initial import. Example wording from
|
||||
``<filename>src/contrib/cpio</filename>'' is below:</para>
|
||||
|
||||
|
@ -31286,9 +31286,9 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>Every time you type ``gdb'', the mode will be toggled between
|
||||
<para>Every time you type <command>gdb</command>, the mode will be toggled between
|
||||
remote GDB and local DDB. In order to force a next trap
|
||||
immediately, simply type ``s'' (step). Your hosting GDB will now
|
||||
immediately, simply type <command>s</command> (step). Your hosting GDB will now
|
||||
gain control over the target kernel:
|
||||
<informalexample>
|
||||
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383
|
||||
|
|
|
@ -600,7 +600,7 @@
|
|||
makes it much easier for us to update ports, and greatly reduces
|
||||
the disk space demands made by the older 1.0 ports collection. To
|
||||
compile a port, you simply change to the directory of the program
|
||||
you wish to install, type ``make all'' followed by ``make install''
|
||||
you wish to install, type <command>make all</command> followed by <command>make install</command>
|
||||
after successful compilation and let the system do the rest. The
|
||||
full original distribution for each port you build is retrieved
|
||||
dynamically off the CDROM or a local ftp site, so you need only
|
||||
|
@ -1604,8 +1604,8 @@
|
|||
installation process. You will need to know how to dial your ISP
|
||||
using the <quote>AT commands</quote> specific to your modem, as the PPP
|
||||
dialer provides only a very simple terminal emulator. If you're
|
||||
using PAP or CHAP, you'll need to type the necessary ``set
|
||||
authname'' and ``set authkey'' commands before typing ``term''.
|
||||
using PAP or CHAP, you'll need to type the necessary <command>set
|
||||
authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
|
||||
Refer to the user-ppp <xref linkend="userppp" remap="handbook">
|
||||
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
|
||||
further information. If you have problems, logging can be
|
||||
|
@ -4800,7 +4800,7 @@
|
|||
<informalexample>
|
||||
<screen>config: line 17: syntax error</screen>
|
||||
</informalexample> you can skip to the problem in <emphasis
|
||||
remap=tt>vi</emphasis> by typing ``17G'' in command mode.
|
||||
remap=tt>vi</emphasis> by typing <COMMAND>17G</COMMAND> in command mode.
|
||||
Make sure the keyword is typed correctly, by comparing it to
|
||||
the GENERIC kernel or another reference.</para>
|
||||
</listitem>
|
||||
|
@ -20372,7 +20372,7 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>and then ``dial provider'' to start the PPP session, or, if
|
||||
<para>and then <command>dial provider</command> to start the PPP session, or, if
|
||||
you want ppp to establish sessions automatically when there is
|
||||
outbound traffic (and you haven't created the start_if.tun0
|
||||
script), type</para>
|
||||
|
@ -30531,7 +30531,7 @@
|
|||
|
||||
<para>However, please do not import
|
||||
<filename>FREEBSD-upgrade</filename> with the contributed source.
|
||||
Rather you should ``cvs add FREEBSD-upgrade ; cvs ci'' after the
|
||||
Rather you should <command>cvs add FREEBSD-upgrade ; cvs ci</command> after the
|
||||
initial import. Example wording from
|
||||
``<filename>src/contrib/cpio</filename>'' is below:</para>
|
||||
|
||||
|
@ -31286,9 +31286,9 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>Every time you type ``gdb'', the mode will be toggled between
|
||||
<para>Every time you type <command>gdb</command>, the mode will be toggled between
|
||||
remote GDB and local DDB. In order to force a next trap
|
||||
immediately, simply type ``s'' (step). Your hosting GDB will now
|
||||
immediately, simply type <command>s</command> (step). Your hosting GDB will now
|
||||
gain control over the target kernel:
|
||||
<informalexample>
|
||||
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383
|
||||
|
|
|
@ -600,7 +600,7 @@
|
|||
makes it much easier for us to update ports, and greatly reduces
|
||||
the disk space demands made by the older 1.0 ports collection. To
|
||||
compile a port, you simply change to the directory of the program
|
||||
you wish to install, type ``make all'' followed by ``make install''
|
||||
you wish to install, type <command>make all</command> followed by <command>make install</command>
|
||||
after successful compilation and let the system do the rest. The
|
||||
full original distribution for each port you build is retrieved
|
||||
dynamically off the CDROM or a local ftp site, so you need only
|
||||
|
@ -1604,8 +1604,8 @@
|
|||
installation process. You will need to know how to dial your ISP
|
||||
using the <quote>AT commands</quote> specific to your modem, as the PPP
|
||||
dialer provides only a very simple terminal emulator. If you're
|
||||
using PAP or CHAP, you'll need to type the necessary ``set
|
||||
authname'' and ``set authkey'' commands before typing ``term''.
|
||||
using PAP or CHAP, you'll need to type the necessary <command>set
|
||||
authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
|
||||
Refer to the user-ppp <xref linkend="userppp" remap="handbook">
|
||||
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
|
||||
further information. If you have problems, logging can be
|
||||
|
@ -4800,7 +4800,7 @@
|
|||
<informalexample>
|
||||
<screen>config: line 17: syntax error</screen>
|
||||
</informalexample> you can skip to the problem in <emphasis
|
||||
remap=tt>vi</emphasis> by typing ``17G'' in command mode.
|
||||
remap=tt>vi</emphasis> by typing <COMMAND>17G</COMMAND> in command mode.
|
||||
Make sure the keyword is typed correctly, by comparing it to
|
||||
the GENERIC kernel or another reference.</para>
|
||||
</listitem>
|
||||
|
@ -20372,7 +20372,7 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>and then ``dial provider'' to start the PPP session, or, if
|
||||
<para>and then <command>dial provider</command> to start the PPP session, or, if
|
||||
you want ppp to establish sessions automatically when there is
|
||||
outbound traffic (and you haven't created the start_if.tun0
|
||||
script), type</para>
|
||||
|
@ -30531,7 +30531,7 @@
|
|||
|
||||
<para>However, please do not import
|
||||
<filename>FREEBSD-upgrade</filename> with the contributed source.
|
||||
Rather you should ``cvs add FREEBSD-upgrade ; cvs ci'' after the
|
||||
Rather you should <command>cvs add FREEBSD-upgrade ; cvs ci</command> after the
|
||||
initial import. Example wording from
|
||||
``<filename>src/contrib/cpio</filename>'' is below:</para>
|
||||
|
||||
|
@ -31286,9 +31286,9 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>Every time you type ``gdb'', the mode will be toggled between
|
||||
<para>Every time you type <command>gdb</command>, the mode will be toggled between
|
||||
remote GDB and local DDB. In order to force a next trap
|
||||
immediately, simply type ``s'' (step). Your hosting GDB will now
|
||||
immediately, simply type <command>s</command> (step). Your hosting GDB will now
|
||||
gain control over the target kernel:
|
||||
<informalexample>
|
||||
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383
|
||||
|
|
Loading…
Reference in a new issue