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/Ar | |
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/Ar')
-rw-r--r-- | regress/mdoc/Ar/font.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ar/font.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ar/font.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Ar/punct.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ar/punct.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ar/punct.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Ar/punct.out_markdown | 2 |
7 files changed, 11 insertions, 12 deletions
diff --git a/regress/mdoc/Ar/font.in b/regress/mdoc/Ar/font.in index aa14b7d8..16660a68 100644 --- a/regress/mdoc/Ar/font.in +++ b/regress/mdoc/Ar/font.in @@ -1,6 +1,7 @@ -.Dd July 9, 2012 +.\" $OpenBSD: font.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $ +.Dd $Mdocdate$ .Dt AR-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ar-font .Nd changing fonts inside the argument macro diff --git a/regress/mdoc/Ar/font.out_ascii b/regress/mdoc/Ar/font.out_ascii index c30d0078..0bd3323a 100644 --- a/regress/mdoc/Ar/font.out_ascii +++ b/regress/mdoc/Ar/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/Ar/font.out_markdown b/regress/mdoc/Ar/font.out_markdown index 8ee329ef..ab7b3921 100644 --- a/regress/mdoc/Ar/font.out_markdown +++ b/regress/mdoc/Ar/font.out_markdown @@ -10,4 +10,4 @@ normal text *emphasis**bold**back* trailing text -OpenBSD - July 9, 2012 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Ar/punct.in b/regress/mdoc/Ar/punct.in index 71abc258..c0cda81a 100644 --- a/regress/mdoc/Ar/punct.in +++ b/regress/mdoc/Ar/punct.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: punct.in,v 1.6 2017/07/04 14:53:24 schwarze Exp $ +.Dd $Mdocdate$ .Dt AR-PUNCT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ar-punct .Nd punctuation handling by the Ar macro diff --git a/regress/mdoc/Ar/punct.out_ascii b/regress/mdoc/Ar/punct.out_ascii index e34b3fdc..96ce0c22 100644 --- a/regress/mdoc/Ar/punct.out_ascii +++ b/regress/mdoc/Ar/punct.out_ascii @@ -13,4 +13,4 @@ DDEESSCCRRIIPPTTIIOONN missing blank: _a_r_g_. -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Ar/punct.out_lint b/regress/mdoc/Ar/punct.out_lint index 252ad176..537ecf9c 100644 --- a/regress/mdoc/Ar/punct.out_lint +++ b/regress/mdoc/Ar/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:45:8: STYLE: no blank before trailing delimiter: Ar arg. -mandoc: punct.in: BASE: RCS id missing: (OpenBSD) +mandoc: punct.in:46:8: STYLE: no blank before trailing delimiter: Ar arg. diff --git a/regress/mdoc/Ar/punct.out_markdown b/regress/mdoc/Ar/punct.out_markdown index ab03a7b5..21920c60 100644 --- a/regress/mdoc/Ar/punct.out_markdown +++ b/regress/mdoc/Ar/punct.out_markdown @@ -45,4 +45,4 @@ quoted punctuation: missing blank: *arg.* -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 |