Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Assorted spelling/capitalization fixes ...



details:   https://anonhg.NetBSD.org/src/rev/eb485a31d33f
branches:  trunk
changeset: 752895:eb485a31d33f
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Mar 10 17:25:21 2010 +0000

description:
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
=============================================================================

diffstat:

 sys/arch/evbppc/conf/OPENBLOCKS266 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r faf4a0ba7908 -r eb485a31d33f sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Wed Mar 10 15:04:04 2010 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Wed Mar 10 17:25:21 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS266,v 1.46 2009/12/24 09:29:36 kiyohara Exp $
+#      $NetBSD: OPENBLOCKS266,v 1.47 2010/03/10 17:25:21 kiyohara Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "OPENBLOCKS266-$Revision: 1.46 $"
+#ident                 "OPENBLOCKS266-$Revision: 1.47 $"
 
 maxusers       32
 
@@ -114,7 +114,7 @@
 
 options        GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
-options        INET6           # IPV6
+options        INET6           # IPv6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
@@ -209,8 +209,8 @@
 pseudo-device  tap                     # virtual ethernet
 pseudo-device  tun                     # network tunneling over tty
 pseudo-device  gre                     # generic L3 over IP tunnel
-pseudo-device  gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
-#pseudo-device faith                   # IPv[46] tcp relay translation i/f
+pseudo-device  gif                     # IPv[46] over IPv[46] tunnel (RFC 1933)
+#pseudo-device faith                   # IPv[46] TCP relay translation i/f
 pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging



Home | Main Index | Thread Index | Old Index