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

Annotation of mandoc/regress/roff/ce/break.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: break.in,v 1.1 2022/04/30 18:46:16 schwarze Exp $
        !             2: .TH CE-BREAK 1 "April 30, 2022"
        !             3: .SH NAME
        !             4: ce-break \- centering requests broken by high-level macros
        !             5: .SH DESCRIPTION
        !             6: initial
        !             7: text
        !             8: .ce 3
        !             9: Text centered with the .ce request is
        !            10: .I not
        !            11: filled.
        !            12: .rj 4
        !            13: Text adjusted to the right margin
        !            14: works in just the same way and is
        !            15: .I not
        !            16: filled either.
        !            17: .ce
        !            18: High-level macros break centering even in a
        !            19: .if 1 .I conditional
        !            20: block.
        !            21: .PP
        !            22: .nf
        !            23: Now entering
        !            24: explicit no-fill mode.
        !            25: .ce 3
        !            26: Text is still
        !            27: .I not
        !            28: filled.
        !            29: .PP
        !            30: .fi
        !            31: final
        !            32: text
        !            33: in fill mode

CVSweb