Annotation of mandoc/regress/roff/cond/de.in, Revision 1.1
1.1 ! schwarze 1: .\" $OpenBSD: de.in,v 1.1 2020/08/03 10:52:39 schwarze Exp $
! 2: .TH COND-DE 1 "August 3, 2020"
! 3: .SH NAME
! 4: cond-de \- close macro definition and conditional block on the same line
! 5: .SH DESCRIPTION
! 6: .if n \{.de m1
! 7: first content
! 8: .. \}
! 9: .if n \{.de m2
! 10: second content
! 11: .. \}ignored
! 12: .if t \{.de m3
! 13: does not show up
! 14: .. \}ignored
! 15: initial text
! 16: .m1
! 17: .m2
! 18: .m3
! 19: final text
CVSweb