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

Annotation of mandoc/regress/mdoc/Ar/punct.in, Revision 1.2

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

CVSweb