aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handbook/firewalls.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/handbook/firewalls.sgml b/handbook/firewalls.sgml
index 7cf9288fe3..6cdb31fd1f 100644
--- a/handbook/firewalls.sgml
+++ b/handbook/firewalls.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: firewalls.sgml,v 1.1 1995-10-14 21:49:45 jfieber Exp $ -->
+<!-- $Id: firewalls.sgml,v 1.1.2.1 1995-11-01 03:15:14 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Firewalls<label id="firewalls"></heading>
@@ -133,7 +133,7 @@ relevant to IPFW:
filtering.
<tag/options IPFIREWALL_VERBOSE/ Enables code to allow logging of
-packets through <tt>syslogd</tt>. Without this option, even if you
+packets through <tt>syslogd(8)</tt>. Without this option, even if you
specify that packets should be logged in the filter rules, nothing
will happen.
@@ -210,8 +210,8 @@ entry is destined for. For the firewall chain, valid
<descrip>
-<tag/reject/Drop the packet, and send an ICMP HOST_UNREACHABLE packet
-to the source.
+<tag/reject/Drop the packet, and send an ICMP HOST_UNREACHABLE or
+ICMP PORT_UNREACHABLE (as appropriate) packet to the source.
<tag/lreject/As <bf>reject</bf>, but also log the packet details.