summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Op/punct.in
blob: 7bc993320ad5a035134c7d73c9832419c7ff9945 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                        
         



              
           
















                 
.Dd June 24, 2011
.Dt OP-PUNCT 1
.Os OpenBSD
.Sh NAME
.Nm Op-punct
.Nd punctuation handling by the Op macro
.Sh DESCRIPTION
at the beginning:
.Op "(" z
.Op | z
.Op . z
.Pp
in the middle:
.Op a "(" z
.Op a | z
.Op a . z
.Pp
at the end:
.Op a (
.Op a |
.Op a .
.Pp
punctuation only:
.Op (
.Op |
.Op .
.Pp
more than one:
.Op ( (
.Op | |
.Op . .