Remove the quotes from constructs like ``<option>...</option>''

This commit is contained in:
Nik Clayton 1998-06-09 08:30:31 +00:00
parent 5f46042637
commit 9c96eae1b7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2913
4 changed files with 35 additions and 30 deletions

View file

@ -186,3 +186,8 @@ for example,
8. As with change 7, but replace with <command> ... </command> as 8. As with change 7, but replace with <command> ... </command> as
necessary. necessary.
9. Remove the `` and '' from options.
``<option>...</option>'' becomes <option>...</option>

View file

@ -1672,7 +1672,7 @@
<filename>/usr/archive/stuff</filename>.</para> <filename>/usr/archive/stuff</filename>.</para>
<para>In FreeBSD's <filename>/etc/exports</filename> file, this is <para>In FreeBSD's <filename>/etc/exports</filename> file, this is
controlled by the ``<option>-alldirs</option>'' option. Other controlled by the <option>-alldirs</option> option. Other
NFS servers may have different conventions. If you are getting NFS servers may have different conventions. If you are getting
`Permission Denied' messages from the server then it is likely `Permission Denied' messages from the server then it is likely
that you do not have this enabled properly.</para> that you do not have this enabled properly.</para>
@ -8327,8 +8327,8 @@
URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and
<ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink> <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink>
accept an option ``<option>-P</option> <emphasis accept an option <option>-P</option> <emphasis
remap=it>printer-name</emphasis>'' to specify on which remap=it>printer-name</emphasis> to specify on which
printer/queue to operate, as listed in the printer/queue to operate, as listed in the
<filename>/etc/printcap</filename> file. This enables you to <filename>/etc/printcap</filename> file. This enables you to
submit, remove, and check on jobs for various printers. If you do submit, remove, and check on jobs for various printers. If you do
@ -8511,7 +8511,7 @@
<listitem> <listitem>
<para>With no job number, user name, or <para>With no job number, user name, or
``<option>-</option>'' appearing on the command line, <option>-</option> appearing on the command line,
<ulink <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para> URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para>
@ -23651,7 +23651,7 @@
<para>Unless it feels very secure about the entire process, <para>Unless it feels very secure about the entire process,
<acronym>CTM</acronym> will not touch your tree. To verify a <acronym>CTM</acronym> will not touch your tree. To verify a
delta you can also use the ``<option>-c</option>'' flag and delta you can also use the <option>-c</option> flag and
<acronym>CTM</acronym> will not actually touch your tree; it <acronym>CTM</acronym> will not actually touch your tree; it
will merely verify the integrity of the delta and see if it will merely verify the integrity of the delta and see if it
would apply cleanly to your current tree.</para> would apply cleanly to your current tree.</para>
@ -23703,7 +23703,7 @@
update</title> update</title>
<para>You can determine the list of changes that CTM will make <para>You can determine the list of changes that CTM will make
on your source repository using the ``<option>-l</option>'' on your source repository using the <option>-l</option>
option to CTM.</para> option to CTM.</para>
<para>This is useful if you would like to keep logs of the <para>This is useful if you would like to keep logs of the
@ -23718,7 +23718,7 @@
<para>Sometimes you may want to backup all the files that would <para>Sometimes you may want to backup all the files that would
be changed by a CTM update.</para> be changed by a CTM update.</para>
<para>Specifying the ``<option>-B backup-file</option>'' option <para>Specifying the <option>-B backup-file</option> option
causes CTM to backup all files that would be touched by a causes CTM to backup all files that would be touched by a
given CTM delta to <filename>backup-file</filename>.</para> given CTM delta to <filename>backup-file</filename>.</para>
@ -23733,7 +23733,7 @@
<para>You can control the list of files that CTM would operate <para>You can control the list of files that CTM would operate
on by specifying filtering regular expressions using the on by specifying filtering regular expressions using the
``<option>-e</option>'' and ``<option>-x</option>'' <option>-e</option> and <option>-x</option>
options.</para> options.</para>
<para>For example, to extract an up-to-date copy of <para>For example, to extract an up-to-date copy of
@ -23747,10 +23747,10 @@
</para> </para>
<para>For every file specified in a CTM delta, the <para>For every file specified in a CTM delta, the
``<option>-e</option>'' and ``<option>-x</option>'' options <option>-e</option> and <option>-x</option> options
are applied in the order given on the command line. The file are applied in the order given on the command line. The file
is processed by CTM only if it is marked as eligible after all is processed by CTM only if it is marked as eligible after all
the ``<option>-e</option>'' and ``<option>-x</option>'' the <option>-e</option> and <option>-x</option>
options are applied to it.</para> options are applied to it.</para>
</sect4> </sect4>

