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/ospfd | |
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/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8 index d8fb495d35f..268994bf107 100644 --- a/usr.sbin/ospfd/ospfd.8 +++ b/usr.sbin/ospfd/ospfd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.8,v 1.25 2009/10/22 15:02:12 sobrado Exp $ +.\" $OpenBSD: ospfd.8,v 1.26 2010/02/23 21:30:40 schwarze Exp $ .\" .\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@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: October 22 2009 $ +.Dd $Mdocdate: February 23 2010 $ .Dt OSPFD 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 .Op Fl s Ar socket .Sh DESCRIPTION |