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

Annotation of mandoc/regress/mdoc/Op/punct.in, Revision 1.3

1.3     ! schwarze    1: .Dd June 9, 2017
1.1       schwarze    2: .Dt OP-PUNCT 1
                      3: .Os OpenBSD
                      4: .Sh NAME
                      5: .Nm Op-punct
                      6: .Nd punctuation handling by the Op macro
                      7: .Sh DESCRIPTION
                      8: at the beginning:
1.2       schwarze    9: .Op "(" z
1.1       schwarze   10: .Op | z
                     11: .Op . z
                     12: .Pp
                     13: in the middle:
1.2       schwarze   14: .Op a "(" z
1.1       schwarze   15: .Op a | z
                     16: .Op a . z
                     17: .Pp
                     18: at the end:
                     19: .Op a (
                     20: .Op a |
                     21: .Op a .
                     22: .Pp
                     23: punctuation only:
                     24: .Op (
                     25: .Op |
                     26: .Op .
                     27: .Pp
                     28: more than one:
                     29: .Op ( (
                     30: .Op | |
                     31: .Op . .
1.3     ! schwarze   32: .Pp
        !            33: Missing blank:
        !            34: .Op a.

CVSweb