[BACK]Return to indent.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / nf

Diff for /mandoc/regress/man/nf/indent.in between version 1.2 and 1.3

version 1.2, 2017/07/04 15:25:12 version 1.3, 2022/08/15 18:59:40
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .TH NF-INDENT 1 "January 4, 2011"  .TH NF-INDENT 1 "August 15, 2022"
 .SH NAME  .SH NAME
 nf-indent \- indentation of literal blocks  nf-indent \- indentation of literal blocks
 .SH DESCRIPTION  .SH DESCRIPTION
Line 10  oneword
Line 10  oneword
 two words  two words
 and three words  and three words
 This is a very long line; because it is indented, it is a bit too long to fit.  This is a very long line; because it is indented, it is a bit too long to fit.
 blank line:  completely blank line:
   
 line with only a zero-width space:  line containing a blank character:
   
   line containing two blank characters:
   
   line containing space tab space:
   
   line containing a zero-width space:
 \&  \&
 line with only a normal space character:  line containing an invalid numbered character escape:
   \N'257'
   line containing an invalid named character escape:
   \[foobar]
   line containing a font escape:
   \fR
 end of literal  end of literal
 .fi  .fi
 He is some more  He is some more

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

CVSweb