View | Details | Raw Unified | Return to bug 20056 | Differences between
and this patch

Collapse All | Expand All

(-)book.sgml.orig (-5 / +8 lines)
Lines 8209-8222 Link Here
8209
</answer></qandaentry>
8209
</answer></qandaentry>
8210
8210
8211
<qandaentry><question>
8211
<qandaentry><question>
8212
<para>The <literal>&lt;@&gt;</literal> sign for the pn capability doesn't work!</para></question><answer>
8212
<para>The <emphasis remap=tt><@></emphasis> sign for the pn capability doesn't work!</para></question><answer>
8213
8213
8214
<para>The <literal>&lt;@&gt;</literal> sign in the phone number capability tells tip to look in
8214
<para>The <emphasis remap=tt><@></emphasis> sign in the phone number capability tells tip to look in
8215
<filename>/etc/phones</filename> for a phone number.  But the <literal>&lt;@&gt;</literal> sign is
8215
<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
8216
also a special character in capability files like
8216
also a special character in capability files like
8217
<filename>/etc/remote</filename>.  Escape it with a backslash:</para>
8217
<ulink URL="http://www.FreeBSD.org/cgi/man.cgi?remote">/etc/remote</ulink>.  Escape it with a backslash:</para>
8218
8218
8219
<programlisting>        pn=\@</programlisting>
8219
<para>
8220
<literallayout>        pn=\@
8221
      </literallayout>
8222
</para>
8220
8223
8221
</answer></qandaentry>
8224
</answer></qandaentry>
8222
8225

Return to bug 20056