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