Replace a " with ". While I'm at it, replace a few sets of `` or ''

with “ and ”.

PR:		16560
Submitted by:	Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>
This commit is contained in:
Jim Mock 2000-02-14 21:14:49 +00:00
parent eab2aaeb1b
commit 31f286152f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6530
2 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.38 2000/02/14 20:58:59 jim Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.39 2000/02/14 21:03:30 jim Exp $</pubdate>
<abstract><para> This is the FAQ for FreeBSD versions 2.X and 3.X. All entries are
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
@ -6257,16 +6257,16 @@ forcing <emphasis remap=bf>ppp</emphasis> to read the whole CONNECT response.</p
<para>Ppp parses each line in your config files so that it can
interpret strings such as <emphasis remap=tt>set phone "123 456 789"</emphasis> correctly
(and realize that the number is actually only <emphasis remap=bf>one</emphasis> argument.
In order to specify a ``"'' character, you must escape it using
a backslash (``\'').</para>
In order to specify a &ldquo;&quot;&rdquo; character, you must escape it using
a backslash (&ldquo;\&rdquo;).</para>
<para>When the chat interpreter parses each argument, it re-interprets
the argument in order to find any special escape sequences such
as ``\P'' or ``\T'' (see the man page). As a result of this
as &ldquo;\P&rdquo; or &ldquo;\T&rdquo; (see the man page). As a result of this
double-parsing, you must remember to use the correct number of
escapes.</para>
<para>If you wish to actually send a ``\'' character to (say) your
<para>If you wish to actually send a &ldquo;\&rdquo; character to (say) your
modem, you'd need something like:</para>
<para>

View file

@ -14,7 +14,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.38 2000/02/14 20:58:59 jim Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.39 2000/02/14 21:03:30 jim Exp $</pubdate>
<abstract><para> This is the FAQ for FreeBSD versions 2.X and 3.X. All entries are
assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted.
@ -6257,16 +6257,16 @@ forcing <emphasis remap=bf>ppp</emphasis> to read the whole CONNECT response.</p
<para>Ppp parses each line in your config files so that it can
interpret strings such as <emphasis remap=tt>set phone "123 456 789"</emphasis> correctly
(and realize that the number is actually only <emphasis remap=bf>one</emphasis> argument.
In order to specify a ``"'' character, you must escape it using
a backslash (``\'').</para>
In order to specify a &ldquo;&quot;&rdquo; character, you must escape it using
a backslash (&ldquo;\&rdquo;).</para>
<para>When the chat interpreter parses each argument, it re-interprets
the argument in order to find any special escape sequences such
as ``\P'' or ``\T'' (see the man page). As a result of this
as &ldquo;\P&rdquo; or &ldquo;\T&rdquo; (see the man page). As a result of this
double-parsing, you must remember to use the correct number of
escapes.</para>
<para>If you wish to actually send a ``\'' character to (say) your
<para>If you wish to actually send a &ldquo;\&rdquo; character to (say) your
modem, you'd need something like:</para>
<para>