From 65236f0cee84f1d164f8143cb1211b1da3e4c11c Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Apr 2006 23:12:13 +0000 Subject: [PATCH] Fix date (no leading zero); use Dq. --- share/man/man4/tun.4 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 329fb6a17e73..4347d8eef1bd 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -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