version 1.2, 2017/07/04 15:26:31 |
version 1.3, 2018/11/26 17:44:34 |
|
|
.\" $OpenBSD$ |
.\" $OpenBSD$ |
.TH COND-CLOSE 1 2013-06-27 |
.TH COND-CLOSE 1 "November 26, 2018" |
.SH NAME |
.SH NAME |
cond-close \- closing conditional macros |
cond-close \- closing conditional macros |
.SH DESCRIPTION |
.SH DESCRIPTION |
Line 11 closing after an ignored macro |
|
Line 11 closing after an ignored macro |
|
.PP |
.PP |
.if t \{text \} |
.if t \{text \} |
closing after plain text |
closing after plain text |
|
.PP |
|
.if n \{conditional content \} following words with whitespace |
|
.PP |
|
.if n \{conditional content\}following words without whitespace |
|
.PP |
|
preceding words |
|
.if n \{\ |
|
standard multi-line style |
|
.\} |
|
following words |
|
.PP |
|
preceding words |
|
.if n \{ |
|
non-standard multi-line style |
|
\} |
|
following words |
.PP |
.PP |
.if n \{ |
.if n \{ |
still open at the end of the file |
still open at the end of the file |