diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-16 16:08:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-16 16:08:53 +0000 |
commit | 8d54f79259f72e013f6322888574af4bfec42139 (patch) | |
tree | 96699cbbd7de11b0adc6a2b59f963a7e4e60d58b | |
parent | 71638aeb9686737ed993f18f8035c7b2817d523b (diff) |
fix .Nm stuff so that man -k works
-rw-r--r-- | share/man/man4/tun.4 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index f2fec93a644..60ecbb06a47 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,21 +1,12 @@ -.\" $OpenBSD: tun.4,v 1.1 1996/10/14 12:47:02 mickey Exp $ +.\" $OpenBSD: tun.4,v 1.2 1996/12/16 16:08:52 deraadt Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os OpenBSD 1.2 .Sh NAME .Nm tun -.\" Why doesn't this work right? mdoc(7) nor mdoc.samples(7) lists -.\" .Nd, except for a passing reference in the latter. -tunnel software network interface +.Nd Tunnel Network Interface .Sh SYNOPSIS -.\" want to write -.\" .Sy pseudo-device -.\" .Nm tun -.\" .Op Ar count -.\" so that .Nm is just "tun", but if we do that we get a line break -.\" after "pseudo-device", ick. -.Nm pseudo-device tun -.Op Ar count +.Cd "pseudo-device tun 4" .Sh DESCRIPTION The .Nm tun |