summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Fd
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/Fd
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/Fd')
-rw-r--r--regress/mdoc/Fd/break.in5
-rw-r--r--regress/mdoc/Fd/break.out_ascii2
-rw-r--r--regress/mdoc/Fd/break.out_markdown2
-rw-r--r--regress/mdoc/Fd/empty.in5
-rw-r--r--regress/mdoc/Fd/empty.out_ascii2
-rw-r--r--regress/mdoc/Fd/empty.out_lint7
-rw-r--r--regress/mdoc/Fd/empty.out_markdown2
-rw-r--r--regress/mdoc/Fd/eos.in5
-rw-r--r--regress/mdoc/Fd/eos.out_ascii2
-rw-r--r--regress/mdoc/Fd/eos.out_markdown2
-rw-r--r--regress/mdoc/Fd/font.in5
-rw-r--r--regress/mdoc/Fd/font.out_ascii2
-rw-r--r--regress/mdoc/Fd/font.out_markdown2
13 files changed, 22 insertions, 21 deletions
diff --git a/regress/mdoc/Fd/break.in b/regress/mdoc/Fd/break.in
index e6fd9023..c97656a3 100644
--- a/regress/mdoc/Fd/break.in
+++ b/regress/mdoc/Fd/break.in
@@ -1,6 +1,7 @@
-.Dd June 9, 2010
+.\" $OpenBSD: break.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FD-BREAK 2
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fd-break
.Nd line break before old-style header include file
diff --git a/regress/mdoc/Fd/break.out_ascii b/regress/mdoc/Fd/break.out_ascii
index fdd6aae4..be1e714d 100644
--- a/regress/mdoc/Fd/break.out_ascii
+++ b/regress/mdoc/Fd/break.out_ascii
@@ -24,4 +24,4 @@ DDEESSCCRRIIPPTTIIOONN
##iinncclluuddee <<uunniissttdd..hh>>
_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 9, 2010 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fd/break.out_markdown b/regress/mdoc/Fd/break.out_markdown
index 1d8459a1..8958dcff 100644
--- a/regress/mdoc/Fd/break.out_markdown
+++ b/regress/mdoc/Fd/break.out_markdown
@@ -32,4 +32,4 @@ FD-BREAK(2) - System Calls Manual
*ssize\_t*
**write**(*int d*, *const void \*buf*, *size\_t nbytes*)
-OpenBSD - June 9, 2010
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fd/empty.in b/regress/mdoc/Fd/empty.in
index 5951316d..8f9ccc8b 100644
--- a/regress/mdoc/Fd/empty.in
+++ b/regress/mdoc/Fd/empty.in
@@ -1,6 +1,7 @@
-.Dd February 5, 2015
+.\" $OpenBSD: empty.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FD-EMPTY 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fd-empty
.Nd empty preprocessor directive macros
diff --git a/regress/mdoc/Fd/empty.out_ascii b/regress/mdoc/Fd/empty.out_ascii
index d525b482..fe9c1e29 100644
--- a/regress/mdoc/Fd/empty.out_ascii
+++ b/regress/mdoc/Fd/empty.out_ascii
@@ -10,4 +10,4 @@ SSYYNNOOPPSSIISS
DDEESSCCRRIIPPTTIIOONN
leading text trailing text
-OpenBSD February 5, 2015 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fd/empty.out_lint b/regress/mdoc/Fd/empty.out_lint
index f1b8b303..991b2dda 100644
--- a/regress/mdoc/Fd/empty.out_lint
+++ b/regress/mdoc/Fd/empty.out_lint
@@ -1,5 +1,2 @@
-mandoc: empty.in:9:2: WARNING: skipping empty macro: Fd
-mandoc: empty.in:13:2: WARNING: skipping empty macro: Fd
-mandoc: empty.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: empty.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD)
-mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
+mandoc: empty.in:10:2: WARNING: skipping empty macro: Fd
+mandoc: empty.in:14:2: WARNING: skipping empty macro: Fd
diff --git a/regress/mdoc/Fd/empty.out_markdown b/regress/mdoc/Fd/empty.out_markdown
index 9dc71039..bd2ef819 100644
--- a/regress/mdoc/Fd/empty.out_markdown
+++ b/regress/mdoc/Fd/empty.out_markdown
@@ -14,4 +14,4 @@ FD-EMPTY(1) - General Commands Manual
leading text
trailing text
-OpenBSD - February 5, 2015
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fd/eos.in b/regress/mdoc/Fd/eos.in
index f2efb028..499d0010 100644
--- a/regress/mdoc/Fd/eos.in
+++ b/regress/mdoc/Fd/eos.in
@@ -1,6 +1,7 @@
-.Dd November 17, 2012
+.\" $OpenBSD: eos.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate$
.Dt FD-EOS 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fd-eos
.Nd end of sentence handling after the legacy include macro
diff --git a/regress/mdoc/Fd/eos.out_ascii b/regress/mdoc/Fd/eos.out_ascii
index 3d54ac3e..487c6a74 100644
--- a/regress/mdoc/Fd/eos.out_ascii
+++ b/regress/mdoc/Fd/eos.out_ascii
@@ -7,4 +7,4 @@ DDEESSCCRRIIPPTTIIOONN
Let's use ssttrriinngg..hh ..
And then something else.
-OpenBSD November 17, 2012 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fd/eos.out_markdown b/regress/mdoc/Fd/eos.out_markdown
index c415843d..8ec48cbb 100644
--- a/regress/mdoc/Fd/eos.out_markdown
+++ b/regress/mdoc/Fd/eos.out_markdown
@@ -10,4 +10,4 @@ Let's use
**string.h .**
And then something else.
-OpenBSD - November 17, 2012
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Fd/font.in b/regress/mdoc/Fd/font.in
index a3a0a830..91a24459 100644
--- a/regress/mdoc/Fd/font.in
+++ b/regress/mdoc/Fd/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 FD-FONT 2
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Fd-font
.Nd changing the font inside the old-style include macro
diff --git a/regress/mdoc/Fd/font.out_ascii b/regress/mdoc/Fd/font.out_ascii
index 7a3428fe..cafe9387 100644
--- a/regress/mdoc/Fd/font.out_ascii
+++ b/regress/mdoc/Fd/font.out_ascii
@@ -7,4 +7,4 @@ DDEESSCCRRIIPPTTIIOONN
normal text pprreeffiixx_h_e_a_d_e_rssuuffffiixx
trailing text
-OpenBSD July 9, 2012 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Fd/font.out_markdown b/regress/mdoc/Fd/font.out_markdown
index d90fae68..7636ed4e 100644
--- a/regress/mdoc/Fd/font.out_markdown
+++ b/regress/mdoc/Fd/font.out_markdown
@@ -10,4 +10,4 @@ normal text
**prefix*header*suffix**
trailing text
-OpenBSD - July 9, 2012
+OpenBSD - July 4, 2017