Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 23:24:13 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
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
Message-ID:  <201505292324.t4TNODsU066819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"</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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505292324.t4TNODsU066819>