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/Qq/empty.in | 5 +++-- regress/mdoc/Qq/empty.out_ascii | 2 +- regress/mdoc/Qq/empty.out_lint | 7 ++----- regress/mdoc/Qq/empty.out_markdown | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) (limited to 'regress/mdoc/Qq') diff --git a/regress/mdoc/Qq/empty.in b/regress/mdoc/Qq/empty.in index b7550375..bd3fc189 100644 --- a/regress/mdoc/Qq/empty.in +++ b/regress/mdoc/Qq/empty.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: empty.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $ +.Dd $Mdocdate$ .Dt QQ-EMPTY 1 -.Os OpenBSD +.Os .Sh NAME .Nm Qq-empty .Nd empty implicit enclosure macros diff --git a/regress/mdoc/Qq/empty.out_ascii b/regress/mdoc/Qq/empty.out_ascii index 44f7960d..ceb66819 100644 --- a/regress/mdoc/Qq/empty.out_ascii +++ b/regress/mdoc/Qq/empty.out_ascii @@ -7,4 +7,4 @@ DDEESSCCRRIIPPTTIIOONN An empty "" and a full ("user@host)" quotation. And another ("full)" one bboolldd. -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Qq/empty.out_lint b/regress/mdoc/Qq/empty.out_lint index a7d35f92..879cd127 100644 --- a/regress/mdoc/Qq/empty.out_lint +++ b/regress/mdoc/Qq/empty.out_lint @@ -1,5 +1,2 @@ -mandoc: empty.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: empty.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: empty.in:11:18: STYLE: no blank before trailing delimiter: Qq user@host) -mandoc: empty.in:14:13: STYLE: no blank before trailing delimiter: Qo full) -mandoc: empty.in: BASE: RCS id missing: (OpenBSD) +mandoc: empty.in:12:18: STYLE: no blank before trailing delimiter: Qq user@host) +mandoc: empty.in:15:13: STYLE: no blank before trailing delimiter: Qo full) diff --git a/regress/mdoc/Qq/empty.out_markdown b/regress/mdoc/Qq/empty.out_markdown index f6dd12e7..4088082a 100644 --- a/regress/mdoc/Qq/empty.out_markdown +++ b/regress/mdoc/Qq/empty.out_markdown @@ -14,4 +14,4 @@ quotation. And another ("full)" one **bold**. -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 -- cgit