Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 11:36:00 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187050 - head/sys/conf
Message-ID:  <200901111136.n0BBa0mU027209@svn.freebsd.org>

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



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