Add a missing line break for rc.conf entries
PR: docs/38630 Submitted by: David Siebörger <drs@rucus.ru.ac.za>
This commit is contained in:
parent
31bc5a9c8d
commit
40c4b6c5a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13894
1 changed files with 2 additions and 1 deletions
|
@ -1320,7 +1320,8 @@ set nbns 203.14.100.5</programlisting>
|
|||
make sure the <devicename>tun0</devicename> device is added to
|
||||
the list, otherwise remove it.</para>
|
||||
|
||||
<programlisting>network_interfaces="lo0 tun0" ifconfig_tun0=</programlisting>
|
||||
<programlisting>network_interfaces="lo0 tun0"
|
||||
ifconfig_tun0=</programlisting>
|
||||
|
||||
<note>
|
||||
<para>The <literal>ifconfig_tun0</literal> variable should be
|
||||
|
|
Loading…
Reference in a new issue