diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /usr.sbin/ypset | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'usr.sbin/ypset')
-rw-r--r-- | usr.sbin/ypset/ypset.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index d17c9993a3b..458e16c9ff7 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypset.8,v 1.9 2008/06/26 05:42:21 ray Exp $ +.\" $OpenBSD: ypset.8,v 1.10 2014/09/08 01:27:56 schwarze Exp $ .\" $NetBSD: ypset.8,v 1.2 1996/02/28 01:25:08 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 8 2014 $ .Dt YPSET 8 .Os .Sh NAME @@ -81,4 +81,4 @@ instead of the local machine. .Xr ypbind 8 , .Xr yppoll 8 .Sh AUTHORS -Theo de Raadt +.An Theo de Raadt |