Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 00:11:58 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r44012 - head/en_US.ISO8859-1/books/handbook/firewalls
Message-ID:  <201402210011.s1L0BwVt031914@svn.freebsd.org>

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



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