Fix date (no leading zero); use Dq.

This commit is contained in:
wiz 2006-04-08 23:12:13 +00:00
parent 94331e28dc
commit 65236f0cee
1 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tun.4,v 1.20 2006/04/08 13:58:24 rpaulo Exp $
.\" $NetBSD: tun.4,v 1.21 2006/04/08 23:12:13 wiz Exp $
.\"
.\" Copyright (c) 1996-2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 08, 2006
.Dd April 8, 2006
.Dt TUN 4
.Os
.Sh NAME
@ -221,13 +221,17 @@ network destination address.
.It Dv TUNGIFHEAD
The argument should be a pointer to an
.Va int ;
the ioctl sets the value to one if the device is in ``multi-af'' mode, and
zero otherwise.
the ioctl sets the value to one if the device is in
.Dq multi-af
mode, and zero otherwise.
.It Dv TUNSIFHEAD
The argument should be a pointer to an
.Va int ;
a non-zero value turns off ``link-layer'' mode, and enables ``multi-af'' mode,
where every packet is preceded with a four byte address family.
a non-zero value turns off
.Dq link-layer
mode, and enables
.Dq multi-af
mode, where every packet is preceded with a four byte address family.
.It Dv FIONBIO
Turn non-blocking I/O for reads off or on, according as the argument
.Va int Ns 's