[BACK]Return to close.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / cond

Diff for /mandoc/regress/roff/cond/close.in between version 1.1 and 1.3

version 1.1, 2017/02/08 03:03:19 version 1.3, 2018/11/26 17:44:34
Line 1 
Line 1 
 .TH COND-CLOSE 1 2013-06-27 OpenBSD  .\" $OpenBSD$
   .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 10  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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

CVSweb