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

Annotation of mandoc/regress/roff/ll/basic.in, Revision 1.1

1.1     ! schwarze    1: .Dd February 5, 2014
        !             2: .Dt LL-BASIC 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm ll-basic
        !             6: .Nd changing the line length
        !             7: .Sh DESCRIPTION
        !             8: This is a longer text to demonstrate the default line length.
        !             9: In ASCII mode, it is expected to break at column 78.
        !            10: .Pp
        !            11: .ll 38n
        !            12: This is another long text to demonstrate shorter lines.
        !            13: In ASCII mode, it is expected to break at column 38.
        !            14: .Pp
        !            15: .ll
        !            16: This is a longer text after switching back to the default line length.
        !            17: In ASCII mode, it is expected to break at column 78.
        !            18: .Pp
        !            19: .ll +100n
        !            20: This is another long text to demonstrate longer lines.
        !            21: In ASCII mode, it is not expected to break at all.
        !            22: .Pp
        !            23: .ll FOO
        !            24: This is a longer text after switching to an invalid line length.
        !            25: In ASCII mode, it is expected to break at column 78.

CVSweb