aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/St
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
commit59c9d1f4aa4c809091049f979c1bbc2479716399 (patch)
treefd3b27a49a34e228d186449fec87b424c1564988 /regress/mdoc/St
parent423ba251975a0c4f170f9e93bb7237b898b67fef (diff)
downloadmandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.gz
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.zst
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.zip
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/St')
-rw-r--r--regress/mdoc/St/badargs.in5
-rw-r--r--regress/mdoc/St/badargs.out_ascii2
-rw-r--r--regress/mdoc/St/badargs.out_lint7
-rw-r--r--regress/mdoc/St/badargs.out_markdown2
-rw-r--r--regress/mdoc/St/call.in5
-rw-r--r--regress/mdoc/St/call.out_ascii2
-rw-r--r--regress/mdoc/St/call.out_lint5
-rw-r--r--regress/mdoc/St/call.out_markdown2
8 files changed, 13 insertions, 17 deletions
diff --git a/regress/mdoc/St/badargs.in b/regress/mdoc/St/badargs.in
index e1e35e0a..4c0ca56d 100644
--- a/regress/mdoc/St/badargs.in
+++ b/regress/mdoc/St/badargs.in
@@ -1,6 +1,7 @@
-.Dd June 30, 2010
+.\" $OpenBSD: badargs.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt ST-INVALID 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm St-invalid
.Nd handling of invalid standard argument
diff --git a/regress/mdoc/St/badargs.out_ascii b/regress/mdoc/St/badargs.out_ascii
index 70c7418e..d018a823 100644
--- a/regress/mdoc/St/badargs.out_ascii
+++ b/regress/mdoc/St/badargs.out_ascii
@@ -14,4 +14,4 @@ SSTTAANNDDAARRDDSS
end of file
-OpenBSD June 30, 2010 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/St/badargs.out_lint b/regress/mdoc/St/badargs.out_lint
index cfa6f53a..2691276b 100644
--- a/regress/mdoc/St/badargs.out_lint
+++ b/regress/mdoc/St/badargs.out_lint
@@ -1,5 +1,2 @@
-mandoc: badargs.in:15:2: WARNING: skipping empty macro: St
-mandoc: badargs.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: badargs.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD)
-mandoc: badargs.in:12:5: ERROR: unknown standard specifier: St -murks
-mandoc: badargs.in: BASE: RCS id missing: (OpenBSD)
+mandoc: badargs.in:16:2: WARNING: skipping empty macro: St
+mandoc: badargs.in:13:5: ERROR: unknown standard specifier: St -murks
diff --git a/regress/mdoc/St/badargs.out_markdown b/regress/mdoc/St/badargs.out_markdown
index 12e4785f..7ecf651e 100644
--- a/regress/mdoc/St/badargs.out_markdown
+++ b/regress/mdoc/St/badargs.out_markdown
@@ -18,4 +18,4 @@ IEEE Std 1003.1-2004 (&#8220;POSIX.1&#8221;) murks
end of file
-OpenBSD - June 30, 2010
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/St/call.in b/regress/mdoc/St/call.in
index 26dc494a..af156807 100644
--- a/regress/mdoc/St/call.in
+++ b/regress/mdoc/St/call.in
@@ -1,6 +1,7 @@
-.Dd February 10, 2015
+.\" $OpenBSD: call.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt ST-CALL 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm St-call
.Nd the standard macro calling other macros
diff --git a/regress/mdoc/St/call.out_ascii b/regress/mdoc/St/call.out_ascii
index dc9b55b6..1e70838d 100644
--- a/regress/mdoc/St/call.out_ascii
+++ b/regress/mdoc/St/call.out_ascii
@@ -10,4 +10,4 @@ SSTTAANNDDAARRDDSS
end of file
-OpenBSD February 10, 2015 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/St/call.out_lint b/regress/mdoc/St/call.out_lint
index bea3c048..699fc46d 100644
--- a/regress/mdoc/St/call.out_lint
+++ b/regress/mdoc/St/call.out_lint
@@ -1,4 +1 @@
-mandoc: call.in:9:2: WARNING: skipping empty macro: St
-mandoc: call.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: call.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD)
-mandoc: call.in: BASE: RCS id missing: (OpenBSD)
+mandoc: call.in:10:2: WARNING: skipping empty macro: St
diff --git a/regress/mdoc/St/call.out_markdown b/regress/mdoc/St/call.out_markdown
index 4fb19ce3..e665bb8a 100644
--- a/regress/mdoc/St/call.out_markdown
+++ b/regress/mdoc/St/call.out_markdown
@@ -14,4 +14,4 @@ IEEE Std 1003.1-2004 (&#8220;POSIX.1&#8221;)
end of file
-OpenBSD - February 10, 2015
+OpenBSD - July 4, 2017