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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue