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/cond | |
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/cond')
-rw-r--r-- | regress/roff/cond/before-Dd.in | 5 | ||||
-rw-r--r-- | regress/roff/cond/before-Dd.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/cond/close.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/close.out_lint | 5 | ||||
-rw-r--r-- | regress/roff/cond/ie.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/if.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/if.out_lint | 5 | ||||
-rw-r--r-- | regress/roff/cond/numeric.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/register.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/strcmp.in | 3 | ||||
-rw-r--r-- | regress/roff/cond/string.in | 3 |
11 files changed, 22 insertions, 16 deletions
diff --git a/regress/roff/cond/before-Dd.in b/regress/roff/cond/before-Dd.in index 6701403b..c3cde469 100644 --- a/regress/roff/cond/before-Dd.in +++ b/regress/roff/cond/before-Dd.in @@ -1,8 +1,9 @@ +.\" $OpenBSD: before-Dd.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $ .if n \{.ds mystring mytext .\} -.Dd May 27, 2012 +.Dd $Mdocdate$ .Dt IF-BEFORE-DD 1 -.Os OpenBSD +.Os .Sh NAME .Nm if-before-Dd .Nd end of if block on its own line before Dd diff --git a/regress/roff/cond/before-Dd.out_ascii b/regress/roff/cond/before-Dd.out_ascii index 373e920f..de6410e1 100644 --- a/regress/roff/cond/before-Dd.out_ascii +++ b/regress/roff/cond/before-Dd.out_ascii @@ -14,4 +14,4 @@ DDEESSCCRRIIPPTTIIOONN mytext -OpenBSD May 27, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/cond/close.in b/regress/roff/cond/close.in index 7fa91423..6bdf3781 100644 --- a/regress/roff/cond/close.in +++ b/regress/roff/cond/close.in @@ -1,4 +1,5 @@ -.TH COND-CLOSE 1 2013-06-27 OpenBSD +.\" $OpenBSD: close.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $ +.TH COND-CLOSE 1 2013-06-27 .SH NAME cond-close \- closing conditional macros .SH DESCRIPTION diff --git a/regress/roff/cond/close.out_lint b/regress/roff/cond/close.out_lint index a0954774..4387b057 100644 --- a/regress/roff/cond/close.out_lint +++ b/regress/roff/cond/close.out_lint @@ -1,3 +1,2 @@ -mandoc: close.in:14:2: ERROR: appending missing end of block: if -mandoc: close.in:14:9: WARNING: skipping paragraph macro: sp after PP -mandoc: close.in: BASE: RCS id missing: (OpenBSD) +mandoc: close.in:15:2: ERROR: appending missing end of block: if +mandoc: close.in:15:9: WARNING: skipping paragraph macro: sp after PP diff --git a/regress/roff/cond/ie.in b/regress/roff/cond/ie.in index f9ab8bc0..bb76765d 100644 --- a/regress/roff/cond/ie.in +++ b/regress/roff/cond/ie.in @@ -1,4 +1,5 @@ -.TH IE 1 "December 16, 2014" OpenBSD +.\" $OpenBSD: ie.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $ +.TH IE 1 "December 16, 2014" .SH NAME if \- the roff conditional instruction with else-clause .SH DESCRIPTION diff --git a/regress/roff/cond/if.in b/regress/roff/cond/if.in index f243fbdf..3df3be78 100644 --- a/regress/roff/cond/if.in +++ b/regress/roff/cond/if.in @@ -1,4 +1,5 @@ -.TH IF 1 "June 27, 2015" OpenBSD +.\" $OpenBSD: if.in,v 1.8 2017/07/04 14:53:26 schwarze Exp $ +.TH IF 1 "June 27, 2015" .SH NAME if \- the roff conditional instruction .SH DESCRIPTION diff --git a/regress/roff/cond/if.out_lint b/regress/roff/cond/if.out_lint index e0934187..5fb37795 100644 --- a/regress/roff/cond/if.out_lint +++ b/regress/roff/cond/if.out_lint @@ -1,3 +1,2 @@ -mandoc: if.in:14:2: WARNING: conditional request controls empty scope: if -mandoc: if.in:16:2: WARNING: conditional request controls empty scope: if -mandoc: if.in: BASE: RCS id missing: (OpenBSD) +mandoc: if.in:15:2: WARNING: conditional request controls empty scope: if +mandoc: if.in:17:2: WARNING: conditional request controls empty scope: if diff --git a/regress/roff/cond/numeric.in b/regress/roff/cond/numeric.in index e96f3087..d29660b9 100644 --- a/regress/roff/cond/numeric.in +++ b/regress/roff/cond/numeric.in @@ -1,4 +1,5 @@ -.TH COND-NUMERIC 1 "December 16, 2014" OpenBSD +.\" $OpenBSD: numeric.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $ +.TH COND-NUMERIC 1 "December 16, 2014" .SH NAME cond-numeric \- roff conditions involving numbers .SH DESCRIPTION diff --git a/regress/roff/cond/register.in b/regress/roff/cond/register.in index d8c9629b..44c53a84 100644 --- a/regress/roff/cond/register.in +++ b/regress/roff/cond/register.in @@ -1,4 +1,5 @@ -.TH REGISTER 1 "May 31, 2015" OpenBSD +.\" $OpenBSD: register.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $ +.TH REGISTER 1 "May 31, 2015" .SH NAME register \- conditional testing whether a register is defined .SH DESCRIPTION diff --git a/regress/roff/cond/strcmp.in b/regress/roff/cond/strcmp.in index eabe80ff..4888cfa3 100644 --- a/regress/roff/cond/strcmp.in +++ b/regress/roff/cond/strcmp.in @@ -1,4 +1,5 @@ -.TH COND-STRCMP 1 "March 8, 2014" OpenBSD +.\" $OpenBSD: strcmp.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $ +.TH COND-STRCMP 1 "March 8, 2014" .SH NAME cond-strcmp \- roff conditions involving string comparison .SH DESCRIPTION diff --git a/regress/roff/cond/string.in b/regress/roff/cond/string.in index 4f27a492..b3bf14b4 100644 --- a/regress/roff/cond/string.in +++ b/regress/roff/cond/string.in @@ -1,4 +1,5 @@ -.TH STRING 1 "June 14, 2017" OpenBSD +.\" $OpenBSD: string.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $ +.TH STRING 1 "June 14, 2017" .SH NAME string \- conditional testing whether a string is defined .SH DESCRIPTION |