Change <@> to <@>. In the same question, fix a few other things:
* <emphasis remap=tt> -> <literal> * <ulink> to man.cgi -> <filename> * <literallayout> -> <programlisting> PR: 20056 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
This commit is contained in:
parent
88200904af
commit
04e8c6b14d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7694
2 changed files with 12 additions and 18 deletions
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.76 2000/07/19 19:20:26 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.77 2000/07/20 00:16:26 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -8290,17 +8290,14 @@ entering the AT commands hit <emphasis remap=tt>~.</emphasis> to exit.</para>
|
|||
</answer></qandaentry>
|
||||
|
||||
<qandaentry><question>
|
||||
<para>The <emphasis remap=tt><@></emphasis> sign for the pn capability doesn't work!</para></question><answer>
|
||||
<para>The <literal><@></literal> sign for the pn capability doesn't work!</para></question><answer>
|
||||
|
||||
<para>The <emphasis remap=tt><@></emphasis> sign in the phone number capability tells tip to look in
|
||||
<ulink URL="http://www.FreeBSD.org/cgi/man.cgi?phones(5)">/etc/phones</ulink> for a phone number. But the <emphasis remap=tt><@></emphasis> sign is
|
||||
<para>The <literal><@></literal> sign in the phone number capability tells tip to look in
|
||||
<filename>/etc/phones</filename> for a phone number. But the <literal><@></literal> sign is
|
||||
also a special character in capability files like
|
||||
<ulink URL="http://www.FreeBSD.org/cgi/man.cgi?remote">/etc/remote</ulink>. Escape it with a backslash:</para>
|
||||
<filename>/etc/remote</filename>. Escape it with a backslash:</para>
|
||||
|
||||
<para>
|
||||
<literallayout> pn=\@
|
||||
</literallayout>
|
||||
</para>
|
||||
<programlisting>pn=\@</programlisting>
|
||||
|
||||
</answer></qandaentry>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.76 2000/07/19 19:20:26 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.77 2000/07/20 00:16:26 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -8290,17 +8290,14 @@ entering the AT commands hit <emphasis remap=tt>~.</emphasis> to exit.</para>
|
|||
</answer></qandaentry>
|
||||
|
||||
<qandaentry><question>
|
||||
<para>The <emphasis remap=tt><@></emphasis> sign for the pn capability doesn't work!</para></question><answer>
|
||||
<para>The <literal><@></literal> sign for the pn capability doesn't work!</para></question><answer>
|
||||
|
||||
<para>The <emphasis remap=tt><@></emphasis> sign in the phone number capability tells tip to look in
|
||||
<ulink URL="http://www.FreeBSD.org/cgi/man.cgi?phones(5)">/etc/phones</ulink> for a phone number. But the <emphasis remap=tt><@></emphasis> sign is
|
||||
<para>The <literal><@></literal> sign in the phone number capability tells tip to look in
|
||||
<filename>/etc/phones</filename> for a phone number. But the <literal><@></literal> sign is
|
||||
also a special character in capability files like
|
||||
<ulink URL="http://www.FreeBSD.org/cgi/man.cgi?remote">/etc/remote</ulink>. Escape it with a backslash:</para>
|
||||
<filename>/etc/remote</filename>. Escape it with a backslash:</para>
|
||||
|
||||
<para>
|
||||
<literallayout> pn=\@
|
||||
</literallayout>
|
||||
</para>
|
||||
<programlisting>pn=\@</programlisting>
|
||||
|
||||
</answer></qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue