]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/cond/close.in
implement the roff(7) d (macro or string defined) conditional
[mandoc.git] / regress / roff / cond / close.in
1 .TH COND-CLOSE 1 2013-06-27 OpenBSD
2 .SH NAME
3 cond-close \- closing conditional macros
4 .SH DESCRIPTION
5 .if t \{.unknown \}
6 closing after an unknown macro
7 .PP
8 .if t \{.ig \}
9 closing after an ignored macro
10 .PP
11 .if t \{text \}
12 closing after plain text
13 .PP
14 .if n \{
15 still open at the end of the file