Correct some style in my last commit. Add some repleaceable
tags and use <literal> instead of ``'' to show a literal character that should be used.
This commit is contained in:
parent
f354f46c46
commit
cf0e24c943
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32670
1 changed files with 5 additions and 5 deletions
|
@ -382,7 +382,7 @@
|
||||||
<para>Note that this command continues onto the next line
|
<para>Note that this command continues onto the next line
|
||||||
for readability. Any command in
|
for readability. Any command in
|
||||||
<filename>ppp.conf</filename> may do this if the last
|
<filename>ppp.conf</filename> may do this if the last
|
||||||
character on the line is a ``\'' character.</para>
|
character on the line is a <literal>\</literal> character.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -421,7 +421,7 @@
|
||||||
<para>Identifies an entry for a provider called
|
<para>Identifies an entry for a provider called
|
||||||
<quote>provider</quote>. This could be changed
|
<quote>provider</quote>. This could be changed
|
||||||
to the name of your <acronym>ISP</acronym> so
|
to the name of your <acronym>ISP</acronym> so
|
||||||
that later you can use the <option>load ISP</option>
|
that later you can use the <option>load <replaceable>ISP</replaceable></option>
|
||||||
to start the connection.</para>
|
to start the connection.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -433,7 +433,7 @@
|
||||||
<para>Sets the phone number for this provider. Multiple
|
<para>Sets the phone number for this provider. Multiple
|
||||||
phone numbers may be specified using the colon
|
phone numbers may be specified using the colon
|
||||||
(<literal>:</literal>) or pipe character
|
(<literal>:</literal>) or pipe character
|
||||||
(<literal>|</literal>)as a separator. The difference
|
(<literal>|</literal>) as a separator. The difference
|
||||||
between the two separators is described in &man.ppp.8;.
|
between the two separators is described in &man.ppp.8;.
|
||||||
To summarize, if you want to rotate through the numbers,
|
To summarize, if you want to rotate through the numbers,
|
||||||
use a colon. If you want to always attempt to dial the
|
use a colon. If you want to always attempt to dial the
|
||||||
|
|
Loading…
Reference in a new issue