diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-02 19:44:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-02 19:44:54 +0000 |
commit | 60a795df1bd1d758a739f97deeb2aceb1138ed40 (patch) | |
tree | 5ac726a8a25585b78ee0d867d6aac4caad6d4544 | |
parent | f4586eae9a35fdb7577781faf4beb55c232e0762 (diff) |
The .Rs macro must be followed by .Re, and empty .Rs is useless anyway.
Markup syntax error found by mandoc(1), also required to fix the mandoc build.
ok jmc@ sobrado@
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 5 | ||||
-rw-r--r-- | usr.sbin/ripd/ripd.conf.5 | 5 | ||||
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 96a83b3f746..5f21e14cb78 100644 --- a/usr.sbin/ldpd/ldpd.conf.5 +++ b/usr.sbin/ldpd/ldpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpd.conf.5,v 1.2 2009/06/02 16:17:14 michele Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.3 2010/01/02 19:44:53 schwarze Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 2 2009 $ +.Dd $Mdocdate: January 2 2010 $ .Dt LDPD.CONF 5 .Os .Sh NAME @@ -155,7 +155,6 @@ configuration file .Xr rc.conf.local 8 , .Xr ldpctl 8 , .Xr ldpd 8 -.Rs .Sh HISTORY The .Nm diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5 index 6d7408c9eda..63ab1878f82 100644 --- a/usr.sbin/ripd/ripd.conf.5 +++ b/usr.sbin/ripd/ripd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ripd.conf.5,v 1.11 2009/09/26 19:45:52 michele Exp $ +.\" $OpenBSD: ripd.conf.5,v 1.12 2010/01/02 19:44:53 schwarze Exp $ .\" .\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 26 2009 $ +.Dd $Mdocdate: January 2 2010 $ .Dt RIPD.CONF 5 .Os .Sh NAME @@ -224,7 +224,6 @@ configuration file .Xr rc.conf.local 8 , .Xr ripctl 8 , .Xr ripd 8 -.Rs .Sh HISTORY The .Nm diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index 1e588662f17..5631b2addbc 100644 --- a/usr.sbin/ypldap/ypldap.conf.5 +++ b/usr.sbin/ypldap/ypldap.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypldap.conf.5,v 1.14 2009/12/19 16:21:30 jmc Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.15 2010/01/02 19:44:53 schwarze Exp $ .\" .\" Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 19 2009 $ +.Dd $Mdocdate: January 2 2010 $ .Dt YPLDAP.CONF 5 .Os .Sh NAME @@ -193,7 +193,6 @@ configuration file. .Xr ypbind 8 , .Xr ypldap 8 , .Xr ypserv 8 -.Rs .Sh HISTORY The .Nm |