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
|
@ -324,9 +324,9 @@
|
|||
is working satisfactorily, this line should be reduced
|
||||
to saying:</para>
|
||||
|
||||
<programlisting>set log phase tun</programlisting>
|
||||
<programlisting>set log phase tun</programlisting>
|
||||
|
||||
<para>in order to avoid excessive log file sizes.</para>
|
||||
<para>in order to avoid excessive log file sizes.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -382,7 +382,7 @@
|
|||
<para>Note that this command continues onto the next line
|
||||
for readability. Any command in
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -421,7 +421,7 @@
|
|||
<para>Identifies an entry for a provider called
|
||||
<quote>provider</quote>. This could be changed
|
||||
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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -433,7 +433,7 @@
|
|||
<para>Sets the phone number for this provider. Multiple
|
||||
phone numbers may be specified using the colon
|
||||
(<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;.
|
||||
To summarize, if you want to rotate through the numbers,
|
||||
use a colon. If you want to always attempt to dial the
|
||||
|
|
Loading…
Reference in a new issue