diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
commit | 32d371b57d595aa395b7fdf92909a912936ae599 (patch) | |
tree | 27e6ebfc3e3ee11feed0ab21318b45aaeb08aba7 /regress/roff/esc/invalid.out_ascii | |
parent | bf3f4307729712bd6e6eeb0d2cf2d9739f304877 (diff) | |
download | mandoc-32d371b57d595aa395b7fdf92909a912936ae599.tar.gz |
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Diffstat (limited to 'regress/roff/esc/invalid.out_ascii')
-rw-r--r-- | regress/roff/esc/invalid.out_ascii | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/regress/roff/esc/invalid.out_ascii b/regress/roff/esc/invalid.out_ascii index 6eca2c5a..e664668e 100644 --- a/regress/roff/esc/invalid.out_ascii +++ b/regress/roff/esc/invalid.out_ascii @@ -1,30 +1,30 @@ ESC-INVALID(1) General Commands Manual ESC-INVALID(1) NNAAMMEE - esc-invalid - invalid roff escape sequences + esc-invalid - invalid roff escape sequences DDEESSCCRRIIPPTTIIOONN - plus: a+bc - semicolon: a;bc - less than: a<bc - equal to: a=bc - greater than: a>bc - at: a@bc - square bracket: a]b - curly braces: abc - digit: a1bc - G: aGbc - I: aIbc - i: aibc - J: aJbc - j: ajbc - K: aKbc - P: aPbc - Q: aQbc - q: aqbc - T: aTbc - U: aUbc - W: aWbc - y: aybc + plus: a+bc + semicolon: a;bc + less than: a<bc + equal to: a=bc + greater than: a>bc + at: a@bc + square bracket: a]b + curly braces: abc + digit: a1bc + G: aGbc + I: aIbc + i: aibc + J: aJbc + j: ajbc + K: aKbc + P: aPbc + Q: aQbc + q: aqbc + T: aTbc + U: aUbc + W: aWbc + y: aybc OpenBSD December 15, 2018 ESC-INVALID(1) |