Module Name: src
Committed By: gutteridge
Date: Sun May 1 00:25:42 UTC 2022
Modified Files:
src/share/man/man4: tun.4
Log Message:
tun.4: some xrefs added and minor grammar fixes applied
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/tun.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/tun.4
diff -u src/share/man/man4/tun.4:1.25 src/share/man/man4/tun.4:1.26
--- src/share/man/man4/tun.4:1.25 Sun Sep 27 19:36:54 2020
+++ src/share/man/man4/tun.4 Sun May 1 00:25:42 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: tun.4,v 1.25 2020/09/27 19:36:54 roy Exp $
+.\" $NetBSD: tun.4,v 1.26 2022/05/01 00:25:42 gutteridge Exp $
.\"
.\" Copyright (c) 1996-2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -228,8 +228,8 @@ mode, where every packet is preceded wit
.It Dv FIONBIO
Turn non-blocking I/O for reads off or on, according as the argument
.Va int Ns 's
-value is or isn't zero
-.Pq Writes are always nonblocking .
+value is or isn't zero.
+.Pq Writes are always non-blocking.
.It Dv FIOASYNC
Turn asynchronous I/O for reads
.Po
@@ -281,8 +281,13 @@ been established so that Duplicate Addre
can be performed.
If connectivity is lost, the character device should be closed.
.Sh SEE ALSO
+.Xr ioctl 2 ,
+.Xr read 2 ,
+.Xr select 2 ,
+.Xr write 2 ,
.Xr inet 4 ,
-.Xr intro 4
+.Xr intro 4 ,
+.Xr ifconfig 8
.Sh HISTORY
.An -split
IPv6 support comes mostly from