From owner-svn-doc-all@FreeBSD.ORG Fri May 29 23:24:14 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BA1DCF; Fri, 29 May 2015 23:24:14 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091411648; Fri, 29 May 2015 23:24:14 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4TNODPh066820; Fri, 29 May 2015 23:24:13 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TNODsU066819; Fri, 29 May 2015 23:24:13 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201505292324.t4TNODsU066819@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Fri, 29 May 2015 23:24:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46735 - head/en_US.ISO8859-1/books/handbook/config X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 23:24:14 -0000 Author: allanjude Date: Fri May 29 23:24:13 2015 New Revision: 46735 URL: https://svnweb.freebsd.org/changeset/doc/46735 Log: 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) Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri May 29 20:34:54 2015 (r46734) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri May 29 23:24:13 2015 (r46735) @@ -1204,9 +1204,10 @@ ifconfig_fxp0_alias6="inet 202.0.75.19 n ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255" A simpler way to express this is with a space-separated list - of IP address ranges. The first address will be given the + of IP 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. + subnet mask of 255.255.255.255. ifconfig_fxp0_aliases="inet 10.1.1.1-5/24 inet 202.0.75.17-20/28"