aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rv
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/Rv
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/Rv')
-rw-r--r--regress/mdoc/Rv/args.in5
-rw-r--r--regress/mdoc/Rv/args.out_ascii2
-rw-r--r--regress/mdoc/Rv/args.out_markdown2
-rw-r--r--regress/mdoc/Rv/noname.in5
-rw-r--r--regress/mdoc/Rv/noname.out_ascii2
-rw-r--r--regress/mdoc/Rv/noname.out_lint5
-rw-r--r--regress/mdoc/Rv/nostd.in5
-rw-r--r--regress/mdoc/Rv/nostd.out_ascii2
-rw-r--r--regress/mdoc/Rv/nostd.out_lint9
-rw-r--r--regress/mdoc/Rv/nostd.out_markdown2
10 files changed, 18 insertions, 21 deletions
diff --git a/regress/mdoc/Rv/args.in b/regress/mdoc/Rv/args.in
index 24f37eab..b793bf99 100644
--- a/regress/mdoc/Rv/args.in
+++ b/regress/mdoc/Rv/args.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt RV-ARGS 3
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Rv-args
.Nd arguments to the return value macro
diff --git a/regress/mdoc/Rv/args.out_ascii b/regress/mdoc/Rv/args.out_ascii
index d2b92536..106f63ad 100644
--- a/regress/mdoc/Rv/args.out_ascii
+++ b/regress/mdoc/Rv/args.out_ascii
@@ -19,4 +19,4 @@ RREETTUURRNN VVAALLUUEESS
the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
the error.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Rv/args.out_markdown b/regress/mdoc/Rv/args.out_markdown
index 017f9b6d..b9070181 100644
--- a/regress/mdoc/Rv/args.out_markdown
+++ b/regress/mdoc/Rv/args.out_markdown
@@ -15,4 +15,4 @@ The **one**() function returns the value&#160;0 if successful; otherwise the val
two arguments:
The **one**() and **two**() functions return the value&#160;0 if successful; otherwise the value&#160;&#45;1 is returned and the global variable *errno* is set to indicate the error.
-OpenBSD - July 29, 2014
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Rv/noname.in b/regress/mdoc/Rv/noname.in
index 4bb21cce..cae22816 100644
--- a/regress/mdoc/Rv/noname.in
+++ b/regress/mdoc/Rv/noname.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: noname.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt RV-NONAME 3
-.Os OpenBSD
+.Os
.Sh NAME
.Nm
.Nd return value macro without an available name
diff --git a/regress/mdoc/Rv/noname.out_ascii b/regress/mdoc/Rv/noname.out_ascii
index 8cdd6a2f..c6454d5a 100644
--- a/regress/mdoc/Rv/noname.out_ascii
+++ b/regress/mdoc/Rv/noname.out_ascii
@@ -19,4 +19,4 @@ RREETTUURRNN VVAALLUUEESS
the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
the error.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Rv/noname.out_lint b/regress/mdoc/Rv/noname.out_lint
index 389ccb7e..71652b6f 100644
--- a/regress/mdoc/Rv/noname.out_lint
+++ b/regress/mdoc/Rv/noname.out_lint
@@ -1,4 +1 @@
-mandoc: noname.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: noname.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
-mandoc: noname.in:5:2: ERROR: missing manual name, using "": Nm
-mandoc: noname.in: BASE: RCS id missing: (OpenBSD)
+mandoc: noname.in:6:2: ERROR: missing manual name, using "": Nm
diff --git a/regress/mdoc/Rv/nostd.in b/regress/mdoc/Rv/nostd.in
index 0dc9ea12..fdbe6616 100644
--- a/regress/mdoc/Rv/nostd.in
+++ b/regress/mdoc/Rv/nostd.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: nostd.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt RV-NOSTD 3
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Rv-nostd
.Nd return value macros without -std arguments
diff --git a/regress/mdoc/Rv/nostd.out_ascii b/regress/mdoc/Rv/nostd.out_ascii
index 320b8b11..1279afe8 100644
--- a/regress/mdoc/Rv/nostd.out_ascii
+++ b/regress/mdoc/Rv/nostd.out_ascii
@@ -19,4 +19,4 @@ RREETTUURRNN VVAALLUUEESS
the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
the error.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Rv/nostd.out_lint b/regress/mdoc/Rv/nostd.out_lint
index e13378c2..881d3c9a 100644
--- a/regress/mdoc/Rv/nostd.out_lint
+++ b/regress/mdoc/Rv/nostd.out_lint
@@ -1,6 +1,3 @@
-mandoc: nostd.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: nostd.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
-mandoc: nostd.in:9:2: WARNING: missing -std argument, adding it: Rv
-mandoc: nostd.in:12:2: WARNING: missing -std argument, adding it: Rv
-mandoc: nostd.in:15:2: WARNING: missing -std argument, adding it: Rv
-mandoc: nostd.in: BASE: RCS id missing: (OpenBSD)
+mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Rv
+mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Rv
+mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Rv
diff --git a/regress/mdoc/Rv/nostd.out_markdown b/regress/mdoc/Rv/nostd.out_markdown
index 5600556d..d2000267 100644
--- a/regress/mdoc/Rv/nostd.out_markdown
+++ b/regress/mdoc/Rv/nostd.out_markdown
@@ -15,4 +15,4 @@ The **one**() function returns the value&#160;0 if successful; otherwise the val
two arguments:
The **one**() and **two**() functions return the value&#160;0 if successful; otherwise the value&#160;&#45;1 is returned and the global variable *errno* is set to indicate the error.
-OpenBSD - July 29, 2014
+OpenBSD - July 4, 2017