Add additional markup

Followup commit to r46734

Suggested by Evander Sinque
based on doc@ post by Thomas Steen Rasmussen

Differential Revision:	https://reviews.freebsd.org/D2660
Approved by:	wblock (mentor)
This commit is contained in:
Allan Jude 2015-05-29 23:24:13 +00:00
parent 21ac08d83e
commit 54ec5baf5c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46735

View file

@ -1204,9 +1204,10 @@ ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
<para>A simpler way to express this is with a space-separated list
of IP address ranges. The first address will be given the
of <acronym>IP</acronym> address ranges. The first address
will be given the
indicated subnet mask and the additional addresses will have a
subnet mask of 255.255.255.255.</para>
subnet mask of <literal>255.255.255.255</literal>.</para>
<programlisting>ifconfig_fxp0_aliases="inet 10.1.1.1-5/24 inet 202.0.75.17-20/28"</programlisting>
</sect1>