diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:22:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:22:07 +0000 |
commit | a810248ccd22816e0edf4d567b77421e6be4b99c (patch) | |
tree | 97b054466a6f41d48eee1c74a1c83fef58837f38 /regress/roff/string/undef.out_ascii | |
parent | 32d371b57d595aa395b7fdf92909a912936ae599 (diff) | |
download | mandoc-a810248ccd22816e0edf4d567b77421e6be4b99c.tar.gz |
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Diffstat (limited to 'regress/roff/string/undef.out_ascii')
-rw-r--r-- | regress/roff/string/undef.out_ascii | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/regress/roff/string/undef.out_ascii b/regress/roff/string/undef.out_ascii index 9adae29b..29e327ae 100644 --- a/regress/roff/string/undef.out_ascii +++ b/regress/roff/string/undef.out_ascii @@ -1,33 +1,33 @@ STRING-UNDEF(1) General Commands Manual STRING-UNDEF(1) NNAAMMEE - string-undef - expanding undefined strings + string-undef - expanding undefined strings DDEESSCCRRIIPPTTIIOONN UUsseerr ddeeffiinneedd ssttrriinngg - The sting "mys" is undefined and remains undefined. + The sting "mys" is undefined and remains undefined. - Its value is "", and now it is defined, and its value is still "". + Its value is "", and now it is defined, and its value is still "". - After redefining it to "newval", it is of course still defined. + After redefining it to "newval", it is of course still defined. - After removing the definition, it is now undefined. + After removing the definition, it is now undefined. UUsseerr ddeeffiinneedd mmaaccrroo - The macro "mym" is undefined. + The macro "mym" is undefined. - It has no effect: But now it is defined. + It has no effect: But now it is defined. - After defining it as: neweffect it is of course still defined. + After defining it as: neweffect it is of course still defined. - After removing the definition, it is now undefined. + After removing the definition, it is now undefined. RReennaammeedd mmaaccrroo - The standard .BR macro is defined, and it wwoorrkkss. + The standard .BR macro is defined, and it wwoorrkkss. - After renaming it, the new name is defined, and wwoorrkkss. + After renaming it, the new name is defined, and wwoorrkkss. PPrreeddeeffiinneedd ssttrriinngg - A predefined string is defined and has the value "(R)". + A predefined string is defined and has the value "(R)". OpenBSD April 9, 2018 STRING-UNDEF(1) |