svn commit: r44372 - head/en_US.ISO8859-1/books/handbook/firewalls

Warren Block wblock at FreeBSD.org
Fri Mar 28 03:38:48 UTC 2014


Author: wblock
Date: Fri Mar 28 03:38:47 2014
New Revision: 44372
URL: http://svnweb.freebsd.org/changeset/doc/44372

Log:
  Recover lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Fri Mar 28 03:25:12 2014	(r44371)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Fri Mar 28 03:38:47 2014	(r44372)
@@ -1702,7 +1702,7 @@ options    IPDIVERT			# enables NAT</pro
 	    firewall rules.</para>
 	</listitem>
 	<listitem>
-	  <para><literal>filename</literal>: full path of the file
+	  <para><filename><replaceable>filename</replaceable></filename>: full path of the file
 	    containing the firewall ruleset.</para>
 	</listitem>
       </itemizedlist>
@@ -2501,7 +2501,7 @@ good_tcpo="22,25,37,53,80,443,110"</prog
       <para>To zero the counters for just the rule with number
 	<replaceable>NUM</replaceable>:</para>
 
-      <screen>&prompt.root; <userinput>ipfw zero NUM</userinput></screen>
+      <screen>&prompt.root; <userinput>ipfw zero <replaceable>NUM</replaceable></userinput></screen>
 
       <sect3>
 	<title>Logging Firewall Messages</title>


More information about the svn-doc-all mailing list