blob: 98ee2e72abc07b2b28fb877b891b6630277edf4f (
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 - June 9, 2017
|