diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
commit | 2ab7deeb36296dfb6dee301dc3560af24219a22f (patch) | |
tree | 4bc8a91cabb31cc075ec6a68a99c34ef3bd823f8 /regress/mdoc/Ex | |
parent | 75fcdc8f6e5fb48e822f9835879d7bfbfcddab03 (diff) | |
download | mandoc-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/Ex')
-rw-r--r-- | regress/mdoc/Ex/args.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ex/args.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ex/args.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Ex/noname.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ex/noname.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ex/noname.out_lint | 7 | ||||
-rw-r--r-- | regress/mdoc/Ex/noname.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Ex/nostd.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ex/nostd.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ex/nostd.out_lint | 9 | ||||
-rw-r--r-- | regress/mdoc/Ex/nostd.out_markdown | 2 |
11 files changed, 20 insertions, 23 deletions
diff --git a/regress/mdoc/Ex/args.in b/regress/mdoc/Ex/args.in index 39a53b74..36e29875 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$ .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..41843c0e 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$ .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..2f31abfe 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$ .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 |