Annotation of mandoc/regress/roff/cond/close.in, Revision 1.3
1.2 schwarze 1: .\" $OpenBSD: close.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
1.3 ! schwarze 2: .TH COND-CLOSE 1 "November 26, 2018"
1.1 schwarze 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
1.3 ! schwarze 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
1.1 schwarze 30: .PP
31: .if n \{
32: still open at the end of the file
CVSweb