summaryrefslogtreecommitdiff
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
commit89bd03f00e651e86126fd09b39e4867a76f5554e (patch)
treee813750548fb365113ce3c64759a0ab5b7359da9 /usr.sbin/yppoll
parentdef96861438f6b5048aab1d1b2fed0a861d6b24d (diff)
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.89
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8
index 7cbfe339480..fa7eeed632f 100644
--- a/usr.sbin/yppoll/yppoll.8
+++ b/usr.sbin/yppoll/yppoll.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yppoll.8,v 1.9 2008/06/26 05:42:21 ray Exp $
+.\" $OpenBSD: yppoll.8,v 1.10 2014/09/08 01:27:56 schwarze Exp $
.\" $NetBSD: yppoll.8,v 1.3 1996/02/28 01:23:12 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 YPPOLL 8
.Os
.Sh NAME
@@ -71,4 +71,7 @@ is not specified, the server polled is the default server returned by
.Xr ypbind 8 ,
.Xr ypset 8
.Sh AUTHORS
-Theo de Raadt and John Brezak
+.An -nosplit
+.An Theo de Raadt
+and
+.An John Brezak