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/ypldap/ypldap.8 | |
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/ypldap/ypldap.8')
-rw-r--r-- | usr.sbin/ypldap/ypldap.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ypldap/ypldap.8 b/usr.sbin/ypldap/ypldap.8 index 54d9a8fb5b0..4341385c266 100644 --- a/usr.sbin/ypldap/ypldap.8 +++ b/usr.sbin/ypldap/ypldap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypldap.8,v 1.4 2008/09/30 16:24:16 aschrijver Exp $ +.\" $OpenBSD: ypldap.8,v 1.5 2010/02/23 21:30:40 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: September 30 2008 $ +.Dd $Mdocdate: February 23 2010 $ .Dt YPLDAP 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 |