[BACK]Return to spacing.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Pf

Annotation of mandoc/regress/mdoc/Pf/spacing.in, Revision 1.1

1.1     ! schwarze    1: .Dd November 30, 2014
        !             2: .Dt PF-SPACING 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm Pf-spacing
        !             6: .Nd spacing around the prefix macro
        !             7: .Sh DESCRIPTION
        !             8: Closing punctuation goes
        !             9: .Pf . right .
        !            10: But
        !            11: .Pf . . double
        !            12: prefixes don't work.
        !            13: Opening punctuation goes
        !            14: .Pf ( left .
        !            15: But again, prefix
        !            16: .Pf ( ) pairs
        !            17: don't work.
        !            18: Even normal text gets
        !            19: .Pf pre fixed .
        !            20: The first
        !            21: .Pf Ar gument
        !            22: is not parsed.
        !            23: Nothing can be
        !            24: .Pf prefixed
        !            25: to the next line.
        !            26: Trailing punctuation still counts as
        !            27: .Em eos Pf .
        !            28: .Po But it does not fall out of enclosures Pf . Pc
        !            29: .Pp
        !            30: It makes no sense at the very
        !            31: .Em end Pf

CVSweb