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/Er | |
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/Er')
-rw-r--r-- | regress/mdoc/Er/font.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Er/font.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Er/font.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Er/noarg.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Er/noarg.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Er/noarg.out_lint | 7 | ||||
-rw-r--r-- | regress/mdoc/Er/noarg.out_markdown | 2 |
7 files changed, 12 insertions, 13 deletions
diff --git a/regress/mdoc/Er/font.in b/regress/mdoc/Er/font.in index 4e3d337b..604ae755 100644 --- a/regress/mdoc/Er/font.in +++ b/regress/mdoc/Er/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 ER-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Er-font .Nd changing fonts inside the error code macro diff --git a/regress/mdoc/Er/font.out_ascii b/regress/mdoc/Er/font.out_ascii index cfe462bd..ee0a5da9 100644 --- a/regress/mdoc/Er/font.out_ascii +++ b/regress/mdoc/Er/font.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN normal text EFONT_e_m_p_h_a_s_i_sEBACK trailing text -OpenBSD July 9, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Er/font.out_markdown b/regress/mdoc/Er/font.out_markdown index a901f593..4cc1fe8b 100644 --- a/regress/mdoc/Er/font.out_markdown +++ b/regress/mdoc/Er/font.out_markdown @@ -10,4 +10,4 @@ normal text `EFONTemphasisEBACK` trailing text -OpenBSD - July 9, 2012 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Er/noarg.in b/regress/mdoc/Er/noarg.in index 646d3d54..a2c006b4 100644 --- a/regress/mdoc/Er/noarg.in +++ b/regress/mdoc/Er/noarg.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: noarg.in,v 1.5 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt ER-NOARG 1 -.Os OpenBSD +.Os .Sh NAME .Nm Er-noarg .Nd error constant macro without an argument diff --git a/regress/mdoc/Er/noarg.out_ascii b/regress/mdoc/Er/noarg.out_ascii index ed7b16a9..f881ccde 100644 --- a/regress/mdoc/Er/noarg.out_ascii +++ b/regress/mdoc/Er/noarg.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN with error: ENOENT; bboolldd; EIO. no error: end of test document -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Er/noarg.out_lint b/regress/mdoc/Er/noarg.out_lint index 50946ea2..afed768e 100644 --- a/regress/mdoc/Er/noarg.out_lint +++ b/regress/mdoc/Er/noarg.out_lint @@ -1,5 +1,2 @@ -mandoc: noarg.in:12:2: WARNING: skipping empty macro: Er -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:10:8: STYLE: no blank before trailing delimiter: Er EIO. -mandoc: noarg.in: BASE: RCS id missing: (OpenBSD) +mandoc: noarg.in:13:2: WARNING: skipping empty macro: Er +mandoc: noarg.in:11:8: STYLE: no blank before trailing delimiter: Er EIO. diff --git a/regress/mdoc/Er/noarg.out_markdown b/regress/mdoc/Er/noarg.out_markdown index 47d378d8..4337d917 100644 --- a/regress/mdoc/Er/noarg.out_markdown +++ b/regress/mdoc/Er/noarg.out_markdown @@ -12,4 +12,4 @@ with error: no error: end of test document -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 |