summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-09-01 09:01:54 +0000
committerjkh <jkh@FreeBSD.org>1999-09-01 09:01:54 +0000
commitf6c539b7049c35b0ee6eea4a8a7cd3c49d2f8770 (patch)
tree8140e62544ba9ba518b23957d669a46d4b3a242a /sys
parent46cc6bba0eb30a16df715e529802381726c843a3 (diff)
downloadFreeBSD-src-f6c539b7049c35b0ee6eea4a8a7cd3c49d2f8770.zip
FreeBSD-src-f6c539b7049c35b0ee6eea4a8a7cd3c49d2f8770.tar.gz
Try and commit the tun comment fix again; I have no idea why there
was a clash the last time, leading me to think that it had already been fixed.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 25d7d9f..cb71ebb 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -199,7 +199,7 @@ pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
-pseudo-device tun # Packet tunnel, for ppp(8)
+pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 25d7d9f..cb71ebb 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -199,7 +199,7 @@ pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
-pseudo-device tun # Packet tunnel, for ppp(8)
+pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud