diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/ypwhich/ypwhich.1 | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/ypwhich/ypwhich.1')
-rw-r--r-- | usr.bin/ypwhich/ypwhich.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 5467e2a29fb..16bb805ce56 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ +.\" $OpenBSD: ypwhich.1,v 1.11 2000/11/10 05:10:43 aaron Exp $ .\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ +.\" $Id: ypwhich.1,v 1.11 2000/11/10 05:10:43 aaron Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 @@ -104,5 +104,5 @@ Display the map nickname table. .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 -.Sh AUTHOR +.Sh AUTHORS Theo De Raadt |