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

Annotation of mandoc/regress/man/nf/indent.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: indent.in,v 1.5 2022/08/15 18:55:29 schwarze Exp $
        !             2: .TH NF-INDENT 1 "August 15, 2022"
1.1       schwarze    3: .SH NAME
                      4: nf-indent \- indentation of literal blocks
                      5: .SH DESCRIPTION
                      6: Here comes
                      7: an indented block:
                      8: .nf
                      9: oneword
                     10: two words
                     11: and three words
                     12: This is a very long line; because it is indented, it is a bit too long to fit.
1.3     ! schwarze   13: completely blank line:
1.1       schwarze   14:
1.3     ! schwarze   15: line containing a blank character:
        !            16:
        !            17: line containing two blank characters:
        !            18:
        !            19: line containing space tab space:
        !            20:
        !            21: line containing a zero-width space:
1.1       schwarze   22: \&
1.3     ! schwarze   23: line containing an invalid numbered character escape:
        !            24: \N'257'
        !            25: line containing an invalid named character escape:
        !            26: \[foobar]
        !            27: line containing a font escape:
        !            28: \fR
1.1       schwarze   29: end of literal
                     30: .fi
                     31: He is some more
                     32: regular text.

CVSweb