White space fix only. Translators can ignore.

Sponsored by: Essen DevSummit Hackathon
This commit is contained in:
Dru Lavigne 2015-07-26 09:37:26 +00:00
parent d40824ca2c
commit e0c676545a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47094

View file

@ -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>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>
<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>
<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>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>