blob: d5aab3241a094fd77381adf6aac1e73666bcafb2 (
plain) (
tree)
|
|
OP-PUNCT(1) - General Commands Manual
# NAME
**Op-punct** - punctuation handling by the Op macro
# DESCRIPTION
at the beginning:
(\[z]
\[| z]
\[. z]
in the middle:
\[a (z]
\[a | z]
\[a. z]
at the end:
\[a (]
\[a |]
\[a].
punctuation only:
(\[]
\[|]
\[].
more than one:
((\[]
\[| |]
\[]..
Missing blank:
\[a.]
OpenBSD - July 4, 2017
|