View file

@ -1672,7 +1672,7 @@
<filename>/usr/archive/stuff</filename>.</para> <filename>/usr/archive/stuff</filename>.</para>
<para>In FreeBSD's <filename>/etc/exports</filename> file, this is <para>In FreeBSD's <filename>/etc/exports</filename> file, this is
controlled by the ``<option>-alldirs</option>'' option. Other controlled by the <option>-alldirs</option> option. Other
NFS servers may have different conventions. If you are getting NFS servers may have different conventions. If you are getting
`Permission Denied' messages from the server then it is likely `Permission Denied' messages from the server then it is likely
that you do not have this enabled properly.</para> that you do not have this enabled properly.</para>
@ -8327,8 +8327,8 @@
URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and
<ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink> <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink>
accept an option ``<option>-P</option> <emphasis accept an option <option>-P</option> <emphasis
remap=it>printer-name</emphasis>'' to specify on which remap=it>printer-name</emphasis> to specify on which
printer/queue to operate, as listed in the printer/queue to operate, as listed in the
<filename>/etc/printcap</filename> file. This enables you to <filename>/etc/printcap</filename> file. This enables you to
submit, remove, and check on jobs for various printers. If you do submit, remove, and check on jobs for various printers. If you do
@ -8511,7 +8511,7 @@
<listitem> <listitem>
<para>With no job number, user name, or <para>With no job number, user name, or
``<option>-</option>'' appearing on the command line, <option>-</option> appearing on the command line,
<ulink <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para> URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para>
@ -23651,7 +23651,7 @@
<para>Unless it feels very secure about the entire process, <para>Unless it feels very secure about the entire process,
<acronym>CTM</acronym> will not touch your tree. To verify a <acronym>CTM</acronym> will not touch your tree. To verify a
delta you can also use the ``<option>-c</option>'' flag and delta you can also use the <option>-c</option> flag and
<acronym>CTM</acronym> will not actually touch your tree; it <acronym>CTM</acronym> will not actually touch your tree; it
will merely verify the integrity of the delta and see if it will merely verify the integrity of the delta and see if it
would apply cleanly to your current tree.</para> would apply cleanly to your current tree.</para>
@ -23703,7 +23703,7 @@
update</title> update</title>
<para>You can determine the list of changes that CTM will make <para>You can determine the list of changes that CTM will make
on your source repository using the ``<option>-l</option>'' on your source repository using the <option>-l</option>
option to CTM.</para> option to CTM.</para>
<para>This is useful if you would like to keep logs of the <para>This is useful if you would like to keep logs of the
@ -23718,7 +23718,7 @@
<para>Sometimes you may want to backup all the files that would <para>Sometimes you may want to backup all the files that would
be changed by a CTM update.</para> be changed by a CTM update.</para>
<para>Specifying the ``<option>-B backup-file</option>'' option <para>Specifying the <option>-B backup-file</option> option
causes CTM to backup all files that would be touched by a causes CTM to backup all files that would be touched by a
given CTM delta to <filename>backup-file</filename>.</para> given CTM delta to <filename>backup-file</filename>.</para>
@ -23733,7 +23733,7 @@
<para>You can control the list of files that CTM would operate <para>You can control the list of files that CTM would operate
on by specifying filtering regular expressions using the on by specifying filtering regular expressions using the
``<option>-e</option>'' and ``<option>-x</option>'' <option>-e</option> and <option>-x</option>
options.</para> options.</para>
<para>For example, to extract an up-to-date copy of <para>For example, to extract an up-to-date copy of
@ -23747,10 +23747,10 @@
</para> </para>
<para>For every file specified in a CTM delta, the <para>For every file specified in a CTM delta, the
``<option>-e</option>'' and ``<option>-x</option>'' options <option>-e</option> and <option>-x</option> options
are applied in the order given on the command line. The file are applied in the order given on the command line. The file
is processed by CTM only if it is marked as eligible after all is processed by CTM only if it is marked as eligible after all
the ``<option>-e</option>'' and ``<option>-x</option>'' the <option>-e</option> and <option>-x</option>
options are applied to it.</para> options are applied to it.</para>
</sect4> </sect4>

