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

Annotation of mandoc/regress/roff/ce/basic.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: basic.in,v 1.2 2020/09/02 16:36:48 schwarze Exp $
        !             2: .TH CE-BASIC 1 "September 2, 2020"
1.1       schwarze    3: .SH NAME
                      4: ce-basic \- basic usage of the centering request
                      5: .SH DESCRIPTION
                      6: initial
                      7: text
                      8: .ce 2
                      9: Text centered with the .ce request
                     10: is not filled.
                     11: normal
                     12: text
                     13: .rj 2
                     14: Text adjusted to the right margin
                     15: works in just the same way and isn't filled either.
1.2     ! schwarze   16: .PP
        !            17: .nf
        !            18: Now entering
        !            19: explicit no-fill mode.
        !            20: .ce 2
        !            21: Text is still
        !            22: not filled.
        !            23: .PP
        !            24: .fi
1.1       schwarze   25: final
                     26: text
1.2     ! schwarze   27: in fill mode

CVSweb