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

Annotation of mandoc/regress/mdoc/Op/punct.out_markdown, Revision 1.1

1.1     ! schwarze    1: OP-PUNCT(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Op-punct** - punctuation handling by the Op macro
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: at the beginning:
        !            10: (\[z]
        !            11: \[| z]
        !            12: \[. z]
        !            13:
        !            14: in the middle:
        !            15: \[a (z]
        !            16: \[a | z]
        !            17: \[a. z]
        !            18:
        !            19: at the end:
        !            20: \[a (]
        !            21: \[a |]
        !            22: \[a].
        !            23:
        !            24: punctuation only:
        !            25: (\[]
        !            26: \[|]
        !            27: \[].
        !            28:
        !            29: more than one:
        !            30: ((\[]
        !            31: \[| |]
        !            32: \[]..
        !            33:
        !            34: OpenBSD - June 24, 2011

CVSweb