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

Annotation of mandoc/regress/mdoc/Pa/punct.in, Revision 1.1

1.1     ! schwarze    1: .Dd August 21, 2014
        !             2: .Dt PA-PUNCT 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm Pa-punct
        !             6: .Nd punctuation handling by the Pa macro
        !             7: .Sh DESCRIPTION
        !             8: closing punctuation
        !             9: .Pa a )
        !            10: only one
        !            11: .Pa )
        !            12: only more than one
        !            13: .Pa ) )
        !            14: middle
        !            15: .Pa a ) z
        !            16: start
        !            17: .Pa ) z
        !            18: dot
        !            19: .Pa . z
        !            20: comma
        !            21: .Pa , z
        !            22: semicolon
        !            23: .Pa ; z
        !            24: colon
        !            25: .Pa : z
        !            26: quest
        !            27: .Pa ? z
        !            28: excl
        !            29: .Pa ! z
        !            30: paren
        !            31: .Pa ) z
        !            32: bracket
        !            33: .Pa ] z
        !            34: bar
        !            35: .Pa | m
        !            36: op paren
        !            37: .Pa ( a
        !            38: op bracket
        !            39: .Pa [ a

CVSweb