diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-02 18:37:36 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-02 18:37:36 +0000 |
commit | c73b0896d68640e2e4ddd292c98b791990d24961 (patch) | |
tree | 5ec55844407e19de326f6f6ddf2257bd9c1b42f1 /share | |
parent | 386e4aadd55a8ab2988d9b385b4ffcbf073c52ec (diff) |
o) .Sh AUTHOR -> .Sh AUTHORS;
o) .Sh EXAMPLE -> .Sh EXAMPLES;
o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
millert@ ok
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ipcomp.4 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.vax/format.8 | 4 | ||||
-rw-r--r-- | share/man/man9/bus_dma.9 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ipcomp.4 b/share/man/man4/ipcomp.4 index 9b4ea9f3e75..3893878adab 100644 --- a/share/man/man4/ipcomp.4 +++ b/share/man/man4/ipcomp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcomp.4,v 1.4 2001/07/06 19:37:51 jjbg Exp $ +.\" $OpenBSD: ipcomp.4,v 1.5 2001/08/02 18:37:33 mpech Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jj@wabbitt.org> .\" All rights reserved. @@ -131,7 +131,7 @@ The .Nm protocol first appeared in .Ox 3.0 . -.Sh AUTHOR +.Sh AUTHORS Support for the .Nm protocol was written by Jean-Jacques diff --git a/share/man/man8/man8.vax/format.8 b/share/man/man8/man8.vax/format.8 index ea9c2006435..26d40f2dc69 100644 --- a/share/man/man8/man8.vax/format.8 +++ b/share/man/man8/man8.vax/format.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: format.8,v 1.6 2001/06/27 21:19:24 pvalchev Exp $ +.\" $OpenBSD: format.8,v 1.7 2001/08/02 18:37:34 mpech Exp $ .\" Copyright (c) 1980, 1983 The Regents of the University of California. .\" All rights reserved. .\" @@ -174,7 +174,7 @@ defects after formatting, either or .Xr badsect 8 should be able to avoid the bad sectors. -.Sh EXAMPLE +.Sh EXAMPLES A sample run of .Nm is shown below. diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 8b0b4144610..e00a3acd96f 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_dma.9,v 1.7 2001/07/04 04:59:20 jason Exp $ +.\" $OpenBSD: bus_dma.9,v 1.8 2001/08/02 18:37:34 mpech Exp $ .\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $ .\" .\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -723,7 +723,7 @@ pager. .El .Sh SEE ALSO .Xr bus_space 9 -.Sh AUTHOR +.Sh AUTHORS The .Nm interface was designed and implemented by Jason R. Thorpe of the |