aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/cond
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-06-28 20:12:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-06-28 20:12:05 +0000
commit297de1c8ac72f2de64a49c98141c097cad06e90f (patch)
treea3348e9b67201c35f63839b7d1591524451a40d7 /regress/roff/cond
parent12cdf199b702bf67a3c09dafc5c99f09b73e5492 (diff)
downloadmandoc-297de1c8ac72f2de64a49c98141c097cad06e90f.tar.gz
mandoc-297de1c8ac72f2de64a49c98141c097cad06e90f.tar.zst
mandoc-297de1c8ac72f2de64a49c98141c097cad06e90f.zip
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/cond')
-rw-r--r--regress/roff/cond/close.out_ascii4
-rw-r--r--regress/roff/cond/de.out_ascii4
-rw-r--r--regress/roff/cond/ie.out_ascii4
-rw-r--r--regress/roff/cond/if.out_ascii4
-rw-r--r--regress/roff/cond/numeric.out_ascii4
-rw-r--r--regress/roff/cond/register.out_ascii4
-rw-r--r--regress/roff/cond/strcmp.out_ascii4
-rw-r--r--regress/roff/cond/string.out_ascii4
8 files changed, 0 insertions, 32 deletions
diff --git a/regress/roff/cond/close.out_ascii b/regress/roff/cond/close.out_ascii
index 63484540..645c30d9 100644
--- a/regress/roff/cond/close.out_ascii
+++ b/regress/roff/cond/close.out_ascii
@@ -1,7 +1,5 @@
COND-CLOSE(1) General Commands Manual COND-CLOSE(1)
-
-
NNAAMMEE
cond-close - closing conditional macros
@@ -41,6 +39,4 @@ DDEESSCCRRIIPPTTIIOONN
still open at the end of the file
-
-
OpenBSD November 26, 2018 COND-CLOSE(1)
diff --git a/regress/roff/cond/de.out_ascii b/regress/roff/cond/de.out_ascii
index 89977786..c5b77151 100644
--- a/regress/roff/cond/de.out_ascii
+++ b/regress/roff/cond/de.out_ascii
@@ -1,13 +1,9 @@
COND-DE(1) General Commands Manual COND-DE(1)
-
-
NNAAMMEE
cond-de - close macro definition and conditional block on the same line
DDEESSCCRRIIPPTTIIOONN
initial text first content second content final text
-
-
OpenBSD August 3, 2020 COND-DE(1)
diff --git a/regress/roff/cond/ie.out_ascii b/regress/roff/cond/ie.out_ascii
index 3dee8d40..2b9d51c7 100644
--- a/regress/roff/cond/ie.out_ascii
+++ b/regress/roff/cond/ie.out_ascii
@@ -1,7 +1,5 @@
IE(1) General Commands Manual IE(1)
-
-
NNAAMMEE
if - the roff conditional instruction with else-clause
@@ -15,6 +13,4 @@ DDEESSCCRRIIPPTTIIOONN
Else after negated empty condition.
If .el\{ works, nothing follows here:
-
-
OpenBSD July 4, 2017 IE(1)
diff --git a/regress/roff/cond/if.out_ascii b/regress/roff/cond/if.out_ascii
index 7fb9eecc..28e4e358 100644
--- a/regress/roff/cond/if.out_ascii
+++ b/regress/roff/cond/if.out_ascii
@@ -1,7 +1,5 @@
IF(1) General Commands Manual IF(1)
-
-
NNAAMMEE
if - the roff conditional instruction
@@ -29,6 +27,4 @@ DDEESSCCRRIIPPTTIIOONN
Outer true condition. After conditional.
Backslash-backslash-brace in text: On a macro line: End.
-
-
OpenBSD June 27, 2015 IF(1)
diff --git a/regress/roff/cond/numeric.out_ascii b/regress/roff/cond/numeric.out_ascii
index 35973672..53111cf1 100644
--- a/regress/roff/cond/numeric.out_ascii
+++ b/regress/roff/cond/numeric.out_ascii
@@ -1,7 +1,5 @@
COND-NUMERIC(1) General Commands Manual COND-NUMERIC(1)
-
-
NNAAMMEE
cond-numeric - roff conditions involving numbers
@@ -36,6 +34,4 @@ DDEESSCCRRIIPPTTIIOONN
negated unmatched parenthesis: (f) zero (t)
-
-
OpenBSD December 16, 2014 COND-NUMERIC(1)
diff --git a/regress/roff/cond/register.out_ascii b/regress/roff/cond/register.out_ascii
index 0799c5e7..928c6138 100644
--- a/regress/roff/cond/register.out_ascii
+++ b/regress/roff/cond/register.out_ascii
@@ -1,7 +1,5 @@
REGISTER(1) General Commands Manual REGISTER(1)
-
-
NNAAMMEE
register - conditional testing whether a register is defined
@@ -13,6 +11,4 @@ DDEESSCCRRIIPPTTIIOONN
escape sequence after identifier: -myreg is defined
-
-
OpenBSD February 6, 2019 REGISTER(1)
diff --git a/regress/roff/cond/strcmp.out_ascii b/regress/roff/cond/strcmp.out_ascii
index 9268dec8..3f4bd2d2 100644
--- a/regress/roff/cond/strcmp.out_ascii
+++ b/regress/roff/cond/strcmp.out_ascii
@@ -1,7 +1,5 @@
COND-STRCMP(1) General Commands Manual COND-STRCMP(1)
-
-
NNAAMMEE
cond-strcmp - roff conditions involving string comparison
@@ -13,6 +11,4 @@ DDEESSCCRRIIPPTTIIOONN
NNeeggaattiioonn
match: (f) mismatch: (t)
-
-
OpenBSD March 8, 2014 COND-STRCMP(1)
diff --git a/regress/roff/cond/string.out_ascii b/regress/roff/cond/string.out_ascii
index b01e072a..2d80a903 100644
--- a/regress/roff/cond/string.out_ascii
+++ b/regress/roff/cond/string.out_ascii
@@ -1,7 +1,5 @@
STRING(1) General Commands Manual STRING(1)
-
-
NNAAMMEE
string - conditional testing whether a string is defined
@@ -21,6 +19,4 @@ DDEESSCCRRIIPPTTIIOONN
escape sequence after identifier: -mystr is defined
-
-
OpenBSD February 6, 2019 STRING(1)