summaryrefslogtreecommitdiffstats
path: root/regress/roff/args/roff.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2023-11-13 21:06:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2023-11-13 21:06:34 +0000
commit32d371b57d595aa395b7fdf92909a912936ae599 (patch)
tree27e6ebfc3e3ee11feed0ab21318b45aaeb08aba7 /regress/roff/args/roff.out_ascii
parentbf3f4307729712bd6e6eeb0d2cf2d9739f304877 (diff)
downloadmandoc-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/args/roff.out_ascii')
-rw-r--r--regress/roff/args/roff.out_ascii62
1 files changed, 31 insertions, 31 deletions
diff --git a/regress/roff/args/roff.out_ascii b/regress/roff/args/roff.out_ascii
index d4913928..e5d386f6 100644
--- a/regress/roff/args/roff.out_ascii
+++ b/regress/roff/args/roff.out_ascii
@@ -1,38 +1,38 @@
ARGS-ROFF(1) General Commands Manual ARGS-ROFF(1)
NNAAMMEE
- args-roff - arguments to roff macros
+ args-roff - arguments to roff macros
DDEESSCCRRIIPPTTIIOONN
- arguments containing quotes: ((aa""bb))_(_a_"_b_)
- standard unquoted: (one) (two)
- escaped blanks: (one one) (two two)
- escaped 'e' character: (one\one) (two)
- escaped backslash before 'e' character: (one\) (two)
- double inter-argument space: (one) (two)
- triple inter-argument space: (one) (two)
- single eol blank: (one) (two)
- double eol blank: (one) (two)
- triple eol blank: (one) (two)
- standard quoted: (one) (two)
- quoted quotes: (one"one) ("two")
- quoted whitespace: (one one) (two two)
- escaped 'e' characters: (one \ one) (\)
- escaped backslash before blank: (one one) ( )
- escaped backslash before 'e' character: (one\one) (\)
- double inter-argument space: (one one) (two two)
- triple inter-argument space: (one one) (two two)
- missing inter-argument space: (one one) (two two)
- single eol blank: (one one) (two two)
- double eol blank: (one one) (two two)
- triple eol blank: (one one) (two two)
- trailing blanks in arguments: (one ) (two )
- unterminated quotes: (one) ()
- (one) (two)
- single trailing blank in unterminated quotes: (one ) ()
- (one) (two )
- double trailing blank in unterminated quotes: (one ) ()
- (one) (two )
- backslash at eol: (one) (two)
+ arguments containing quotes: ((aa""bb))_(_a_"_b_)
+ standard unquoted: (one) (two)
+ escaped blanks: (one one) (two two)
+ escaped 'e' character: (one\one) (two)
+ escaped backslash before 'e' character: (one\) (two)
+ double inter-argument space: (one) (two)
+ triple inter-argument space: (one) (two)
+ single eol blank: (one) (two)
+ double eol blank: (one) (two)
+ triple eol blank: (one) (two)
+ standard quoted: (one) (two)
+ quoted quotes: (one"one) ("two")
+ quoted whitespace: (one one) (two two)
+ escaped 'e' characters: (one \ one) (\)
+ escaped backslash before blank: (one one) ( )
+ escaped backslash before 'e' character: (one\one) (\)
+ double inter-argument space: (one one) (two two)
+ triple inter-argument space: (one one) (two two)
+ missing inter-argument space: (one one) (two two)
+ single eol blank: (one one) (two two)
+ double eol blank: (one one) (two two)
+ triple eol blank: (one one) (two two)
+ trailing blanks in arguments: (one ) (two )
+ unterminated quotes: (one) ()
+ (one) (two)
+ single trailing blank in unterminated quotes: (one ) ()
+ (one) (two )
+ double trailing blank in unterminated quotes: (one ) ()
+ (one) (two )
+ backslash at eol: (one) (two)
OpenBSD February 21, 2015 ARGS-ROFF(1)