Index: en_US.ISO8859-1/books/handbook/config/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/config/chapter.xml +++ en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -1202,6 +1202,11 @@ ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255" 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" + + Alternatively, this can be expressed more simply as a space + separated list of ranges: + ifconfig_fxp0_aliases="inet 10.1.1.1-5/24 inet 202.0.75.17-20/28" +