]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/invalid.in
Implement the roff .break request (break out of a .while loop).
[mandoc.git] / regress / roff / esc / invalid.in
1 .\" $OpenBSD$
2 .TH ESC-INVALID 1 "December 15, 2018"
3 .SH NAME
4 esc-invalid \- invalid roff escape sequences
5 .SH DESCRIPTION
6 .nf
7 plus: a\+b\[+]c
8 semicolon: a\;b\[;]c
9 less than: a\<b\[<]c
10 equal to: a\=b\[=]c
11 greater than: a\>b\[>]c
12 at: a\@b\[@]c
13 square bracket: a\]b
14 curly braces: a\[{]b\[}]c
15 digit: a\1b\[1]c
16 G: a\Gb\[G]c
17 I: a\Ib\[I]c
18 i: a\ib\[i]c
19 J: a\Jb\[J]c
20 j: a\jb\[j]c
21 K: a\Kb\[K]c
22 P: a\Pb\[P]c
23 Q: a\Qb\[Q]c
24 q: a\qb\[q]c
25 T: a\Tb\[T]c
26 U: a\Ub\[U]c
27 W: a\Wb\[W]c
28 y: a\yb\[y]c