diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-23 21:30:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-23 21:30:41 +0000 |
commit | 9360448f266342987218b969e2e26dd78333f98f (patch) | |
tree | 445db2ed7664d30f0020bf00a2373b888a43525d /usr.sbin/relayd | |
parent | 6593cf99294576498471ff3990e619befa3b9a42 (diff) |
Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,
in these cases, is useless anyway.
Found by and fixing the build with mandoc;
still fine with both old and new groff.
ok jmc@
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r-- | usr.sbin/relayd/relayd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/relayd/relayd.8 b/usr.sbin/relayd/relayd.8 index ba414a44825..8ccb3a63bdb 100644 --- a/usr.sbin/relayd/relayd.8 +++ b/usr.sbin/relayd/relayd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.8,v 1.21 2009/11/22 16:02:44 tobias Exp $ +.\" $OpenBSD: relayd.8,v 1.22 2010/02/23 21:30:40 schwarze Exp $ .\" .\" Copyright (c) 2006 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: November 22 2009 $ +.Dd $Mdocdate: February 23 2010 $ .Dt RELAYD 8 .Os .Sh NAME @@ -23,9 +23,9 @@ .Sh SYNOPSIS .Nm .Op Fl dnv -.Oo Xo -.Fl D Ar macro Ns = Ns Ar value Oc -.Xc +.Oo +.Fl D Ar macro Ns = Ns Ar value +.Oc .Op Fl f Ar file .Sh DESCRIPTION .Nm |