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/Ft | |
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/Ft')
-rw-r--r-- | regress/mdoc/Ft/font.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ft/font.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ft/font.out_markdown | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/regress/mdoc/Ft/font.in b/regress/mdoc/Ft/font.in index 6304aadd..82980075 100644 --- a/regress/mdoc/Ft/font.in +++ b/regress/mdoc/Ft/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 FT-FONT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ft-font .Nd changing fonts inside the function return type macro diff --git a/regress/mdoc/Ft/font.out_ascii b/regress/mdoc/Ft/font.out_ascii index ded66eca..ea56b241 100644 --- a/regress/mdoc/Ft/font.out_ascii +++ b/regress/mdoc/Ft/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/Ft/font.out_markdown b/regress/mdoc/Ft/font.out_markdown index 658bf4f8..c7ef33c9 100644 --- a/regress/mdoc/Ft/font.out_markdown +++ b/regress/mdoc/Ft/font.out_markdown @@ -10,4 +10,4 @@ normal text *emphasis**bold**back* trailing text -OpenBSD - July 9, 2012 +OpenBSD - July 4, 2017 |