summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Dv
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
commit2ab7deeb36296dfb6dee301dc3560af24219a22f (patch)
tree4bc8a91cabb31cc075ec6a68a99c34ef3bd823f8 /regress/mdoc/Dv
parent75fcdc8f6e5fb48e822f9835879d7bfbfcddab03 (diff)
downloadmandoc-2ab7deeb36296dfb6dee301dc3560af24219a22f.tar.gz
Messages of the -Wbase level now print STYLE:. Since this
causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
Diffstat (limited to 'regress/mdoc/Dv')
-rw-r--r--regress/mdoc/Dv/font.in5
-rw-r--r--regress/mdoc/Dv/font.out_ascii2
-rw-r--r--regress/mdoc/Dv/font.out_markdown2
-rw-r--r--regress/mdoc/Dv/noarg.in5
-rw-r--r--regress/mdoc/Dv/noarg.out_ascii2
-rw-r--r--regress/mdoc/Dv/noarg.out_lint7
-rw-r--r--regress/mdoc/Dv/noarg.out_markdown2
7 files changed, 12 insertions, 13 deletions
diff --git a/regress/mdoc/Dv/font.in b/regress/mdoc/Dv/font.in
index 8d9e370b..72a68376 100644
--- a/regress/mdoc/Dv/font.in
+++ b/regress/mdoc/Dv/font.in
@@ -1,6 +1,7 @@
-.Dd October 21, 2011
+.\" $OpenBSD: font.in,v 1.5 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt DV-FONT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Dv-font
.Nd formatting of defined variables
diff --git a/regress/mdoc/Dv/font.out_ascii b/regress/mdoc/Dv/font.out_ascii
index 82013346..ce45614f 100644
--- a/regress/mdoc/Dv/font.out_ascii
+++ b/regress/mdoc/Dv/font.out_ascii
@@ -8,4 +8,4 @@ DDEESSCCRRIIPPTTIIOONN
And with some _e_m_b_e_d_d_e_d string; bboolldd.
-OpenBSD October 21, 2011 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Dv/font.out_markdown b/regress/mdoc/Dv/font.out_markdown
index 0bf567d8..e61baa31 100644
--- a/regress/mdoc/Dv/font.out_markdown
+++ b/regress/mdoc/Dv/font.out_markdown
@@ -13,4 +13,4 @@ macro.
And with
`some embedded string`; **bold**.
-OpenBSD - October 21, 2011
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Dv/noarg.in b/regress/mdoc/Dv/noarg.in
index a2b54d86..2a13f8e4 100644
--- a/regress/mdoc/Dv/noarg.in
+++ b/regress/mdoc/Dv/noarg.in
@@ -1,6 +1,7 @@
-.Dd June 9, 2017
+.\" $OpenBSD: noarg.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt DV-NOARG 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Dv-noarg
.Nd defined variable macro without an argument
diff --git a/regress/mdoc/Dv/noarg.out_ascii b/regress/mdoc/Dv/noarg.out_ascii
index 7e934d63..77a945b7 100644
--- a/regress/mdoc/Dv/noarg.out_ascii
+++ b/regress/mdoc/Dv/noarg.out_ascii
@@ -6,4 +6,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
with variable: NULL. no variable: end of test document
-OpenBSD June 9, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Dv/noarg.out_lint b/regress/mdoc/Dv/noarg.out_lint
index 83fe5b5d..620c0e44 100644
--- a/regress/mdoc/Dv/noarg.out_lint
+++ b/regress/mdoc/Dv/noarg.out_lint
@@ -1,5 +1,2 @@
-mandoc: noarg.in:11:2: WARNING: skipping empty macro: Dv
-mandoc: noarg.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: noarg.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD)
-mandoc: noarg.in:9:9: STYLE: no blank before trailing delimiter: Dv NULL.
-mandoc: noarg.in: BASE: RCS id missing: (OpenBSD)
+mandoc: noarg.in:12:2: WARNING: skipping empty macro: Dv
+mandoc: noarg.in:10:9: STYLE: no blank before trailing delimiter: Dv NULL.
diff --git a/regress/mdoc/Dv/noarg.out_markdown b/regress/mdoc/Dv/noarg.out_markdown
index 6cb859d1..70e87ebc 100644
--- a/regress/mdoc/Dv/noarg.out_markdown
+++ b/regress/mdoc/Dv/noarg.out_markdown
@@ -11,4 +11,4 @@ with variable:
no variable:
end of test document
-OpenBSD - June 9, 2017
+OpenBSD - July 4, 2017