summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2010-02-23 23:00:52 +0000
committerschwarze <>2010-02-23 23:00:52 +0000
commita4c03f38471963bbfc0c47e51ffab2e5d54ca93f (patch)
tree139b492aa1e3227a2fd86793be5ffecb257347e0
parent791cecdfb91482e19413434dd01b274bcccd8820 (diff)
downloadopenbsd-a4c03f38471963bbfc0c47e51ffab2e5d54ca93f.tar.gz
openbsd-a4c03f38471963bbfc0c47e51ffab2e5d54ca93f.tar.bz2
openbsd-a4c03f38471963bbfc0c47e51ffab2e5d54ca93f.zip
Fix the worst among the fatal block-nesting issues we have in our tree,
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc. I tried five different variants without the Xo/Xc, because there is no real reason why Xo/Xc should be needed here, and two additional variants with Xo/Xc that look more pretty than what i'm now committing. All seven alternatives work both with mandoc and groff 1.20.1, but all seven trigger various different bugs in our old groff, and we still need to remain compatible with our old groff right now. ok jmc@ sobrado@
-rw-r--r--src/usr.bin/nc/nc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index 72885471f2..94a2d43cdb 100644
--- a/src/usr.bin/nc/nc.1
+++ b/src/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: nc.1,v 1.52 2009/10/22 15:02:12 sobrado Exp $ 1.\" $OpenBSD: nc.1,v 1.53 2010/02/23 23:00:52 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -25,7 +25,7 @@
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd $Mdocdate: October 22 2009 $ 28.Dd $Mdocdate: February 23 2010 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -47,8 +47,8 @@
47.Op Fl X Ar proxy_protocol 47.Op Fl X Ar proxy_protocol
48.Oo Xo 48.Oo Xo
49.Fl x Ar proxy_address Ns Oo : Ns 49.Fl x Ar proxy_address Ns Oo : Ns
50.Ar port Oc Oc 50.Ar port Oc
51.Xc 51.Xc Oc
52.Op Ar hostname 52.Op Ar hostname
53.Op Ar port 53.Op Ar port
54.Ek 54.Ek