diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
commit | 2ab7deeb36296dfb6dee301dc3560af24219a22f (patch) | |
tree | 4bc8a91cabb31cc075ec6a68a99c34ef3bd823f8 /regress/mdoc/Ev | |
parent | 75fcdc8f6e5fb48e822f9835879d7bfbfcddab03 (diff) | |
download | mandoc-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/Ev')
-rw-r--r-- | regress/mdoc/Ev/font.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ev/font.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ev/font.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Ev/noarg.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ev/noarg.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ev/noarg.out_lint | 7 | ||||
-rw-r--r-- | regress/mdoc/Ev/noarg.out_markdown | 2 |
7 files changed, 12 insertions, 13 deletions
diff --git a/regress/mdoc/Ev/font.in b/regress/mdoc/Ev/font.in index 75237cb0..859295bd 100644 --- a/regress/mdoc/Ev/font.in +++ b/regress/mdoc/Ev/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 EV-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ev-font .Nd formatting of environment variables diff --git a/regress/mdoc/Ev/font.out_ascii b/regress/mdoc/Ev/font.out_ascii index a5dc5399..44cc5c20 100644 --- a/regress/mdoc/Ev/font.out_ascii +++ b/regress/mdoc/Ev/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/Ev/font.out_markdown b/regress/mdoc/Ev/font.out_markdown index f2bac6dc..603a15c1 100644 --- a/regress/mdoc/Ev/font.out_markdown +++ b/regress/mdoc/Ev/font.out_markdown @@ -13,4 +13,4 @@ variable. And with `some embedded string`; **bold.** -OpenBSD - October 21, 2011 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Ev/noarg.in b/regress/mdoc/Ev/noarg.in index 953986b7..7087d9d3 100644 --- a/regress/mdoc/Ev/noarg.in +++ b/regress/mdoc/Ev/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 EV-NOARG 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ev-noarg .Nd environment variable macro without an argument diff --git a/regress/mdoc/Ev/noarg.out_ascii b/regress/mdoc/Ev/noarg.out_ascii index f5dc1ad4..82b2b40f 100644 --- a/regress/mdoc/Ev/noarg.out_ascii +++ b/regress/mdoc/Ev/noarg.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN with variable: HOME. no variable: end of test document -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Ev/noarg.out_lint b/regress/mdoc/Ev/noarg.out_lint index d29526f3..ded8eeb8 100644 --- a/regress/mdoc/Ev/noarg.out_lint +++ b/regress/mdoc/Ev/noarg.out_lint @@ -1,5 +1,2 @@ -mandoc: noarg.in:11:2: WARNING: skipping empty macro: Ev -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: Ev HOME. -mandoc: noarg.in: BASE: RCS id missing: (OpenBSD) +mandoc: noarg.in:12:2: WARNING: skipping empty macro: Ev +mandoc: noarg.in:10:9: STYLE: no blank before trailing delimiter: Ev HOME. diff --git a/regress/mdoc/Ev/noarg.out_markdown b/regress/mdoc/Ev/noarg.out_markdown index aad020eb..926ce989 100644 --- a/regress/mdoc/Ev/noarg.out_markdown +++ b/regress/mdoc/Ev/noarg.out_markdown @@ -11,4 +11,4 @@ with variable: no variable: end of test document -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 |