summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
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/mrouted
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/mrouted')
-rw-r--r--usr.sbin/mrouted/mrouted.89
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index af5925b2d94..a0643f36add 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,11 +1,11 @@
-.\" $OpenBSD: mrouted.8,v 1.24 2013/01/17 21:39:29 jmc Exp $
+.\" $OpenBSD: mrouted.8,v 1.25 2014/09/08 01:27:55 schwarze Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
.\"
.\" The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
.\" Leland Stanford Junior University.
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MROUTED 8
.Os
.Sh NAME
@@ -476,4 +476,7 @@ Note that there can be many sources in one subnet.
.%T Multicast Routing in Internetworks and Extended LANs
.Re
.Sh AUTHORS
-Steve Deering, Ajit Thyagarajan, Bill Fenner
+.An -nosplit
+.An Steve Deering ,
+.An Ajit Thyagarajan ,
+.An Bill Fenner