Annotation of mandoc/regress/mdoc/Nd/broken.in, Revision 1.2
1.1 schwarze 1: .Dd February 11, 2015
2: .Dt ND-BROKEN 1
3: .Os OpenBSD
4: .Sh NAME
5: .Oo
6: .Nm Nd-broken
7: .Nd description lines ended
8: .Oc
9: by explicit blocks
10: .Sh DESCRIPTION
11: Start nested lists:
12: .Bl -tag -width Ds
13: .Bl -tag -width Ds
14: .It inner tag
15: inner text
16: .Nd inner description
17: .El
18: back to outer list
19: .It outer tag
20: outer text
21: .El
1.2 ! schwarze 22: .Pp
! 23: Broken together with a child block:
! 24: .\" Crashed before mdoc_macro.c OpenBSD rev. 1.171
! 25: .Ao ao
! 26: .Bo bo
! 27: .Nd nd
! 28: .Pq pq bc Bc ac
! 29: .Ac Op op
1.1 schwarze 30: end of file
CVSweb