View file

@ -1672,7 +1672,7 @@
<filename>/usr/archive/stuff</filename>.</para> <filename>/usr/archive/stuff</filename>.</para>
<para>In FreeBSD's <filename>/etc/exports</filename> file, this is <para>In FreeBSD's <filename>/etc/exports</filename> file, this is
controlled by the ``<option>-alldirs</option>'' option. Other controlled by the <option>-alldirs</option> option. Other
NFS servers may have different conventions. If you are getting NFS servers may have different conventions. If you are getting
`Permission Denied' messages from the server then it is likely `Permission Denied' messages from the server then it is likely
that you do not have this enabled properly.</para> that you do not have this enabled properly.</para>
@ -8327,8 +8327,8 @@
URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpr">lpr</ulink>, <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink>, and
<ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink> <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink>
accept an option ``<option>-P</option> <emphasis accept an option <option>-P</option> <emphasis
remap=it>printer-name</emphasis>'' to specify on which remap=it>printer-name</emphasis> to specify on which
printer/queue to operate, as listed in the printer/queue to operate, as listed in the
<filename>/etc/printcap</filename> file. This enables you to <filename>/etc/printcap</filename> file. This enables you to
submit, remove, and check on jobs for various printers. If you do submit, remove, and check on jobs for various printers. If you do
@ -8511,7 +8511,7 @@
<listitem> <listitem>
<para>With no job number, user name, or <para>With no job number, user name, or
``<option>-</option>'' appearing on the command line, <option>-</option> appearing on the command line,
<ulink <ulink
URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para> URL="http://www.freebsd.org/cgi/man.cgi?lprm">lprm</ulink> removes the currently active job on the default printer, if it belongs to you. The superuser can remove any active job.</para>
@ -23651,7 +23651,7 @@
<para>Unless it feels very secure about the entire process, <para>Unless it feels very secure about the entire process,
<acronym>CTM</acronym> will not touch your tree. To verify a <acronym>CTM</acronym> will not touch your tree. To verify a
delta you can also use the ``<option>-c</option>'' flag and delta you can also use the <option>-c</option> flag and
<acronym>CTM</acronym> will not actually touch your tree; it <acronym>CTM</acronym> will not actually touch your tree; it
will merely verify the integrity of the delta and see if it will merely verify the integrity of the delta and see if it
would apply cleanly to your current tree.</para> would apply cleanly to your current tree.</para>
@ -23703,7 +23703,7 @@
update</title> update</title>
<para>You can determine the list of changes that CTM will make <para>You can determine the list of changes that CTM will make
on your source repository using the ``<option>-l</option>'' on your source repository using the <option>-l</option>
option to CTM.</para> option to CTM.</para>
<para>This is useful if you would like to keep logs of the <para>This is useful if you would like to keep logs of the
@ -23718,7 +23718,7 @@
<para>Sometimes you may want to backup all the files that would <para>Sometimes you may want to backup all the files that would
be changed by a CTM update.</para> be changed by a CTM update.</para>
<para>Specifying the ``<option>-B backup-file</option>'' option <para>Specifying the <option>-B backup-file</option> option
causes CTM to backup all files that would be touched by a causes CTM to backup all files that would be touched by a
given CTM delta to <filename>backup-file</filename>.</para> given CTM delta to <filename>backup-file</filename>.</para>
@ -23733,7 +23733,7 @@
<para>You can control the list of files that CTM would operate <para>You can control the list of files that CTM would operate
on by specifying filtering regular expressions using the on by specifying filtering regular expressions using the
``<option>-e</option>'' and ``<option>-x</option>'' <option>-e</option> and <option>-x</option>
options.</para> options.</para>
<para>For example, to extract an up-to-date copy of <para>For example, to extract an up-to-date copy of
@ -23747,10 +23747,10 @@
</para> </para>
<para>For every file specified in a CTM delta, the <para>For every file specified in a CTM delta, the
``<option>-e</option>'' and ``<option>-x</option>'' options <option>-e</option> and <option>-x</option> options
are applied in the order given on the command line. The file are applied in the order given on the command line. The file
is processed by CTM only if it is marked as eligible after all is processed by CTM only if it is marked as eligible after all
the ``<option>-e</option>'' and ``<option>-x</option>'' the <option>-e</option> and <option>-x</option>
options are applied to it.</para> options are applied to it.</para>
</sect4> </sect4>