]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/cond/close.in
When a conditional block is closed by putting "\}" on a text line
[mandoc.git] / regress / roff / cond / close.in
1 .\" $OpenBSD: close.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
2 .TH COND-CLOSE 1 "November 26, 2018"
3 .SH NAME
4 cond-close \- closing conditional macros
5 .SH DESCRIPTION
6 .if t \{.unknown \}
7 closing after an unknown macro
8 .PP
9 .if t \{.ig \}
10 closing after an ignored macro
11 .PP
12 .if t \{text \}
13 closing after plain text
14 .PP
15 .if n \{conditional content \} following words with whitespace
16 .PP
17 .if n \{conditional content\}following words without whitespace
18 .PP
19 preceding words
20 .if n \{\
21 standard multi-line style
22 .\}
23 following words
24 .PP
25 preceding words
26 .if n \{
27 non-standard multi-line style
28 \}
29 following words
30 .PP
31 .if n \{
32 still open at the end of the file