summaryrefslogtreecommitdiffstats
path: root/regress/roff
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff')
-rw-r--r--regress/roff/string/escape.out_ascii18
-rw-r--r--regress/roff/string/infinite.out_ascii4
-rw-r--r--regress/roff/string/std.out_ascii6
-rw-r--r--regress/roff/string/undef.out_ascii24
-rw-r--r--regress/roff/string/zerolength.out_ascii6
-rw-r--r--regress/roff/ta/basic-man.out_ascii26
-rw-r--r--regress/roff/ti/basic-man.out_ascii16
-rw-r--r--regress/roff/ti/wide.out_ascii18
-rw-r--r--regress/roff/tr/args.out_ascii6
9 files changed, 62 insertions, 62 deletions
diff --git a/regress/roff/string/escape.out_ascii b/regress/roff/string/escape.out_ascii
index f7c64620..061dc5e0 100644
--- a/regress/roff/string/escape.out_ascii
+++ b/regress/roff/string/escape.out_ascii
@@ -1,27 +1,27 @@
STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1)
NNAAMMEE
- string-escape - preventing string interpolation
+ string-escape - preventing string interpolation
DDEESSCCRRIIPPTTIIOONN
NNoorrmmaall iinntteerrppoollaattiioonn
- result: *[right]
+ result: *[right]
- The above line must be "result: *[right]".
+ The above line must be "result: *[right]".
IInntteerrvveenniinngg cchhaarraacctteerr
- result: \*[right]
+ result: \*[right]
- The above line must be "result: backslash*[right]", not "result: rong".
+ The above line must be "result: backslash*[right]", not "result: rong".
EEssccaappeedd bbaacckkssllaasshh
- result: \*[right]
+ result: \*[right]
- The above line must be "result: backslash*[right]", not "result: rong".
+ The above line must be "result: backslash*[right]", not "result: rong".
DDeellaayyeedd iinntteerrppoollaattiioonn
- result: *[right]
+ result: *[right]
- The above line must be "result: *[right]", not "result: wrong".
+ The above line must be "result: *[right]", not "result: wrong".
OpenBSD December 3, 2010 STRING-ESCAPE(1)
diff --git a/regress/roff/string/infinite.out_ascii b/regress/roff/string/infinite.out_ascii
index fa8a47e9..d7a3946f 100644
--- a/regress/roff/string/infinite.out_ascii
+++ b/regress/roff/string/infinite.out_ascii
@@ -1,9 +1,9 @@
STRING-INFINITE(1) General Commands Manual STRING-INFINITE(1)
NNAAMMEE
- string-infinite - endless recursion in string expansion
+ string-infinite - endless recursion in string expansion
DDEESSCCRRIIPPTTIIOONN
- Blow up, but still render following text correctly.
+ Blow up, but still render following text correctly.
OpenBSD December 3, 2010 STRING-INFINITE(1)
diff --git a/regress/roff/string/std.out_ascii b/regress/roff/string/std.out_ascii
index 15bd38ae..f578e8a4 100644
--- a/regress/roff/string/std.out_ascii
+++ b/regress/roff/string/std.out_ascii
@@ -1,11 +1,11 @@
STRING-STD(1) General Commands Manual STRING-STD(1)
NNAAMMEE
- string-std - expanding standard macros as strings
+ string-std - expanding standard macros as strings
DDEESSCCRRIIPPTTIIOONN
- expanding the DT macro as a string: >>><<<
+ expanding the DT macro as a string: >>><<<
- the same after renaming it: >>><<<
+ the same after renaming it: >>><<<
OpenBSD June 18, 2017 STRING-STD(1)
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)
diff --git a/regress/roff/string/zerolength.out_ascii b/regress/roff/string/zerolength.out_ascii
index 116fd328..c829d2c2 100644
--- a/regress/roff/string/zerolength.out_ascii
+++ b/regress/roff/string/zerolength.out_ascii
@@ -1,11 +1,11 @@
STRING-ZEROLENGTH(1) General Commands Manual STRING-ZEROLENGTH(1)
NNAAMMEE
- string-zerolength - handling of zero-length user-defined strings
+ string-zerolength - handling of zero-length user-defined strings
DDEESSCCRRIIPPTTIIOONN
- use zero-length string: xx x
+ use zero-length string: xx x
- use zero-length macro: xx x
+ use zero-length macro: xx x
OpenBSD December 19, 2010 STRING-ZEROLENGTH(1)
diff --git a/regress/roff/ta/basic-man.out_ascii b/regress/roff/ta/basic-man.out_ascii
index efc2fadb..b9d7fe5c 100644
--- a/regress/roff/ta/basic-man.out_ascii
+++ b/regress/roff/ta/basic-man.out_ascii
@@ -1,20 +1,20 @@
TA-BASIC-MAN(1) General Commands Manual TA-BASIC-MAN(1)
NNAAMMEE
- ta-basic-man - setting tabstop positions in man(7)
+ ta-basic-man - setting tabstop positions in man(7)
DDEESSCCRRIIPPTTIIOONN
- default:
- 1 2 3
- 10n:
- 1 23
- none:
- 123
- 3n +6n T 4n +2n:
- 1 2 3 4 5 6 7 8 9
- default unit:
- 1 2 3 4
- rounding:
- 1 2 3 4 5 6 7 8 9
+ default:
+ 1 2 3
+ 10n:
+ 1 23
+ none:
+ 123
+ 3n +6n T 4n +2n:
+ 1 2 3 4 5 6 7 8 9
+ default unit:
+ 1 2 3 4
+ rounding:
+ 1 2 3 4 5 6 7 8 9
OpenBSD May 7, 2014 TA-BASIC-MAN(1)
diff --git a/regress/roff/ti/basic-man.out_ascii b/regress/roff/ti/basic-man.out_ascii
index ebbae01e..e5e2a9e8 100644
--- a/regress/roff/ti/basic-man.out_ascii
+++ b/regress/roff/ti/basic-man.out_ascii
@@ -1,17 +1,17 @@
TI-BASIC-MAN(1) General Commands Manual TI-BASIC-MAN(1)
NNAAMMEE
- ti-basic-man - temporary indentation in man(7)
+ ti-basic-man - temporary indentation in man(7)
DDEESSCCRRIIPPTTIIOONN
- initial text
+ initial text
This text is indented. However, the indent is temporary, so as soon
- as the line wraps, it is gone.
- The temporary indent can be relative. All the same, it will
- expire in the usual way.
- It is also possible to temporarily reduce the indentation, but that will
- also last until the next line break only.
+ as the line wraps, it is gone.
+ The temporary indent can be relative. All the same, it will
+ expire in the usual way.
+ It is also possible to temporarily reduce the indentation, but that will
+ also last until the next line break only.
Reducing by more than the current offset starts the next line at the physical
- left margin.
+ left margin.
OpenBSD May 8, 2014 TI-BASIC-MAN(1)
diff --git a/regress/roff/ti/wide.out_ascii b/regress/roff/ti/wide.out_ascii
index 1c21c514..5579acb4 100644
--- a/regress/roff/ti/wide.out_ascii
+++ b/regress/roff/ti/wide.out_ascii
@@ -1,18 +1,18 @@
TI-WIDE(1) General Commands Manual TI-WIDE(1)
NNAAMMEE
- ti-wide - excessive temporary indentation
+ ti-wide - excessive temporary indentation
DDEESSCCRRIIPPTTIIOONN
- Absolute .ti of more than 72n:
+ Absolute .ti of more than 72n:
max
- Indented block plus excessive
- relative indentation:
+ Indented block plus excessive
+ relative indentation:
max
- Block
- beyond
- 72n:
- same
- Back to normal.
+ Block
+ beyond
+ 72n:
+ same
+ Back to normal.
OpenBSD September 3, 2020 TI-WIDE(1)
diff --git a/regress/roff/tr/args.out_ascii b/regress/roff/tr/args.out_ascii
index 9251d58d..b59041b7 100644
--- a/regress/roff/tr/args.out_ascii
+++ b/regress/roff/tr/args.out_ascii
@@ -1,10 +1,10 @@
TR-BASIC(1) General Commands Manual TR-BASIC(1)
NNAAMMEE
- tr-args - arguments of the tr request
+ tr-args - arguments of the tr request
DDEESSCCRRIIPPTTIIOONN
- no argument: one character: >> << two characters: >>y<< three
- characters: >>y << last line
+ no argument: one character: >> << two characters: >>y<< three characters:
+ >>y << last line
OpenBSD February 6, 2015 TR-BASIC(1)