diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1998-06-09 08:30:31 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1998-06-09 08:30:31 +0000 |
| commit | 9c96eae1b79ae11e48042d6eb644b7b4e8bfdef2 (patch) | |
| tree | 52759e0050eaf041f022f04a5b96e6732fdb73cf /en_US.ISO8859-1 | |
| parent | 5f4604263754e45d6b215fe21551f95f97874f88 (diff) | |
Notes
Diffstat (limited to 'en_US.ISO8859-1')
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/book.sgml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml index 53ded38c5c..4e5eb9835d 100644 --- a/en_US.ISO8859-1/books/handbook/book.sgml +++ b/en_US.ISO8859-1/books/handbook/book.sgml @@ -1672,7 +1672,7 @@ <filename>/usr/archive/stuff</filename>.</para> <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 `Permission Denied' messages from the server then it is likely 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?lprm">lprm</ulink>, and <ulink URL="http://www.freebsd.org/cgi/man.cgi?lpq">lpq</ulink> - accept an option ``<option>-P</option> <emphasis - remap=it>printer-name</emphasis>'' to specify on which + accept an option <option>-P</option> <emphasis + remap=it>printer-name</emphasis> to specify on which printer/queue to operate, as listed in the <filename>/etc/printcap</filename> file. This enables you to submit, remove, and check on jobs for various printers. If you do @@ -8511,7 +8511,7 @@ <listitem> <para>With no job number, user name, or - ``<option>-</option>'' appearing on the command line, + <option>-</option> appearing on the command line, <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> @@ -23651,7 +23651,7 @@ <para>Unless it feels very secure about the entire process, <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 will merely verify the integrity of the delta and see if it would apply cleanly to your current tree.</para> @@ -23703,7 +23703,7 @@ update</title> <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> <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 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 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 on by specifying filtering regular expressions using the - ``<option>-e</option>'' and ``<option>-x</option>'' + <option>-e</option> and <option>-x</option> options.</para> <para>For example, to extract an up-to-date copy of @@ -23747,10 +23747,10 @@ </para> <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 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> </sect4> |
