diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/yp/ypclnt.3 | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/yp/ypclnt.3')
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index 09a2010e6c9..b6f88ee7524 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.12 2000/10/18 05:12:13 aaron Exp $ +.\" $OpenBSD: ypclnt.3,v 1.13 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -356,5 +356,5 @@ The client cannot communicate with the YP server process. .Xr yp 8 , .Xr ypbind 8 , .Xr ypserv 8 -.Sh AUTHOR +.Sh AUTHORS Theo De Raadt |