aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ex
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ex')
-rw-r--r--regress/mdoc/Ex/args.in5
-rw-r--r--regress/mdoc/Ex/args.out_ascii2
-rw-r--r--regress/mdoc/Ex/args.out_markdown2
-rw-r--r--regress/mdoc/Ex/noname.in5
-rw-r--r--regress/mdoc/Ex/noname.out_ascii2
-rw-r--r--regress/mdoc/Ex/noname.out_lint7
-rw-r--r--regress/mdoc/Ex/noname.out_markdown2
-rw-r--r--regress/mdoc/Ex/nostd.in5
-rw-r--r--regress/mdoc/Ex/nostd.out_ascii2
-rw-r--r--regress/mdoc/Ex/nostd.out_lint9
-rw-r--r--regress/mdoc/Ex/nostd.out_markdown2
11 files changed, 20 insertions, 23 deletions
diff --git a/regress/mdoc/Ex/args.in b/regress/mdoc/Ex/args.in
index 39a53b74..29b41992 100644
--- a/regress/mdoc/Ex/args.in
+++ b/regress/mdoc/Ex/args.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt EX-ARGS 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Ex-args
.Nd arguments to the exit value macro
diff --git a/regress/mdoc/Ex/args.out_ascii b/regress/mdoc/Ex/args.out_ascii
index d217c36a..b6bdfe2c 100644
--- a/regress/mdoc/Ex/args.out_ascii
+++ b/regress/mdoc/Ex/args.out_ascii
@@ -13,4 +13,4 @@ EEXXIITT SSTTAATTUUSS
two arguments:
The oonnee and ttwwoo utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Ex/args.out_markdown b/regress/mdoc/Ex/args.out_markdown
index 9c70152e..5fe2542d 100644
--- a/regress/mdoc/Ex/args.out_markdown
+++ b/regress/mdoc/Ex/args.out_markdown
@@ -15,4 +15,4 @@ The **one** utility exits 0 on success, and >0 if an error occurs.
two arguments:
The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD - July 29, 2014
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Ex/noname.in b/regress/mdoc/Ex/noname.in
index 9aa742f2..01eed5a3 100644
--- a/regress/mdoc/Ex/noname.in
+++ b/regress/mdoc/Ex/noname.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: noname.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt EX-NONAME 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm
.Nd exit value macro without an available name
diff --git a/regress/mdoc/Ex/noname.out_ascii b/regress/mdoc/Ex/noname.out_ascii
index 00da4a6b..b078d8e8 100644
--- a/regress/mdoc/Ex/noname.out_ascii
+++ b/regress/mdoc/Ex/noname.out_ascii
@@ -13,4 +13,4 @@ EEXXIITT SSTTAATTUUSS
two arguments:
The oonnee and ttwwoo utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Ex/noname.out_lint b/regress/mdoc/Ex/noname.out_lint
index 5b04c1c6..8097c475 100644
--- a/regress/mdoc/Ex/noname.out_lint
+++ b/regress/mdoc/Ex/noname.out_lint
@@ -1,5 +1,2 @@
-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:9:2: WARNING: missing utility name, using "": Ex
-mandoc: noname.in: BASE: RCS id missing: (OpenBSD)
+mandoc: noname.in:6:2: ERROR: missing manual name, using "": Nm
+mandoc: noname.in:10:2: WARNING: missing utility name, using "": Ex
diff --git a/regress/mdoc/Ex/noname.out_markdown b/regress/mdoc/Ex/noname.out_markdown
index 4fad75bb..31310326 100644
--- a/regress/mdoc/Ex/noname.out_markdown
+++ b/regress/mdoc/Ex/noname.out_markdown
@@ -15,4 +15,4 @@ The **one** utility exits 0 on success, and >0 if an error occurs.
two arguments:
The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD - July 29, 2014
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Ex/nostd.in b/regress/mdoc/Ex/nostd.in
index 4722cba8..7dcb6c70 100644
--- a/regress/mdoc/Ex/nostd.in
+++ b/regress/mdoc/Ex/nostd.in
@@ -1,6 +1,7 @@
-.Dd July 29, 2014
+.\" $OpenBSD: nostd.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt EX-NOSTD 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Ex-nostd
.Nd exit value macros without -std arguments
diff --git a/regress/mdoc/Ex/nostd.out_ascii b/regress/mdoc/Ex/nostd.out_ascii
index 04abc9e9..ada3bf15 100644
--- a/regress/mdoc/Ex/nostd.out_ascii
+++ b/regress/mdoc/Ex/nostd.out_ascii
@@ -13,4 +13,4 @@ EEXXIITT SSTTAATTUUSS
two arguments:
The oonnee and ttwwoo utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD July 29, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Ex/nostd.out_lint b/regress/mdoc/Ex/nostd.out_lint
index 9a4ab207..0b8ff710 100644
--- a/regress/mdoc/Ex/nostd.out_lint
+++ b/regress/mdoc/Ex/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: Ex
-mandoc: nostd.in:12:2: WARNING: missing -std argument, adding it: Ex
-mandoc: nostd.in:15:2: WARNING: missing -std argument, adding it: Ex
-mandoc: nostd.in: BASE: RCS id missing: (OpenBSD)
+mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Ex
+mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Ex
+mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Ex
diff --git a/regress/mdoc/Ex/nostd.out_markdown b/regress/mdoc/Ex/nostd.out_markdown
index c3020fcb..e1ba0ed2 100644
--- a/regress/mdoc/Ex/nostd.out_markdown
+++ b/regress/mdoc/Ex/nostd.out_markdown
@@ -15,4 +15,4 @@ The **one** utility exits 0 on success, and >0 if an error occurs.
two arguments:
The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
-OpenBSD - July 29, 2014
+OpenBSD - July 4, 2017