[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.1

1.1     ! schwarze    1: .TH NF-INDENT 1 "January 4, 2011" OpenBSD
        !             2: .SH NAME
        !             3: nf-indent \- indentation of literal blocks
        !             4: .SH DESCRIPTION
        !             5: Here comes
        !             6: an indented block:
        !             7: .nf
        !             8: oneword
        !             9: two words
        !            10: and three words
        !            11: This is a very long line; because it is indented, it is a bit too long to fit.
        !            12: blank line:
        !            13:
        !            14: line with only a zero-width space:
        !            15: \&
        !            16: line with only a normal space character:
        !            17:
        !            18: end of literal
        !            19: .fi
        !            20: He is some more
        !            21: regular text.

CVSweb