Missing/malformed tags fixes.
Found by: make lint
This commit is contained in:
parent
6e6d907ceb
commit
34a5a8c393
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18008
3 changed files with 3 additions and 3 deletions
|
@ -592,7 +592,7 @@
|
|||
<title>General-Purpose Module Entry Points</title>
|
||||
|
||||
<sect3 id="mac-mpo-init">
|
||||
<title><function>&mac.mpo;_init</function</title>
|
||||
<title><function>&mac.mpo;_init</function></title>
|
||||
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
click on the hotlink for the package, to download the package
|
||||
and then install the package by running:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add <replaceable>package name</></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add <replaceable>package name</replaceable></userinput></screen>
|
||||
|
||||
<para>as root. Obviously, you will need to have a fully
|
||||
functional FreeBSD 2.1.0 or later system for the package to
|
||||
|
|
|
@ -8167,7 +8167,7 @@ Key F15 A A Menu Workplace Nop</programlisting>
|
|||
<para>Otherwise, just specify the network address and
|
||||
netmask as usual:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig ed0 alias 172.16.141.5 netmask 0xffffff00</userinput</screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig ed0 alias 172.16.141.5 netmask 0xffffff00</userinput></screen>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue