diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-06-28 20:12:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-06-28 20:12:05 +0000 |
commit | f3d3c83d9bff182a515c18874b5cf60c3dc740f5 (patch) | |
tree | eec31840ce758b509876468c2b6458461161ea85 /regress/roff/string | |
parent | 550e6d36d35c3ae32b76210b8ac5fc044c08991e (diff) | |
download | mandoc-f3d3c83d9bff182a515c18874b5cf60c3dc740f5.tar.gz |
delete the two pairs of extra blank lines from expected man(7) terminal
output that are no longer printed since man_term.c rev. 1.236
Diffstat (limited to 'regress/roff/string')
-rw-r--r-- | regress/roff/string/escape.out_ascii | 4 | ||||
-rw-r--r-- | regress/roff/string/infinite.out_ascii | 4 | ||||
-rw-r--r-- | regress/roff/string/std.out_ascii | 4 | ||||
-rw-r--r-- | regress/roff/string/undef.out_ascii | 4 | ||||
-rw-r--r-- | regress/roff/string/zerolength.out_ascii | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/regress/roff/string/escape.out_ascii b/regress/roff/string/escape.out_ascii index 8b00abaf..f7c64620 100644 --- a/regress/roff/string/escape.out_ascii +++ b/regress/roff/string/escape.out_ascii @@ -1,7 +1,5 @@ STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1) - - NNAAMMEE string-escape - preventing string interpolation @@ -26,6 +24,4 @@ DDEESSCCRRIIPPTTIIOONN 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 1a9a5d6a..fa8a47e9 100644 --- a/regress/roff/string/infinite.out_ascii +++ b/regress/roff/string/infinite.out_ascii @@ -1,13 +1,9 @@ STRING-INFINITE(1) General Commands Manual STRING-INFINITE(1) - - NNAAMMEE string-infinite - endless recursion in string expansion DDEESSCCRRIIPPTTIIOONN 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 b399374c..15bd38ae 100644 --- a/regress/roff/string/std.out_ascii +++ b/regress/roff/string/std.out_ascii @@ -1,7 +1,5 @@ STRING-STD(1) General Commands Manual STRING-STD(1) - - NNAAMMEE string-std - expanding standard macros as strings @@ -10,6 +8,4 @@ DDEESSCCRRIIPPTTIIOONN 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 6e7bd01f..9adae29b 100644 --- a/regress/roff/string/undef.out_ascii +++ b/regress/roff/string/undef.out_ascii @@ -1,7 +1,5 @@ STRING-UNDEF(1) General Commands Manual STRING-UNDEF(1) - - NNAAMMEE string-undef - expanding undefined strings @@ -32,6 +30,4 @@ DDEESSCCRRIIPPTTIIOONN PPrreeddeeffiinneedd ssttrriinngg 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 5ab80c5d..116fd328 100644 --- a/regress/roff/string/zerolength.out_ascii +++ b/regress/roff/string/zerolength.out_ascii @@ -1,7 +1,5 @@ STRING-ZEROLENGTH(1) General Commands Manual STRING-ZEROLENGTH(1) - - NNAAMMEE string-zerolength - handling of zero-length user-defined strings @@ -10,6 +8,4 @@ DDEESSCCRRIIPPTTIIOONN use zero-length macro: xx x - - OpenBSD December 19, 2010 STRING-ZEROLENGTH(1) |