blob: 6bdf3781503be79fee55c165d40b33714212ac1e (
plain) (
tree)
|
|
.\" $OpenBSD: close.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
.TH COND-CLOSE 1 2013-06-27
.SH NAME
cond-close \- closing conditional macros
.SH DESCRIPTION
.if t \{.unknown \}
closing after an unknown macro
.PP
.if t \{.ig \}
closing after an ignored macro
.PP
.if t \{text \}
closing after plain text
.PP
.if n \{
still open at the end of the file
|