svn commit: r225547 - user/hrs/ipv6/share/man/man5

Hiroki Sato hrs at FreeBSD.org
Wed Sep 14 04:13:49 UTC 2011


Author: hrs
Date: Wed Sep 14 04:13:48 2011
New Revision: 225547
URL: http://svn.freebsd.org/changeset/base/225547

Log:
  Fix grammar mistakes.
  
  Submitted by:	Benjamin Kaduk

Modified:
  user/hrs/ipv6/share/man/man5/rc.conf.5

Modified: user/hrs/ipv6/share/man/man5/rc.conf.5
==============================================================================
--- user/hrs/ipv6/share/man/man5/rc.conf.5	Wed Sep 14 03:25:02 2011	(r225546)
+++ user/hrs/ipv6/share/man/man5/rc.conf.5	Wed Sep 14 04:13:48 2011	(r225547)
@@ -1333,13 +1333,13 @@ variables works.
 .Pp
 If the variable is
 .Dq Li NO ,
-all of interfaces which do not have the corresponding
+all interfaces which do not have a corresponding
 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
 variable will be marked as
 .Dq Li IFDISABLED
-when it becomes available for security reason.
-This means only IPv6 functionality on that interface
-is completely disabled.
+at creation.
+This means that all of IPv6 functionality on that interface
+is completely disabled to enforce a security policy.
 If the variable is set to
 .Dq YES ,
 the flag will be cleared on all of the interfaces.
@@ -1348,14 +1348,14 @@ In most cases, just defining an
 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
 for an IPv6-capable interface should be sufficient.
 However, if an interface is added dynamically
-.Pq by some tunneling protocols such as PPP, for example
+.Pq by some tunneling protocols such as PPP, for example ,
 it is often difficult to define the variable in advance.
 In such a case, configuring the
 .Dq Li IFDISABLED
 flag can be disabled by setting this variable to
 .Dq YES .
 .Pp
-For more details of
+For more details of the
 .Dq Li IFDISABLED
 flag and keywords
 .Dq Li inet6 ifdisabled ,
@@ -1451,8 +1451,9 @@ ifconfig_ed0_ipv6="inet6 auto_linklocal"
 .Pp
 A link-local address can also be configured manually.
 This is useful for the default router address of an IPv6 router
-because it is not changed by replacing the network interface
-card, for example:
+so that it does not change when the network interface
+card is replaced.
+For example:
 .Bd -literal
 ifconfig_ed0_ipv6="inet6 fe80::1 prefixlen 64"
 .Ed


More information about the svn-src-user mailing list