Replace `` '' with <command> ... </command> where appropriate.

This commit is contained in:
Nik Clayton 1998-06-09 08:28:03 +00:00
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

View file

@ -183,3 +183,6 @@ for example,
Not all the `` '' pairs were changed, since in some cases they delimit Not all the `` '' pairs were changed, since in some cases they delimit
filenames, options and so on. filenames, options and so on.
8. As with change 7, but replace with <command> ... </command> as
necessary.

View file

@ -600,7 +600,7 @@
makes it much easier for us to update ports, and greatly reduces 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 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 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 after successful compilation and let the system do the rest. The
full original distribution for each port you build is retrieved full original distribution for each port you build is retrieved
dynamically off the CDROM or a local ftp site, so you need only 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 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 using the <quote>AT commands</quote> specific to your modem, as the PPP
dialer provides only a very simple terminal emulator. If you're dialer provides only a very simple terminal emulator. If you're
using PAP or CHAP, you'll need to type the necessary ``set using PAP or CHAP, you'll need to type the necessary <command>set
authname'' and ``set authkey'' commands before typing ``term''. authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
Refer to the user-ppp <xref linkend="userppp" remap="handbook"> Refer to the user-ppp <xref linkend="userppp" remap="handbook">
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
further information. If you have problems, logging can be further information. If you have problems, logging can be
@ -4800,7 +4800,7 @@
<informalexample> <informalexample>
<screen>config: line 17: syntax error</screen> <screen>config: line 17: syntax error</screen>
</informalexample> you can skip to the problem in <emphasis </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 Make sure the keyword is typed correctly, by comparing it to
the GENERIC kernel or another reference.</para> the GENERIC kernel or another reference.</para>
</listitem> </listitem>
@ -20372,7 +20372,7 @@
</informalexample> </informalexample>
</para> </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 you want ppp to establish sessions automatically when there is
outbound traffic (and you haven't created the start_if.tun0 outbound traffic (and you haven't created the start_if.tun0
script), type</para> script), type</para>
@ -30531,7 +30531,7 @@
<para>However, please do not import <para>However, please do not import
<filename>FREEBSD-upgrade</filename> with the contributed source. <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 initial import. Example wording from
``<filename>src/contrib/cpio</filename>'' is below:</para> ``<filename>src/contrib/cpio</filename>'' is below:</para>
@ -31286,9 +31286,9 @@
</informalexample> </informalexample>
</para> </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 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: gain control over the target kernel:
<informalexample> <informalexample>
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383 <screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383

View file

@ -600,7 +600,7 @@
makes it much easier for us to update ports, and greatly reduces 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 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 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 after successful compilation and let the system do the rest. The
full original distribution for each port you build is retrieved full original distribution for each port you build is retrieved
dynamically off the CDROM or a local ftp site, so you need only 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 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 using the <quote>AT commands</quote> specific to your modem, as the PPP
dialer provides only a very simple terminal emulator. If you're dialer provides only a very simple terminal emulator. If you're
using PAP or CHAP, you'll need to type the necessary ``set using PAP or CHAP, you'll need to type the necessary <command>set
authname'' and ``set authkey'' commands before typing ``term''. authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
Refer to the user-ppp <xref linkend="userppp" remap="handbook"> Refer to the user-ppp <xref linkend="userppp" remap="handbook">
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
further information. If you have problems, logging can be further information. If you have problems, logging can be
@ -4800,7 +4800,7 @@
<informalexample> <informalexample>
<screen>config: line 17: syntax error</screen> <screen>config: line 17: syntax error</screen>
</informalexample> you can skip to the problem in <emphasis </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 Make sure the keyword is typed correctly, by comparing it to
the GENERIC kernel or another reference.</para> the GENERIC kernel or another reference.</para>
</listitem> </listitem>
@ -20372,7 +20372,7 @@
</informalexample> </informalexample>
</para> </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 you want ppp to establish sessions automatically when there is
outbound traffic (and you haven't created the start_if.tun0 outbound traffic (and you haven't created the start_if.tun0
script), type</para> script), type</para>
@ -30531,7 +30531,7 @@
<para>However, please do not import <para>However, please do not import
<filename>FREEBSD-upgrade</filename> with the contributed source. <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 initial import. Example wording from
``<filename>src/contrib/cpio</filename>'' is below:</para> ``<filename>src/contrib/cpio</filename>'' is below:</para>
@ -31286,9 +31286,9 @@
</informalexample> </informalexample>
</para> </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 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: gain control over the target kernel:
<informalexample> <informalexample>
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383 <screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383

View file

@ -600,7 +600,7 @@
makes it much easier for us to update ports, and greatly reduces 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 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 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 after successful compilation and let the system do the rest. The
full original distribution for each port you build is retrieved full original distribution for each port you build is retrieved
dynamically off the CDROM or a local ftp site, so you need only 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 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 using the <quote>AT commands</quote> specific to your modem, as the PPP
dialer provides only a very simple terminal emulator. If you're dialer provides only a very simple terminal emulator. If you're
using PAP or CHAP, you'll need to type the necessary ``set using PAP or CHAP, you'll need to type the necessary <command>set
authname'' and ``set authkey'' commands before typing ``term''. authname</command> and <command>set authkey</command> commands before typing <command>term</command>.
Refer to the user-ppp <xref linkend="userppp" remap="handbook"> Refer to the user-ppp <xref linkend="userppp" remap="handbook">
and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for and <ulink URL="../FAQ/userppp.html">FAQ</ulink> entries for
further information. If you have problems, logging can be further information. If you have problems, logging can be
@ -4800,7 +4800,7 @@
<informalexample> <informalexample>
<screen>config: line 17: syntax error</screen> <screen>config: line 17: syntax error</screen>
</informalexample> you can skip to the problem in <emphasis </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 Make sure the keyword is typed correctly, by comparing it to
the GENERIC kernel or another reference.</para> the GENERIC kernel or another reference.</para>
</listitem> </listitem>
@ -20372,7 +20372,7 @@
</informalexample> </informalexample>
</para> </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 you want ppp to establish sessions automatically when there is
outbound traffic (and you haven't created the start_if.tun0 outbound traffic (and you haven't created the start_if.tun0
script), type</para> script), type</para>
@ -30531,7 +30531,7 @@
<para>However, please do not import <para>However, please do not import
<filename>FREEBSD-upgrade</filename> with the contributed source. <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 initial import. Example wording from
``<filename>src/contrib/cpio</filename>'' is below:</para> ``<filename>src/contrib/cpio</filename>'' is below:</para>
@ -31286,9 +31286,9 @@
</informalexample> </informalexample>
</para> </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 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: gain control over the target kernel:
<informalexample> <informalexample>
<screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383 <screen>Remote debugging using /dev/cuaa0 Debugger (msg=0xf01b0383