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/roff/de | |
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/roff/de')
-rw-r--r-- | regress/roff/de/Dd.in | 5 | ||||
-rw-r--r-- | regress/roff/de/Dd.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/Makefile | 4 | ||||
-rw-r--r-- | regress/roff/de/TH.in | 3 | ||||
-rw-r--r-- | regress/roff/de/append.in | 5 | ||||
-rw-r--r-- | regress/roff/de/append.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/cond.in | 5 | ||||
-rw-r--r-- | regress/roff/de/cond.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/escname.in | 5 | ||||
-rw-r--r-- | regress/roff/de/escname.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/escname.out_lint | 19 | ||||
-rw-r--r-- | regress/roff/de/factorial.in | 5 | ||||
-rw-r--r-- | regress/roff/de/factorial.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/indir.in | 5 | ||||
-rw-r--r-- | regress/roff/de/indir.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/indir.out_lint | 11 | ||||
-rw-r--r-- | regress/roff/de/infinite.in | 5 | ||||
-rw-r--r-- | regress/roff/de/infinite.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/de/infinite.out_lint | 7 | ||||
-rw-r--r-- | regress/roff/de/startde.in | 5 | ||||
-rw-r--r-- | regress/roff/de/startde.out_ascii | 2 |
21 files changed, 50 insertions, 50 deletions
diff --git a/regress/roff/de/Dd.in b/regress/roff/de/Dd.in index 4dcbdd2b..20b8e9f9 100644 --- a/regress/roff/de/Dd.in +++ b/regress/roff/de/Dd.in @@ -1,9 +1,10 @@ +.\" $OpenBSD$ .de At BSD .. -.Dd June 3, 2012 +.Dd $Mdocdate$ .Dt DE-DD 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-Dd .Nd interaction of the Dd macro with de requests diff --git a/regress/roff/de/Dd.out_ascii b/regress/roff/de/Dd.out_ascii index 1b04eea9..66b577a6 100644 --- a/regress/roff/de/Dd.out_ascii +++ b/regress/roff/de/Dd.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN AT&T UNIX -OpenBSD June 3, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/Makefile b/regress/roff/de/Makefile index 43bcf00f..0d024a23 100644 --- a/regress/roff/de/Makefile +++ b/regress/roff/de/Makefile @@ -31,10 +31,10 @@ ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt @${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt TH.mandoc_ascii_opt: TH.in - @${MANDOC} -Tascii -man ${.ALLSRC} > ${.TARGET} + @${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET} Dd.mandoc_ascii_opt: Dd.in - @${MANDOC} -Tascii -mdoc ${.ALLSRC} > ${.TARGET} + @${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET} ascii-clean-opt: @rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt diff --git a/regress/roff/de/TH.in b/regress/roff/de/TH.in index 50b6401f..5657b884 100644 --- a/regress/roff/de/TH.in +++ b/regress/roff/de/TH.in @@ -1,7 +1,8 @@ +.\" $OpenBSD: TH.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ .de BI .IB \\$1 \\$2 \\$3 .. -.TH DE-TH 1 "June 3, 2012" OpenBSD +.TH DE-TH 1 "June 3, 2012" .SH NAME de-TH - interaction of the TH macro with de requests .SH DESCRIPTION diff --git a/regress/roff/de/append.in b/regress/roff/de/append.in index 9e76f6d0..426b4e38 100644 --- a/regress/roff/de/append.in +++ b/regress/roff/de/append.in @@ -1,6 +1,7 @@ -.Dd June 18, 2017 +.\" $OpenBSD: append.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-APPEND 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-append .Nd append to macro definitions diff --git a/regress/roff/de/append.out_ascii b/regress/roff/de/append.out_ascii index 6230f3b2..9c584dbc 100644 --- a/regress/roff/de/append.out_ascii +++ b/regress/roff/de/append.out_ascii @@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN append to standard macro: [in brackets] end (appended words) -OpenBSD June 18, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/cond.in b/regress/roff/de/cond.in index 057ad3a0..7f215392 100644 --- a/regress/roff/de/cond.in +++ b/regress/roff/de/cond.in @@ -1,6 +1,7 @@ -.Dd January 7, 2015 +.\" $OpenBSD: cond.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-COND 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-cond .Nd conditional execution of a user-defined macro diff --git a/regress/roff/de/cond.out_ascii b/regress/roff/de/cond.out_ascii index 2f946407..fd3f49fb 100644 --- a/regress/roff/de/cond.out_ascii +++ b/regress/roff/de/cond.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN preceding text This is the text printed by the macro. following text -OpenBSD January 7, 2015 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/escname.in b/regress/roff/de/escname.in index da6d885f..8c346846 100644 --- a/regress/roff/de/escname.in +++ b/regress/roff/de/escname.in @@ -1,6 +1,7 @@ -.Dd June 29, 2014 +.\" $OpenBSD: escname.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-ESCNAME 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-escname .Nd escape sequences in macro names diff --git a/regress/roff/de/escname.out_ascii b/regress/roff/de/escname.out_ascii index 4f9a3a3d..367b5d0f 100644 --- a/regress/roff/de/escname.out_ascii +++ b/regress/roff/de/escname.out_ascii @@ -20,4 +20,4 @@ DDEESSCCRRIIPPTTIIOONN final text -OpenBSD June 29, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/escname.out_lint b/regress/roff/de/escname.out_lint index 3ad59e77..a3f9396f 100644 --- a/regress/roff/de/escname.out_lint +++ b/regress/roff/de/escname.out_lint @@ -1,11 +1,8 @@ -mandoc: escname.in:21:2: ERROR: escaped character not allowed in a name: first\e -mandoc: escname.in:31:19: ERROR: escaped character not allowed in a name: first\e -mandoc: escname.in:32:2: ERROR: skipping unknown macro: .first -mandoc: escname.in:34:2: ERROR: skipping unknown macro: .first\\second -mandoc: escname.in:37:5: ERROR: skipping excess arguments: .de ... excess arguments -mandoc: escname.in:40:1: ERROR: escaped character not allowed in a name: witharg\( -mandoc: escname.in:42:1: ERROR: escaped character not allowed in a name: de\e -mandoc: escname.in:42:2: WARNING: skipping empty request: de -mandoc: escname.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: escname.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: escname.in: BASE: RCS id missing: (OpenBSD) +mandoc: escname.in:22:2: ERROR: escaped character not allowed in a name: first\e +mandoc: escname.in:32:19: ERROR: escaped character not allowed in a name: first\e +mandoc: escname.in:33:2: ERROR: skipping unknown macro: .first +mandoc: escname.in:35:2: ERROR: skipping unknown macro: .first\\second +mandoc: escname.in:38:5: ERROR: skipping excess arguments: .de ... excess arguments +mandoc: escname.in:41:1: ERROR: escaped character not allowed in a name: witharg\( +mandoc: escname.in:43:1: ERROR: escaped character not allowed in a name: de\e +mandoc: escname.in:43:2: WARNING: skipping empty request: de diff --git a/regress/roff/de/factorial.in b/regress/roff/de/factorial.in index 8d83714b..48c2e9a8 100644 --- a/regress/roff/de/factorial.in +++ b/regress/roff/de/factorial.in @@ -1,6 +1,7 @@ -.Dd December 30, 2014 +.\" $OpenBSD: factorial.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt FACTORIAL 1 -.Os OpenBSD +.Os .Sh NAME .Nm factorial .Nd factorial sequence diff --git a/regress/roff/de/factorial.out_ascii b/regress/roff/de/factorial.out_ascii index cdc019ed..e5423555 100644 --- a/regress/roff/de/factorial.out_ascii +++ b/regress/roff/de/factorial.out_ascii @@ -15,4 +15,4 @@ DDEESSCCRRIIPPTTIIOONN 1! = 1 0! = 1 -OpenBSD December 30, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/indir.in b/regress/roff/de/indir.in index 13d10071..65b55e8b 100644 --- a/regress/roff/de/indir.in +++ b/regress/roff/de/indir.in @@ -1,6 +1,7 @@ -.Dd July 7, 2014 +.\" $OpenBSD: indir.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-INDIR 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-indir .Nd indirect macro definitions diff --git a/regress/roff/de/indir.out_ascii b/regress/roff/de/indir.out_ascii index 4cb592b1..71775d53 100644 --- a/regress/roff/de/indir.out_ascii +++ b/regress/roff/de/indir.out_ascii @@ -9,4 +9,4 @@ DDEESSCCRRIIPPTTIIOONN dei with undefined first argument: text3 dei without arguments: text4 -OpenBSD July 7, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/indir.out_lint b/regress/roff/de/indir.out_lint index 7f1c7f85..859b1104 100644 --- a/regress/roff/de/indir.out_lint +++ b/regress/roff/de/indir.out_lint @@ -1,7 +1,4 @@ -mandoc: indir.in:18:11: WARNING: undefined string, using "": myie -mandoc: indir.in:25:6: WARNING: undefined string, using "": myim -mandoc: indir.in:25:2: WARNING: skipping empty request: dei -mandoc: indir.in:29:2: WARNING: skipping empty request: dei -mandoc: indir.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: indir.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) -mandoc: indir.in: BASE: RCS id missing: (OpenBSD) +mandoc: indir.in:19:11: WARNING: undefined string, using "": myie +mandoc: indir.in:26:6: WARNING: undefined string, using "": myim +mandoc: indir.in:26:2: WARNING: skipping empty request: dei +mandoc: indir.in:30:2: WARNING: skipping empty request: dei diff --git a/regress/roff/de/infinite.in b/regress/roff/de/infinite.in index b6dac1f7..62f66965 100644 --- a/regress/roff/de/infinite.in +++ b/regress/roff/de/infinite.in @@ -1,6 +1,7 @@ -.Dd March 7, 2017 +.\" $OpenBSD: infinite.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-INFINITE 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-infinite .Nd inifinte recursion in a user-defined macro diff --git a/regress/roff/de/infinite.out_ascii b/regress/roff/de/infinite.out_ascii index 17070a20..452af775 100644 --- a/regress/roff/de/infinite.out_ascii +++ b/regress/roff/de/infinite.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN initial text [$1 $1] middle text final text -OpenBSD March 7, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/de/infinite.out_lint b/regress/roff/de/infinite.out_lint index a125e333..e7beb090 100644 --- a/regress/roff/de/infinite.out_lint +++ b/regress/roff/de/infinite.out_lint @@ -1,5 +1,2 @@ -mandoc: infinite.in:13:5: ERROR: input stack limit exceeded, infinite loop? -mandoc: infinite.in:19:5: ERROR: input stack limit exceeded, infinite loop? -mandoc: infinite.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: infinite.in:1:5: BASE: Mdocdate missing: Dd March (OpenBSD) -mandoc: infinite.in: BASE: RCS id missing: (OpenBSD) +mandoc: infinite.in:14:5: ERROR: input stack limit exceeded, infinite loop? +mandoc: infinite.in:20:5: ERROR: input stack limit exceeded, infinite loop? diff --git a/regress/roff/de/startde.in b/regress/roff/de/startde.in index ca9cfac1..f543239b 100644 --- a/regress/roff/de/startde.in +++ b/regress/roff/de/startde.in @@ -1,6 +1,7 @@ -.Dd December 30, 2014 +.\" $OpenBSD: startde.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt DE-STARTDE 1 -.Os OpenBSD +.Os .Sh NAME .Nm de-startde .Nd macro starting a macro definition, but not ending it diff --git a/regress/roff/de/startde.out_ascii b/regress/roff/de/startde.out_ascii index 05b58e8c..2f6a0819 100644 --- a/regress/roff/de/startde.out_ascii +++ b/regress/roff/de/startde.out_ascii @@ -12,4 +12,4 @@ DDEESSCCRRIIPPTTIIOONN call inner macro: inner macro called; end outer scope. returned from call of outer macro; end inner scope. returned from call of inner macro. -OpenBSD December 30, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD |