diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:39:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:39:22 +0000 |
commit | b643a5d8f63bcdf3f808f595ef8869ee2021008b (patch) | |
tree | 5c30723557ff26a063ad8bc8a6aea2db290de479 /share/man/man7 | |
parent | baff352fdd2384156311fc72115a6fa41b7e5cfd (diff) |
Our groff does not handle all cases of nested displays properly, so
resolve the contradiction in the manual whether it's allowed or not
in favour of "not allowed" for now, shelving my diff to support
nested displays in mandoc(1) for later consideration.
Found by and unbreaking the build with mandoc(1).
Feedback and OK jmc@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 9b1eabb9f1c..e619f65bc50 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.84 2010/01/24 15:37:12 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.85 2010/02/18 13:39:21 schwarze Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ .\" times and is guaranteed to give a worst case performance .\" for an already extremely slow package. .\" -.Dd $Mdocdate: January 24 2010 $ +.Dd $Mdocdate: February 18 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -2770,7 +2770,7 @@ The display must end with the .Ql \&.Ed macro. -Displays may be nested within displays and lists, but may +Displays may be nested within lists, but may .Em not contain other displays; this also prohibits nesting of .Ql \&.D1 |