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

Dru Lavigne dru at FreeBSD.org
Fri Feb 21 00:11:58 UTC 2014


Author: dru
Date: Fri Feb 21 00:11:57 2014
New Revision: 44012
URL: http://svnweb.freebsd.org/changeset/doc/44012

Log:
  Fix tags.
  
  Sponsored by: iXsystems

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	Thu Feb 20 19:08:08 2014	(r44011)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Fri Feb 21 00:11:57 2014	(r44012)
@@ -1232,7 +1232,7 @@ pass inet proto tcp from any to $localne
 
 	    <para>Then, mount the filesystem:</para>
 
-	    <programlisting>&prompt.root; mount fdescfs</programlisting>
+	    <programlisting>&prompt.root; <userinput>mount fdescfs</userinput></programlisting>
 	  </step>
 
 	  <step>
@@ -1392,8 +1392,8 @@ rdr pass on $ext_if inet proto tcp from 
 	  <step>
 	    <para>To complete the greylisting setup:</para>
 
-	    <programlisting>&prompt.root; <command>service restart obspamd</command>
-&prompt.root; <command>service start spamlogd</command></programlisting>
+	    <programlisting>&prompt.root; <userinput>service restart obspamd</userinput>
+&prompt.root; <userinput>service start spamlogd</userinput></programlisting>
 	  </step>
 	</procedure>
 
@@ -1634,7 +1634,7 @@ ipnat_rules="/etc/ipnat.rules"    # rule
 
       <para>Then, to start <application>IPF</application> now:</para>
 
-      <programlisting>&prompt.root; <command>service ipfilter start</command></programlisting>
+      <programlisting>&prompt.root; <userinput>service ipfilter start</userinput></programlisting>
     </sect2>
 
     <sect2>


More information about the svn-doc-all mailing list