summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Fl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
commit2ab7deeb36296dfb6dee301dc3560af24219a22f (patch)
tree4bc8a91cabb31cc075ec6a68a99c34ef3bd823f8 /regress/mdoc/Fl
parent75fcdc8f6e5fb48e822f9835879d7bfbfcddab03 (diff)
downloadmandoc-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/Fl')
-rw-r--r--regress/mdoc/Fl/font.in5
-rw-r--r--regress/mdoc/Fl/font.out_ascii2
-rw-r--r--regress/mdoc/Fl/font.out_markdown2
-rw-r--r--regress/mdoc/Fl/multiarg.in5
-rw-r--r--regress/mdoc/Fl/multiarg.out_ascii2
-rw-r--r--regress/mdoc/Fl/multiarg.out_markdown2
-rw-r--r--regress/mdoc/Fl/noarg.in5
-rw-r--r--regress/mdoc/Fl/noarg.out_ascii2
-rw-r--r--regress/mdoc/Fl/noarg.out_markdown2
-rw-r--r--regress/mdoc/Fl/parsed.in5
-rw-r--r--regress/mdoc/Fl/parsed.out_ascii2
-rw-r--r--regress/mdoc/Fl/parsed.out_markdown2
-rw-r--r--regress/mdoc/Fl/punct.in5
-rw-r--r--regress/mdoc/Fl/punct.out_ascii2
-rw-r--r--regress/mdoc/Fl/punct.out_lint5
-rw-r--r--regress/mdoc/Fl/punct.out_markdown2
16 files changed, 26 insertions, 24 deletions
diff --git a/regress/mdoc/Fl/font.in b/regress/mdoc/Fl/font.in
index c7514d31..2f7d9d6a 100644
--- a/regress/mdoc/Fl/font.in
+++ b/regress/mdoc/Fl/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 FL-FONT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fl-font
.Nd changing fonts inside the flag macro
diff --git a/regress/mdoc/Fl/font.out_ascii b/regress/mdoc/Fl/font.out_ascii
index 495c8975..a9c06ac4 100644
--- a/regress/mdoc/Fl/font.out_ascii
+++ b/regress/mdoc/Fl/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/Fl/font.out_markdown b/regress/mdoc/Fl/font.out_markdown
index cb48c802..73029acf 100644
--- a/regress/mdoc/Fl/font.out_markdown
+++ b/regress/mdoc/Fl/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/Fl/multiarg.in b/regress/mdoc/Fl/multiarg.in
index 77a9068e..aa11d515 100644
--- a/regress/mdoc/Fl/multiarg.in
+++ b/regress/mdoc/Fl/multiarg.in
@@ -1,6 +1,7 @@
-.Dd December 24, 2009
+.\" $OpenBSD: multiarg.in,v 1.4 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FL-MULTIARG 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fl-multiarg
.Nd multiple arguments to a Fl macro
diff --git a/regress/mdoc/Fl/multiarg.out_ascii b/regress/mdoc/Fl/multiarg.out_ascii
index 0ad669e2..a2db7caa 100644
--- a/regress/mdoc/Fl/multiarg.out_ascii
+++ b/regress/mdoc/Fl/multiarg.out_ascii
@@ -8,4 +8,4 @@ DDEESSCCRRIIPPTTIIOONN
Punctuation characters like in [--aa | --bb] get no dash.
-OpenBSD December 24, 2009 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fl/multiarg.out_markdown b/regress/mdoc/Fl/multiarg.out_markdown
index 065c7742..c9a68a0d 100644
--- a/regress/mdoc/Fl/multiarg.out_markdown
+++ b/regress/mdoc/Fl/multiarg.out_markdown
@@ -14,4 +14,4 @@ Punctuation characters like in
\[**-a** | **-b**]
get no dash.
-OpenBSD - December 24, 2009
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fl/noarg.in b/regress/mdoc/Fl/noarg.in
index 0c604dbc..247a733e 100644
--- a/regress/mdoc/Fl/noarg.in
+++ b/regress/mdoc/Fl/noarg.in
@@ -1,6 +1,7 @@
-.Dd August 21, 2014
+.\" $OpenBSD: noarg.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FL-NOARG 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fl-noarg
.Nd Fl macro without arguments
diff --git a/regress/mdoc/Fl/noarg.out_ascii b/regress/mdoc/Fl/noarg.out_ascii
index eb230269..84749744 100644
--- a/regress/mdoc/Fl/noarg.out_ascii
+++ b/regress/mdoc/Fl/noarg.out_ascii
@@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN
Following macros --[flag] follow without white space.
-OpenBSD August 21, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fl/noarg.out_markdown b/regress/mdoc/Fl/noarg.out_markdown
index 7c023597..efd4a959 100644
--- a/regress/mdoc/Fl/noarg.out_markdown
+++ b/regress/mdoc/Fl/noarg.out_markdown
@@ -19,4 +19,4 @@ Following macros
**-**\[flag]
follow without white space.
-OpenBSD - August 21, 2014
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fl/parsed.in b/regress/mdoc/Fl/parsed.in
index 4c93e016..b2c99ab8 100644
--- a/regress/mdoc/Fl/parsed.in
+++ b/regress/mdoc/Fl/parsed.in
@@ -1,6 +1,7 @@
-.Dd April 7, 2010
+.\" $OpenBSD: parsed.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FL-PARSED 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fl-parsed
.Nd is the Fl macro parsed?
diff --git a/regress/mdoc/Fl/parsed.out_ascii b/regress/mdoc/Fl/parsed.out_ascii
index 3b6de9d4..86f8f010 100644
--- a/regress/mdoc/Fl/parsed.out_ascii
+++ b/regress/mdoc/Fl/parsed.out_ascii
@@ -14,4 +14,4 @@ DDEESSCCRRIIPPTTIIOONN
--hheellpp
-OpenBSD April 7, 2010 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fl/parsed.out_markdown b/regress/mdoc/Fl/parsed.out_markdown
index b99652aa..9f1b0316 100644
--- a/regress/mdoc/Fl/parsed.out_markdown
+++ b/regress/mdoc/Fl/parsed.out_markdown
@@ -18,4 +18,4 @@ versus
**-**&zwnj;**help**
-OpenBSD - April 7, 2010
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fl/punct.in b/regress/mdoc/Fl/punct.in
index a4da35fb..bc3acea1 100644
--- a/regress/mdoc/Fl/punct.in
+++ b/regress/mdoc/Fl/punct.in
@@ -1,6 +1,7 @@
-.Dd June 9, 2017
+.\" $OpenBSD: punct.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FL-PUNCT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fl-punct
.Nd punctuation handling by the Fl macro
diff --git a/regress/mdoc/Fl/punct.out_ascii b/regress/mdoc/Fl/punct.out_ascii
index cf8a15c2..a94900e6 100644
--- a/regress/mdoc/Fl/punct.out_ascii
+++ b/regress/mdoc/Fl/punct.out_ascii
@@ -13,4 +13,4 @@ DDEESSCCRRIIPPTTIIOONN
trailing delimiter: --aa..
-OpenBSD June 9, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fl/punct.out_lint b/regress/mdoc/Fl/punct.out_lint
index 4d7e5ca9..2e29f18d 100644
--- a/regress/mdoc/Fl/punct.out_lint
+++ b/regress/mdoc/Fl/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:6: STYLE: no blank before trailing delimiter: Fl a.
-mandoc: punct.in: BASE: RCS id missing: (OpenBSD)
+mandoc: punct.in:46:6: STYLE: no blank before trailing delimiter: Fl a.
diff --git a/regress/mdoc/Fl/punct.out_markdown b/regress/mdoc/Fl/punct.out_markdown
index 562ff295..96a5f9a8 100644
--- a/regress/mdoc/Fl/punct.out_markdown
+++ b/regress/mdoc/Fl/punct.out_markdown
@@ -45,4 +45,4 @@ quoted punctuation:
trailing delimiter:
**-a.**
-OpenBSD - June 9, 2017
+OpenBSD - July 4, 2017