From dd783f73a1ccb28bb1e5647466949f9c814e4592 Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 11 Jan 2009 11:36:00 +0000 Subject: [PATCH] o Tweak comments a bit. --- sys/conf/NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3b6eb196838d..461968758fdc 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -635,11 +635,11 @@ options ALTQ_DEBUG # IP optional behaviour. # IP_NONLOCALBIND disables the check that bind() usually makes that the -# Address is one that is assigned to an interface on this machine. +# address is one that is assigned to an interface on this machine. # It allows transparent proxies to pretend to be other machines. # How the packet GET to that machine is a problem solved elsewhere, # smart routers, ipfw fwd, etc. -options IP_NONLOCALBIND #Allow impersonation for proxies. +options IP_NONLOCALBIND # Allow impersonation for proxies. # netgraph(4). Enable the base netgraph code with the NETGRAPH option. # Individual node types can be enabled with the corresponding option