From 2ab7deeb36296dfb6dee301dc3560af24219a22f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 4 Jul 2017 15:24:36 +0000 Subject: 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. --- regress/mdoc/Mt/font.in | 5 +++-- regress/mdoc/Mt/font.out_ascii | 2 +- regress/mdoc/Mt/simple.in | 5 +++-- regress/mdoc/Mt/simple.out_ascii | 2 +- regress/mdoc/Mt/simple.out_lint | 5 +---- regress/mdoc/Mt/simple.out_markdown | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) (limited to 'regress/mdoc/Mt') diff --git a/regress/mdoc/Mt/font.in b/regress/mdoc/Mt/font.in index 66c5ba1f..656624e2 100644 --- a/regress/mdoc/Mt/font.in +++ b/regress/mdoc/Mt/font.in @@ -1,6 +1,7 @@ -.Dd July 9, 2012 +.\" $OpenBSD: font.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt MT-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Mt-font .Nd changing fonts inside the mailto macro diff --git a/regress/mdoc/Mt/font.out_ascii b/regress/mdoc/Mt/font.out_ascii index f19cc2bf..8f8509de 100644 --- a/regress/mdoc/Mt/font.out_ascii +++ b/regress/mdoc/Mt/font.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text _e_m_p_h_a_s_i_sbboolldd_b_a_c_k trailing text -OpenBSD July 9, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Mt/simple.in b/regress/mdoc/Mt/simple.in index 8e7a70ba..3f8ab318 100644 --- a/regress/mdoc/Mt/simple.in +++ b/regress/mdoc/Mt/simple.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: simple.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt MT-SIMPLE 1 -.Os OpenBSD +.Os .Sh NAME .Nm Mt-simple .Nd mailto diff --git a/regress/mdoc/Mt/simple.out_ascii b/regress/mdoc/Mt/simple.out_ascii index 364a6af6..74640da6 100644 --- a/regress/mdoc/Mt/simple.out_ascii +++ b/regress/mdoc/Mt/simple.out_ascii @@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN Do not send mail to _~. -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Mt/simple.out_lint b/regress/mdoc/Mt/simple.out_lint index 37de8d0d..8d91776b 100644 --- a/regress/mdoc/Mt/simple.out_lint +++ b/regress/mdoc/Mt/simple.out_lint @@ -1,4 +1 @@ -mandoc: simple.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: simple.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: simple.in:12:26: STYLE: no blank before trailing delimiter: Mt punctuation@localhost. -mandoc: simple.in: BASE: RCS id missing: (OpenBSD) +mandoc: simple.in:13:26: STYLE: no blank before trailing delimiter: Mt punctuation@localhost. diff --git a/regress/mdoc/Mt/simple.out_markdown b/regress/mdoc/Mt/simple.out_markdown index d00df48d..8138b7df 100644 --- a/regress/mdoc/Mt/simple.out_markdown +++ b/regress/mdoc/Mt/simple.out_markdown @@ -15,4 +15,4 @@ Pay attention to Do not send mail to [~](mailto:~). -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 -- cgit