From 32d371b57d595aa395b7fdf92909a912936ae599 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 13 Nov 2023 21:06:34 +0000 Subject: reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244 --- regress/roff/nr/divzero.out_ascii | 4 ++-- regress/roff/nr/escname.out_ascii | 10 ++++----- regress/roff/nr/eval.out_ascii | 44 +++++++++++++++++++-------------------- regress/roff/nr/incr.out_ascii | 14 ++++++------- regress/roff/nr/int.out_ascii | 8 +++---- regress/roff/nr/predef.out_ascii | 20 +++++++++--------- regress/roff/nr/rr.out_ascii | 6 +++--- regress/roff/nr/scale.out_ascii | 4 ++-- regress/roff/nr/tab.out_ascii | 8 +++---- regress/roff/nr/undef.out_ascii | 12 +++++------ 10 files changed, 65 insertions(+), 65 deletions(-) (limited to 'regress/roff/nr') diff --git a/regress/roff/nr/divzero.out_ascii b/regress/roff/nr/divzero.out_ascii index d121d95b..6616ca9d 100644 --- a/regress/roff/nr/divzero.out_ascii +++ b/regress/roff/nr/divzero.out_ascii @@ -1,9 +1,9 @@ NR-DIVZERO(1) General Commands Manual NR-DIVZERO(1) NNAAMMEE - nr-divzero - division by zero in numerical expression + nr-divzero - division by zero in numerical expression DDEESSCCRRIIPPTTIIOONN - initial text final 0 0 text + initial text final 0 0 text OpenBSD December 18, 2014 NR-DIVZERO(1) diff --git a/regress/roff/nr/escname.out_ascii b/regress/roff/nr/escname.out_ascii index d0301af9..8192f9ab 100644 --- a/regress/roff/nr/escname.out_ascii +++ b/regress/roff/nr/escname.out_ascii @@ -1,15 +1,15 @@ NR-ESCNAME(1) General Commands Manual NR-ESCNAME(1) NNAAMMEE - nr-escname - escape sequences in register names + nr-escname - escape sequences in register names DDEESSCCRRIIPPTTIIOONN - 1 2 3 5 6 + 1 2 3 5 6 - 0 2 3 + 0 2 3 - 0 2 0 + 0 2 0 - incomplete: + incomplete: OpenBSD June 3, 2022 NR-ESCNAME(1) diff --git a/regress/roff/nr/eval.out_ascii b/regress/roff/nr/eval.out_ascii index 1528c3e3..fb631ffb 100644 --- a/regress/roff/nr/eval.out_ascii +++ b/regress/roff/nr/eval.out_ascii @@ -1,29 +1,29 @@ NR-EVAL(1) General Commands Manual NR-EVAL(1) NNAAMMEE - nr-eval - numeric expressions in assignments to number registers + nr-eval - numeric expressions in assignments to number registers DDEESSCCRRIIPPTTIIOONN - 1: 1 - nonumber: 1 - 3X: 3 - 4+: 3 - 2+3: 5 - 1+1:: 5 - 10-3: 7 - 4*2: 8 - 27/3: 9 - 58%16: 10 - 11?13: 13 - 14>?6: 14 - 2+3*3: 15 - para at eol: 15 - unclosed para: 17 - (18): 18 - ( 25 - 6 ): 19 - 11+( 3*3 ): 20 - 3+(3*(5==5*2)*4)+(3*5)/2: 21 + 1: 1 + nonumber: 1 + 3X: 3 + 4+: 3 + 2+3: 5 + 1+1:: 5 + 10-3: 7 + 4*2: 8 + 27/3: 9 + 58%16: 10 + 11?13: 13 + 14>?6: 14 + 2+3*3: 15 + para at eol: 15 + unclosed para: 17 + (18): 18 + ( 25 - 6 ): 19 + 11+( 3*3 ): 20 + 3+(3*(5==5*2)*4)+(3*5)/2: 21 OpenBSD April 7, 2014 NR-EVAL(1) diff --git a/regress/roff/nr/incr.out_ascii b/regress/roff/nr/incr.out_ascii index 5701a80a..c7ca9258 100644 --- a/regress/roff/nr/incr.out_ascii +++ b/regress/roff/nr/incr.out_ascii @@ -1,18 +1,18 @@ NR-INCR(1) General Commands Manual NR-INCR(1) NNAAMMEE - nr-incr - increment a number register by accessing it + nr-incr - increment a number register by accessing it DDEESSCCRRIIPPTTIIOONN - Roff can count by merely accessing a number register: 1 2 3 + Roff can count by merely accessing a number register: 1 2 3 - It can also change the step size: 5 7 9 + It can also change the step size: 5 7 9 - It can also count down: 6 3 0 -3 + It can also count down: 6 3 0 -3 - Down in negative steps is up: -1 1 3 5 + Down in negative steps is up: -1 1 3 5 - Go to some other value, then continue incrementing with an unchanged - (negative) step size: 40 38 36 + Go to some other value, then continue incrementing with an unchanged + (negative) step size: 40 38 36 OpenBSD April 10, 2018 NR-INCR(1) diff --git a/regress/roff/nr/int.out_ascii b/regress/roff/nr/int.out_ascii index 8594f498..0e9b859d 100644 --- a/regress/roff/nr/int.out_ascii +++ b/regress/roff/nr/int.out_ascii @@ -1,11 +1,11 @@ NR-INT(1) General Commands Manual NR-INT(1) NNAAMMEE - nr-int - integer number registers + nr-int - integer number registers DDEESSCCRRIIPPTTIIOONN - initial contents: 0 0 0 - intermediate contents: 42 -1 2147483647 - final contents: 23 1 -2147483648 + initial contents: 0 0 0 + intermediate contents: 42 -1 2147483647 + final contents: 23 1 -2147483648 OpenBSD October 3, 2013 NR-INT(1) diff --git a/regress/roff/nr/predef.out_ascii b/regress/roff/nr/predef.out_ascii index 373be20c..af8b9988 100644 --- a/regress/roff/nr/predef.out_ascii +++ b/regress/roff/nr/predef.out_ascii @@ -1,17 +1,17 @@ NR-PREDEF(1) General Commands Manual NR-PREDEF(1) NNAAMMEE - nr-predef - pre-defined read-only integer number registers + nr-predef - pre-defined read-only integer number registers DDEESSCCRRIIPPTTIIOONN - ascii mode: 0 - groff mode: 1 - horizontal resolution: 24 - adjustment mode: 0 - output device defined: 1 1 - vertical resolution: 40 - user defined macro with 0 arguments: - user defined macro with 1 arguments: one - user defined macro with 2 arguments: one two + ascii mode: 0 + groff mode: 1 + horizontal resolution: 24 + adjustment mode: 0 + output device defined: 1 1 + vertical resolution: 40 + user defined macro with 0 arguments: + user defined macro with 1 arguments: one + user defined macro with 2 arguments: one two OpenBSD August 29, 2015 NR-PREDEF(1) diff --git a/regress/roff/nr/rr.out_ascii b/regress/roff/nr/rr.out_ascii index 73375f47..c8ae9ddf 100644 --- a/regress/roff/nr/rr.out_ascii +++ b/regress/roff/nr/rr.out_ascii @@ -1,10 +1,10 @@ NR-RR(1) General Commands Manual NR-RR(1) NNAAMMEE - nr-rr - defining and undefining number registers + nr-rr - defining and undefining number registers DDEESSCCRRIIPPTTIIOONN - non-null values: 2 4 - unset values: 0 0 0 + non-null values: 2 4 + unset values: 0 0 0 OpenBSD April 5, 2014 NR-RR(1) diff --git a/regress/roff/nr/scale.out_ascii b/regress/roff/nr/scale.out_ascii index 686a10b5..0c3117d4 100644 --- a/regress/roff/nr/scale.out_ascii +++ b/regress/roff/nr/scale.out_ascii @@ -1,9 +1,9 @@ NR-INT(1) General Commands Manual NR-INT(1) NNAAMMEE - nr-scale - scaling units in numeric expressions + nr-scale - scaling units in numeric expressions DDEESSCCRRIIPPTTIIOONN - 65537 241 945 41 41 25 25 34 2 25 1 + 65537 241 945 41 41 25 25 34 2 25 1 OpenBSD January 23, 2015 NR-INT(1) diff --git a/regress/roff/nr/tab.out_ascii b/regress/roff/nr/tab.out_ascii index 296fc9e5..268ebe34 100644 --- a/regress/roff/nr/tab.out_ascii +++ b/regress/roff/nr/tab.out_ascii @@ -1,11 +1,11 @@ NR-TAB(1) General Commands Manual NR-TAB(1) NNAAMMEE - nr-tab - tab characters in register definition lines + nr-tab - tab characters in register definition lines DDEESSCCRRIIPPTTIIOONN - with tab: >>0<< - with space: >>2<< - rr with tab: >>0:42<< + with tab: >>0<< + with space: >>2<< + rr with tab: >>0:42<< OpenBSD February 6, 2019 NR-TAB(1) diff --git a/regress/roff/nr/undef.out_ascii b/regress/roff/nr/undef.out_ascii index 85b3dad5..c201a7b1 100644 --- a/regress/roff/nr/undef.out_ascii +++ b/regress/roff/nr/undef.out_ascii @@ -1,17 +1,17 @@ NR-UNDEF(1) General Commands Manual NR-UNDEF(1) NNAAMMEE - nr-undef - using an undefined number register + nr-undef - using an undefined number register DDEESSCCRRIIPPTTIIOONN - The myr register is initially undefined. + The myr register is initially undefined. - Its initial value is 0. + Its initial value is 0. - After interpolating it, is is now defined. + After interpolating it, is is now defined. - After defining it to 1, it is of course still defined. + After defining it to 1, it is of course still defined. - After removing it, it is again undefined. + After removing it, it is again undefined. OpenBSD April 9, 2018 NR-UNDEF(1) -- cgit