blob: c4692453737ecd5f8938b55269e2aadd7f05e9c0 (
plain) (
tree)
|
|
.\" $OpenBSD$
.TH SPACE-INVALID 1 "December 15, 2018"
.SH NAME
SPACE-INVALID \- invalid whitespace escape sequences
.SH DESCRIPTION
.nf
blank: a\[hy]b\[ hy]c
percent: a\%b\[%]c
ampersand: a\&b\[&]c
colon: a\:b\[:]c
caret: a\^b\[^]c
underline: a\_b\[_]c
pipe: a\|b\[|]c
tilde: a\~b\[~]c
digit-width: a\0b\[0]c
|