xref: /openbsd/regress/usr.bin/mandoc/roff/args/man.in (revision 4bdff4be)
$OpenBSD: man.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
ARGS-MAN 1 "November 19, 2014"
NAME
args-man - arguments to man macros
DESCRIPTION
standard unquoted: one two text

escaped blanks: one one two two text

escaped 'e' character: one\eone two text

escaped backslash before blank:
IB one\ two
text
br
escaped backslash before 'e' character: one\\e two text

double inter-argument space: one two text

triple inter-argument space: one two text

single eol blank: one two text

double eol blank: one two text

triple eol blank: one two text

standard quoted: "one" "two" text

quoted quotes: "one""one" """two""" text

quoted whitespace: "one one" "two two" text

escaped 'e' characters: "one \e one" "\e" text

escaped backslash before blank: "one\ one" "\ " text

escaped backslash before 'e' character: "one\\eone" "\\e" text

double inter-argument space: "one one" "two two" text

triple inter-argument space: "one one" "two two" text

missing inter-argument space: "one one"two two text

single eol blank: "one one" "two two" text

double eol blank: "one one" "two two" text

triple eol blank: "one one" "two two" text

Disabled for now because mandoc man(7) seems to
mishandle trailing blanks in arguments,
but that really isn't urgent to fix.
trailing blanks in arguments: "one " "two " text

.. unterminated quotes: "one text

one "two text

single trailing blank in unterminated quotes: "one text

one "two text

double trailing blank in unterminated quotes: "one text

one "two text

.. tab after macro: one two text

escape sequence after macro: "one two text

backslash at eol: one two\