svn commit: r187050 - head/sys/conf

Maxim Konovalov maxim at FreeBSD.org
Sun Jan 11 03:36:01 PST 2009


Author: maxim
Date: Sun Jan 11 11:36:00 2009
New Revision: 187050
URL: http://svn.freebsd.org/changeset/base/187050

Log:
  o Tweak comments a bit.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sun Jan 11 11:00:56 2009	(r187049)
+++ head/sys/conf/NOTES	Sun Jan 11 11:36:00 2009	(r187050)
@@ -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


More information about the svn-src-all mailing list