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/In/break.in | 5 +++-- regress/mdoc/In/break.out_ascii | 2 +- regress/mdoc/In/break.out_markdown | 2 +- regress/mdoc/In/eos.in | 5 +++-- regress/mdoc/In/eos.out_ascii | 2 +- regress/mdoc/In/eos.out_markdown | 2 +- regress/mdoc/In/font.in | 5 +++-- regress/mdoc/In/font.out_ascii | 2 +- regress/mdoc/In/font.out_markdown | 2 +- regress/mdoc/In/noarg.in | 5 +++-- regress/mdoc/In/noarg.out_ascii | 2 +- regress/mdoc/In/noarg.out_lint | 9 +++------ regress/mdoc/In/noarg.out_markdown | 2 +- 13 files changed, 23 insertions(+), 22 deletions(-) (limited to 'regress/mdoc/In') diff --git a/regress/mdoc/In/break.in b/regress/mdoc/In/break.in index 0e26731b..442265ba 100644 --- a/regress/mdoc/In/break.in +++ b/regress/mdoc/In/break.in @@ -1,6 +1,7 @@ -.Dd June 6, 2010 +.\" $OpenBSD: break.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt IN-BREAK 2 -.Os OpenBSD +.Os .Sh NAME .Nm In-break .Nd line break before header include file diff --git a/regress/mdoc/In/break.out_ascii b/regress/mdoc/In/break.out_ascii index d6488f81..dd057d34 100644 --- a/regress/mdoc/In/break.out_ascii +++ b/regress/mdoc/In/break.out_ascii @@ -23,4 +23,4 @@ DDEESSCCRRIIPPTTIIOONN <_s_y_s_/_t_y_p_e_s_._h> <_u_n_i_s_t_d_._h> _i_n_t dduupp(_i_n_t _o_l_d_d) _s_s_i_z_e___t wwrriittee(_i_n_t _d, _c_o_n_s_t _v_o_i_d _*_b_u_f, _s_i_z_e___t _n_b_y_t_e_s) -OpenBSD June 6, 2010 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/In/break.out_markdown b/regress/mdoc/In/break.out_markdown index dbc1085f..acc86ddd 100644 --- a/regress/mdoc/In/break.out_markdown +++ b/regress/mdoc/In/break.out_markdown @@ -32,4 +32,4 @@ IN-BREAK(2) - System Calls Manual *ssize\_t* **write**(*int d*, *const void \*buf*, *size\_t nbytes*) -OpenBSD - June 6, 2010 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/In/eos.in b/regress/mdoc/In/eos.in index 929c2be9..8b59f4ac 100644 --- a/regress/mdoc/In/eos.in +++ b/regress/mdoc/In/eos.in @@ -1,6 +1,7 @@ -.Dd November 16, 2012 +.\" $OpenBSD: eos.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt IN-EOS 1 -.Os OpenBSD +.Os .Sh NAME .Nm In-eos .Nd end of sentence handling after the include macro diff --git a/regress/mdoc/In/eos.out_ascii b/regress/mdoc/In/eos.out_ascii index 4f5a1036..21dd47f4 100644 --- a/regress/mdoc/In/eos.out_ascii +++ b/regress/mdoc/In/eos.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN Let's use <_s_t_r_i_n_g_._h>. And then something else. -OpenBSD November 16, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/In/eos.out_markdown b/regress/mdoc/In/eos.out_markdown index 0597be78..32cf3851 100644 --- a/regress/mdoc/In/eos.out_markdown +++ b/regress/mdoc/In/eos.out_markdown @@ -10,4 +10,4 @@ Let's use <*string.h*>. And then something else. -OpenBSD - November 16, 2012 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/In/font.in b/regress/mdoc/In/font.in index 9399325b..73f49509 100644 --- a/regress/mdoc/In/font.in +++ b/regress/mdoc/In/font.in @@ -1,6 +1,7 @@ -.Dd July 9, 2012 +.\" $OpenBSD: font.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt IN-FONT 2 -.Os OpenBSD +.Os .Sh NAME .Nm In-font .Nd changing the font inside the include macro diff --git a/regress/mdoc/In/font.out_ascii b/regress/mdoc/In/font.out_ascii index d868a8cd..87519e29 100644 --- a/regress/mdoc/In/font.out_ascii +++ b/regress/mdoc/In/font.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text <_p_r_e_f_i_xhheeaaddeerr_s_u_f_f_i_x> | after: punctuation bboolldd trailing text -OpenBSD July 9, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/In/font.out_markdown b/regress/mdoc/In/font.out_markdown index 4b99b61e..26fa74aa 100644 --- a/regress/mdoc/In/font.out_markdown +++ b/regress/mdoc/In/font.out_markdown @@ -10,4 +10,4 @@ normal text <*prefix**header**suffix*> | after: punctuation **bold** trailing text -OpenBSD - July 9, 2012 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/In/noarg.in b/regress/mdoc/In/noarg.in index 1952e868..e56f9587 100644 --- a/regress/mdoc/In/noarg.in +++ b/regress/mdoc/In/noarg.in @@ -1,6 +1,7 @@ -.Dd February 5, 2015 +.\" $OpenBSD: noarg.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt IN-NOARG 2 -.Os OpenBSD +.Os .Sh NAME .Nm In-noarg .Nd include file macros without argument diff --git a/regress/mdoc/In/noarg.out_ascii b/regress/mdoc/In/noarg.out_ascii index 7a4bf173..c7b3272e 100644 --- a/regress/mdoc/In/noarg.out_ascii +++ b/regress/mdoc/In/noarg.out_ascii @@ -15,4 +15,4 @@ SSYYNNOOPPSSIISS DDEESSCCRRIIPPTTIIOONN <_m_a_t_h_._h_:> _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) _d_o_u_b_l_e ccooss(_d_o_u_b_l_e _x) -OpenBSD February 5, 2015 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/In/noarg.out_lint b/regress/mdoc/In/noarg.out_lint index c9037ca8..431d09e8 100644 --- a/regress/mdoc/In/noarg.out_lint +++ b/regress/mdoc/In/noarg.out_lint @@ -1,6 +1,3 @@ -mandoc: noarg.in:11:2: WARNING: skipping empty macro: In -mandoc: noarg.in:18:2: WARNING: skipping empty macro: In -mandoc: noarg.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: noarg.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) -mandoc: noarg.in:15:11: STYLE: no blank before trailing delimiter: In math.h: -mandoc: noarg.in: BASE: RCS id missing: (OpenBSD) +mandoc: noarg.in:12:2: WARNING: skipping empty macro: In +mandoc: noarg.in:19:2: WARNING: skipping empty macro: In +mandoc: noarg.in:16:11: STYLE: no blank before trailing delimiter: In math.h: diff --git a/regress/mdoc/In/noarg.out_markdown b/regress/mdoc/In/noarg.out_markdown index 8a39b83a..5a581472 100644 --- a/regress/mdoc/In/noarg.out_markdown +++ b/regress/mdoc/In/noarg.out_markdown @@ -22,4 +22,4 @@ IN-NOARG(2) - System Calls Manual *double* **cos**(*double x*) -OpenBSD - February 5, 2015 +OpenBSD - July 4, 2017 -- cgit v1.2.3-56-ge451