Use real quotes inside programlisting tags.
PR: docs/42158 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
0fbd561e6f
commit
74ebe1f273
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14071
2 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@
|
|||
then you should add the following line to
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>linux_enable=<quote>YES</quote></programlisting>
|
||||
<programlisting>linux_enable="YES"</programlisting>
|
||||
|
||||
<para>This, in turn, triggers the following action in
|
||||
<filename>/etc/rc.i386</filename>:</para>
|
||||
|
|
|
@ -2384,7 +2384,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
|
|||
<para>Set your hostname by editing the line that
|
||||
says:</para>
|
||||
|
||||
<programlisting>hostname=<quote>myname.my.domain</quote></programlisting>
|
||||
<programlisting>hostname="myname.my.domain"</programlisting>
|
||||
|
||||
<para>Your machine's full Internet hostname should be
|
||||
placed here.</para>
|
||||
|
@ -2399,7 +2399,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
|
|||
|
||||
<para>to:</para>
|
||||
|
||||
<programlisting>network_interfaces=<quote>lo0 sl0</quote></programlisting>
|
||||
<programlisting>network_interfaces="lo0 sl0"</programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -2414,11 +2414,11 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
|
|||
<para>Designate the default router by changing the
|
||||
line:</para>
|
||||
|
||||
<programlisting>defaultrouter=<quote>NO</quote></programlisting>
|
||||
<programlisting>defaultrouter="NO"</programlisting>
|
||||
|
||||
<para>to:</para>
|
||||
|
||||
<programlisting>defaultrouter=<quote>slip-gateway</quote></programlisting>
|
||||
<programlisting>defaultrouter="slip-gateway"</programlisting>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</step>
|
||||
|
|
Loading…
Reference in a new issue