From 59c9d1f4aa4c809091049f979c1bbc2479716399 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/Nm/badNAME.in | 5 +++-- regress/mdoc/Nm/badNAME.out_ascii | 2 +- regress/mdoc/Nm/badNAME.out_lint | 7 ++----- regress/mdoc/Nm/badNAMEuse.in | 5 +++-- regress/mdoc/Nm/badNAMEuse.out_ascii | 2 +- regress/mdoc/Nm/badNAMEuse.out_lint | 7 ++----- regress/mdoc/Nm/break.in | 5 +++-- regress/mdoc/Nm/break.out_ascii | 2 +- regress/mdoc/Nm/break.out_lint | 5 +---- regress/mdoc/Nm/break.out_markdown | 2 +- regress/mdoc/Nm/broken.in | 5 +++-- regress/mdoc/Nm/broken.out_ascii | 2 +- regress/mdoc/Nm/broken.out_lint | 7 ++----- regress/mdoc/Nm/broken.out_markdown | 2 +- regress/mdoc/Nm/empty.in | 5 +++-- regress/mdoc/Nm/empty.out_ascii | 2 +- regress/mdoc/Nm/empty.out_markdown | 2 +- regress/mdoc/Nm/emptyNAME.in | 5 +++-- regress/mdoc/Nm/emptyNAME.out_ascii | 2 +- regress/mdoc/Nm/emptyNAMEuse.in | 5 +++-- regress/mdoc/Nm/emptyNAMEuse.out_ascii | 2 +- regress/mdoc/Nm/font.in | 5 +++-- regress/mdoc/Nm/font.out_ascii | 2 +- regress/mdoc/Nm/font.out_markdown | 2 +- regress/mdoc/Nm/long.in | 5 +++-- regress/mdoc/Nm/long.out_ascii | 2 +- regress/mdoc/Nm/long.out_markdown | 2 +- regress/mdoc/Nm/par.in | 5 +++-- regress/mdoc/Nm/par.out_ascii | 2 +- regress/mdoc/Nm/par.out_markdown | 2 +- regress/mdoc/Nm/parns.in | 5 +++-- regress/mdoc/Nm/parns.out_ascii | 2 +- regress/mdoc/Nm/parns.out_markdown | 2 +- regress/mdoc/Nm/punct.in | 5 +++-- regress/mdoc/Nm/punct.out_ascii | 2 +- regress/mdoc/Nm/punct.out_lint | 5 +---- regress/mdoc/Nm/punct.out_markdown | 2 +- 37 files changed, 64 insertions(+), 67 deletions(-) (limited to 'regress/mdoc/Nm') diff --git a/regress/mdoc/Nm/badNAME.in b/regress/mdoc/Nm/badNAME.in index a882c059..e663a6b0 100644 --- a/regress/mdoc/Nm/badNAME.in +++ b/regress/mdoc/Nm/badNAME.in @@ -1,6 +1,7 @@ -.Dd July 12, 2012 +.\" $OpenBSD: badNAME.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-BADNAME 1 -.Os OpenBSD +.Os .Sh NAME .Nm Bx .Nd text production macro on the NAME \&Nm line diff --git a/regress/mdoc/Nm/badNAME.out_ascii b/regress/mdoc/Nm/badNAME.out_ascii index 3c1ff360..7e2d3b18 100644 --- a/regress/mdoc/Nm/badNAME.out_ascii +++ b/regress/mdoc/Nm/badNAME.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE SSYYNNOOPPSSIISS badNAME -OpenBSD July 12, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/badNAME.out_lint b/regress/mdoc/Nm/badNAME.out_lint index 21dd2c1b..b35f38b1 100644 --- a/regress/mdoc/Nm/badNAME.out_lint +++ b/regress/mdoc/Nm/badNAME.out_lint @@ -1,5 +1,2 @@ -mandoc: badNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: badNAME.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) -mandoc: badNAME.in:5:2: ERROR: missing manual name, using "": Nm -mandoc: badNAME.in:5:5: WARNING: bad NAME section content: Bx -mandoc: badNAME.in: BASE: RCS id missing: (OpenBSD) +mandoc: badNAME.in:6:2: ERROR: missing manual name, using "": Nm +mandoc: badNAME.in:6:5: WARNING: bad NAME section content: Bx diff --git a/regress/mdoc/Nm/badNAMEuse.in b/regress/mdoc/Nm/badNAMEuse.in index 0ede18d8..6a88d1e5 100644 --- a/regress/mdoc/Nm/badNAMEuse.in +++ b/regress/mdoc/Nm/badNAMEuse.in @@ -1,6 +1,7 @@ -.Dd July 12, 2012 +.\" $OpenBSD: badNAMEuse.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-BADNAMEUSE 1 -.Os OpenBSD +.Os .Sh NAME .Nm Bx .Nd text production macro on the NAME \&Nm line, used later diff --git a/regress/mdoc/Nm/badNAMEuse.out_ascii b/regress/mdoc/Nm/badNAMEuse.out_ascii index fd3aa7a5..733e4bbb 100644 --- a/regress/mdoc/Nm/badNAMEuse.out_ascii +++ b/regress/mdoc/Nm/badNAMEuse.out_ascii @@ -7,4 +7,4 @@ SSYYNNOOPPSSIISS ssoommee__nnaammee ssoommee__nnaammee -OpenBSD July 12, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/badNAMEuse.out_lint b/regress/mdoc/Nm/badNAMEuse.out_lint index 4c378691..5428b646 100644 --- a/regress/mdoc/Nm/badNAMEuse.out_lint +++ b/regress/mdoc/Nm/badNAMEuse.out_lint @@ -1,5 +1,2 @@ -mandoc: badNAMEuse.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: badNAMEuse.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) -mandoc: badNAMEuse.in:5:2: ERROR: missing manual name, using "": Nm -mandoc: badNAMEuse.in:5:5: WARNING: bad NAME section content: Bx -mandoc: badNAMEuse.in: BASE: RCS id missing: (OpenBSD) +mandoc: badNAMEuse.in:6:2: ERROR: missing manual name, using "": Nm +mandoc: badNAMEuse.in:6:5: WARNING: bad NAME section content: Bx diff --git a/regress/mdoc/Nm/break.in b/regress/mdoc/Nm/break.in index 203ba98e..12088b9d 100644 --- a/regress/mdoc/Nm/break.in +++ b/regress/mdoc/Nm/break.in @@ -1,6 +1,7 @@ -.Dd August 17, 2014 +.\" $OpenBSD: break.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-BREAK 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-break .Nd name block head breaking another block diff --git a/regress/mdoc/Nm/break.out_ascii b/regress/mdoc/Nm/break.out_ascii index 8b94c330..e9a086e2 100644 --- a/regress/mdoc/Nm/break.out_ascii +++ b/regress/mdoc/Nm/break.out_ascii @@ -9,4 +9,4 @@ SSYYNNOOPPSSIISS DDEESSCCRRIIPPTTIIOONN initial text NNmm--bbrreeaakk final text -OpenBSD August 17, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/break.out_lint b/regress/mdoc/Nm/break.out_lint index 69c1cd5a..22cbb8d4 100644 --- a/regress/mdoc/Nm/break.out_lint +++ b/regress/mdoc/Nm/break.out_lint @@ -1,4 +1 @@ -mandoc: break.in:9:2: ERROR: inserting missing end of block: Sh breaks Bo -mandoc: break.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: break.in:1:5: BASE: Mdocdate missing: Dd August (OpenBSD) -mandoc: break.in: BASE: RCS id missing: (OpenBSD) +mandoc: break.in:10:2: ERROR: inserting missing end of block: Sh breaks Bo diff --git a/regress/mdoc/Nm/break.out_markdown b/regress/mdoc/Nm/break.out_markdown index 686c234f..ccbc4e5a 100644 --- a/regress/mdoc/Nm/break.out_markdown +++ b/regress/mdoc/Nm/break.out_markdown @@ -14,4 +14,4 @@ initial text **Nm-break** final text -OpenBSD - August 17, 2014 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/broken.in b/regress/mdoc/Nm/broken.in index 8dfd0166..c139b204 100644 --- a/regress/mdoc/Nm/broken.in +++ b/regress/mdoc/Nm/broken.in @@ -1,6 +1,7 @@ -.Dd February 11, 2017 +.\" $OpenBSD: broken.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-BROKEN 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-broken .Nd broken synapsis name block diff --git a/regress/mdoc/Nm/broken.out_ascii b/regress/mdoc/Nm/broken.out_ascii index 0035b888..477e47c4 100644 --- a/regress/mdoc/Nm/broken.out_ascii +++ b/regress/mdoc/Nm/broken.out_ascii @@ -11,4 +11,4 @@ SSYYNNOOPPSSIISS -- item -OpenBSD February 11, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/broken.out_lint b/regress/mdoc/Nm/broken.out_lint index 89f51c41..81c149c6 100644 --- a/regress/mdoc/Nm/broken.out_lint +++ b/regress/mdoc/Nm/broken.out_lint @@ -1,5 +1,2 @@ -mandoc: broken.in:17:2: WARNING: blocks badly nested: Oo breaks Bk -mandoc: broken.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: broken.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) -mandoc: broken.in:13:2: WARNING: moving content out of list: Oo -mandoc: broken.in: BASE: RCS id missing: (OpenBSD) +mandoc: broken.in:18:2: WARNING: blocks badly nested: Oo breaks Bk +mandoc: broken.in:14:2: WARNING: moving content out of list: Oo diff --git a/regress/mdoc/Nm/broken.out_markdown b/regress/mdoc/Nm/broken.out_markdown index cb674648..9c66e9a0 100644 --- a/regress/mdoc/Nm/broken.out_markdown +++ b/regress/mdoc/Nm/broken.out_markdown @@ -16,4 +16,4 @@ oc] - item -OpenBSD - February 11, 2017 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/empty.in b/regress/mdoc/Nm/empty.in index d135c5c0..1b501560 100644 --- a/regress/mdoc/Nm/empty.in +++ b/regress/mdoc/Nm/empty.in @@ -1,6 +1,7 @@ -.Dd June 30, 2010 +.\" $OpenBSD: empty.in,v 1.4 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-EMPTY 2 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-empty .Nd handling of empty name macros diff --git a/regress/mdoc/Nm/empty.out_ascii b/regress/mdoc/Nm/empty.out_ascii index b01d299e..e2153e08 100644 --- a/regress/mdoc/Nm/empty.out_ascii +++ b/regress/mdoc/Nm/empty.out_ascii @@ -10,4 +10,4 @@ SSYYNNOOPPSSIISS DDEESSCCRRIIPPTTIIOONN The NNmm--eemmppttyy utility ... -OpenBSD June 30, 2010 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/empty.out_markdown b/regress/mdoc/Nm/empty.out_markdown index 102b16c3..fad65475 100644 --- a/regress/mdoc/Nm/empty.out_markdown +++ b/regress/mdoc/Nm/empty.out_markdown @@ -15,4 +15,4 @@ The **Nm-empty** utility ... -OpenBSD - June 30, 2010 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/emptyNAME.in b/regress/mdoc/Nm/emptyNAME.in index ac635a8c..5495f9de 100644 --- a/regress/mdoc/Nm/emptyNAME.in +++ b/regress/mdoc/Nm/emptyNAME.in @@ -1,6 +1,7 @@ -.Dd July 12, 2012 +.\" $OpenBSD: emptyNAME.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-EMPTYNAME 1 -.Os OpenBSD +.Os .Sh NAME .Nm .Nd empty NAME \&Nm line diff --git a/regress/mdoc/Nm/emptyNAME.out_ascii b/regress/mdoc/Nm/emptyNAME.out_ascii index 4041e0f8..b51be3a8 100644 --- a/regress/mdoc/Nm/emptyNAME.out_ascii +++ b/regress/mdoc/Nm/emptyNAME.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE SSYYNNOOPPSSIISS emptyNAME -OpenBSD July 12, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/emptyNAMEuse.in b/regress/mdoc/Nm/emptyNAMEuse.in index 9e75e619..9e80cddc 100644 --- a/regress/mdoc/Nm/emptyNAMEuse.in +++ b/regress/mdoc/Nm/emptyNAMEuse.in @@ -1,6 +1,7 @@ -.Dd July 12, 2012 +.\" $OpenBSD: emptyNAMEuse.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-EMPTYNAMEUSE 1 -.Os OpenBSD +.Os .Sh NAME .Nm .Nd empty NAME \&Nm line, used later diff --git a/regress/mdoc/Nm/emptyNAMEuse.out_ascii b/regress/mdoc/Nm/emptyNAMEuse.out_ascii index 452a7e29..89c7b3da 100644 --- a/regress/mdoc/Nm/emptyNAMEuse.out_ascii +++ b/regress/mdoc/Nm/emptyNAMEuse.out_ascii @@ -7,4 +7,4 @@ SSYYNNOOPPSSIISS ssoommee__nnaammee ssoommee__nnaammee -OpenBSD July 12, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/font.in b/regress/mdoc/Nm/font.in index c68a501b..edb7da9b 100644 --- a/regress/mdoc/Nm/font.in +++ b/regress/mdoc/Nm/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: July 4 2017 $ .Dt NM-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-font .Nd changing fonts inside the name macro diff --git a/regress/mdoc/Nm/font.out_ascii b/regress/mdoc/Nm/font.out_ascii index d6516ae5..75607e82 100644 --- a/regress/mdoc/Nm/font.out_ascii +++ b/regress/mdoc/Nm/font.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text bboolldd_e_m_p_h_a_s_i_sbbaacckk trailing text -OpenBSD July 9, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/font.out_markdown b/regress/mdoc/Nm/font.out_markdown index 1425fb5b..75ac9ef7 100644 --- a/regress/mdoc/Nm/font.out_markdown +++ b/regress/mdoc/Nm/font.out_markdown @@ -10,4 +10,4 @@ normal text **bold*emphasis*back** trailing text -OpenBSD - July 9, 2012 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/long.in b/regress/mdoc/Nm/long.in index 662360e4..4e64fa08 100644 --- a/regress/mdoc/Nm/long.in +++ b/regress/mdoc/Nm/long.in @@ -1,6 +1,7 @@ -.Dd April 4, 2014 +.\" $OpenBSD: long.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-LONG 1 -.Os OpenBSD +.Os .Sh NAME .Nm \&Nm-long .Nd long \&Nm in the SYNOPSIS diff --git a/regress/mdoc/Nm/long.out_ascii b/regress/mdoc/Nm/long.out_ascii index f6792581..fb8f9da3 100644 --- a/regress/mdoc/Nm/long.out_ascii +++ b/regress/mdoc/Nm/long.out_ascii @@ -11,4 +11,4 @@ SSYYNNOOPPSSIISS --oo _f_i_l_e _._._. -OpenBSD April 4, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/long.out_markdown b/regress/mdoc/Nm/long.out_markdown index a421f068..f2002452 100644 --- a/regress/mdoc/Nm/long.out_markdown +++ b/regress/mdoc/Nm/long.out_markdown @@ -10,4 +10,4 @@ NM-LONG(1) - General Commands Manual **-o** *file ...* -OpenBSD - April 4, 2014 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/par.in b/regress/mdoc/Nm/par.in index 1d5e3ebd..71ce8bf7 100644 --- a/regress/mdoc/Nm/par.in +++ b/regress/mdoc/Nm/par.in @@ -1,6 +1,7 @@ -.Dd February 3, 2015 +.\" $OpenBSD: par.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-PAR 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-par .Nd paragraph macro in a synopsis name block diff --git a/regress/mdoc/Nm/par.out_ascii b/regress/mdoc/Nm/par.out_ascii index 8943d37f..53568cda 100644 --- a/regress/mdoc/Nm/par.out_ascii +++ b/regress/mdoc/Nm/par.out_ascii @@ -8,4 +8,4 @@ SSYYNNOOPPSSIISS --bb -OpenBSD February 3, 2015 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/par.out_markdown b/regress/mdoc/Nm/par.out_markdown index c2a355d6..e45e2e2b 100644 --- a/regress/mdoc/Nm/par.out_markdown +++ b/regress/mdoc/Nm/par.out_markdown @@ -11,4 +11,4 @@ NM-PAR(1) - General Commands Manual **-b** -OpenBSD - February 3, 2015 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/parns.in b/regress/mdoc/Nm/parns.in index 03f2d641..f2befbfe 100644 --- a/regress/mdoc/Nm/parns.in +++ b/regress/mdoc/Nm/parns.in @@ -1,6 +1,7 @@ -.Dd February 3, 2015 +.\" $OpenBSD: parns.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-PAR 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-par .Nd paragraph macro in a name block diff --git a/regress/mdoc/Nm/parns.out_ascii b/regress/mdoc/Nm/parns.out_ascii index daa6331e..be51ead8 100644 --- a/regress/mdoc/Nm/parns.out_ascii +++ b/regress/mdoc/Nm/parns.out_ascii @@ -14,4 +14,4 @@ DDEESSCCRRIIPPTTIIOONN --bb] -OpenBSD February 3, 2015 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/parns.out_markdown b/regress/mdoc/Nm/parns.out_markdown index 43b96597..8bfc492e 100644 --- a/regress/mdoc/Nm/parns.out_markdown +++ b/regress/mdoc/Nm/parns.out_markdown @@ -19,4 +19,4 @@ NM-PAR(1) - General Commands Manual **-b**] -OpenBSD - February 3, 2015 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Nm/punct.in b/regress/mdoc/Nm/punct.in index 4cc3574b..61eb7da8 100644 --- a/regress/mdoc/Nm/punct.in +++ b/regress/mdoc/Nm/punct.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: punct.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt NM-PUNCT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Nm-punct .Nd punctuation handling by the Nm macro diff --git a/regress/mdoc/Nm/punct.out_ascii b/regress/mdoc/Nm/punct.out_ascii index 76d1c1f6..bb184d57 100644 --- a/regress/mdoc/Nm/punct.out_ascii +++ b/regress/mdoc/Nm/punct.out_ascii @@ -11,4 +11,4 @@ DDEESSCCRRIIPPTTIIOONN Missing blank: NNmm--ppuunncctt.. -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Nm/punct.out_lint b/regress/mdoc/Nm/punct.out_lint index e88b2f57..08436a69 100644 --- a/regress/mdoc/Nm/punct.out_lint +++ b/regress/mdoc/Nm/punct.out_lint @@ -1,4 +1 @@ -mandoc: punct.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: punct.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: punct.in:42:13: STYLE: no blank before trailing delimiter: Nm Nm-punct. -mandoc: punct.in: BASE: RCS id missing: (OpenBSD) +mandoc: punct.in:43:13: STYLE: no blank before trailing delimiter: Nm Nm-punct. diff --git a/regress/mdoc/Nm/punct.out_markdown b/regress/mdoc/Nm/punct.out_markdown index 132275ab..79b81d23 100644 --- a/regress/mdoc/Nm/punct.out_markdown +++ b/regress/mdoc/Nm/punct.out_markdown @@ -42,4 +42,4 @@ op bracket Missing blank: **Nm-punct.** -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 -- cgit v1.2.3-56-ge451