svn commit: r47094 - head/en_US.ISO8859-1/books/handbook/ppp-and-slip
Dru Lavigne
dru at FreeBSD.org
Sun Jul 26 09:37:27 UTC 2015
Author: dru
Date: Sun Jul 26 09:37:26 2015
New Revision: 47094
URL: https://svnweb.freebsd.org/changeset/doc/47094
Log:
White space fix only. Translators can ignore.
Sponsored by: Essen DevSummit Hackathon
Modified:
head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Sun Jul 26 09:24:49 2015 (r47093)
+++ head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Sun Jul 26 09:37:26 2015 (r47094)
@@ -466,28 +466,28 @@
above two lines. More examples for this file can be found
in <filename>/usr/share/examples/ppp/</filename>.</para>
- <para>By default, the <command>ppp</command> command must be
- run as the <systemitem class="username">root</systemitem>
- user. To change this default, add the account of the user
- who should run <command>ppp</command> to the <systemitem
- class="groupname">network</systemitem> group in
- <filename>/etc/group</filename>.</para>
-
- <para>Then, give the user access to one or more entries in
- <filename>/etc/ppp/ppp.conf</filename> using the
- <command>allow</command> command. For example, to give
- <systemitem class="username">fred</systemitem> and
- <systemitem class="username">mary</systemitem>
- permission to only the <literal>provider:</literal> entry,
- add this line to the <literal>provider:</literal>
- section:</para>
-
- <programlisting>allow users <replaceable>fred mary</replaceable></programlisting>
-
- <para>To give the specified users access to all entries, put
- that line in the <literal>default</literal> section
- instead.</para>
- </sect2>
+ <para>By default, the <command>ppp</command> command must be
+ run as the <systemitem class="username">root</systemitem>
+ user. To change this default, add the account of the user
+ who should run <command>ppp</command> to the <systemitem
+ class="groupname">network</systemitem> group in
+ <filename>/etc/group</filename>.</para>
+
+ <para>Then, give the user access to one or more entries in
+ <filename>/etc/ppp/ppp.conf</filename> using the
+ <command>allow</command> command. For example, to give
+ <systemitem class="username">fred</systemitem> and
+ <systemitem class="username">mary</systemitem>
+ permission to only the <literal>provider:</literal> entry,
+ add this line to the <literal>provider:</literal>
+ section:</para>
+
+ <programlisting>allow users <replaceable>fred mary</replaceable></programlisting>
+
+ <para>To give the specified users access to all entries, put
+ that line in the <literal>default</literal> section
+ instead.</para>
+ </sect2>
<?ignore <sect2>
<title>Receiving Incoming Calls</title>
More information about the svn-doc-head
mailing list