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/Lb | |
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/Lb')
-rw-r--r-- | regress/mdoc/Lb/badargs.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Lb/badargs.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Lb/badargs.out_lint | 13 | ||||
-rw-r--r-- | regress/mdoc/Lb/badargs.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Lb/break.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Lb/break.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Lb/break.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Lb/eos.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Lb/eos.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Lb/eos.out_markdown | 2 |
10 files changed, 20 insertions, 20 deletions
diff --git a/regress/mdoc/Lb/badargs.in b/regress/mdoc/Lb/badargs.in index 558eef2f..255da1ce 100644 --- a/regress/mdoc/Lb/badargs.in +++ b/regress/mdoc/Lb/badargs.in @@ -1,6 +1,7 @@ -.Dd June 9, 2017 +.\" $OpenBSD: badargs.in,v 1.5 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt LB-BADARGS 3 -.Os OpenBSD +.Os .Sh NAME .Nm Lb-badargs .Nd bad arguments to the library macro diff --git a/regress/mdoc/Lb/badargs.out_ascii b/regress/mdoc/Lb/badargs.out_ascii index db55ffd1..e182e45c 100644 --- a/regress/mdoc/Lb/badargs.out_ascii +++ b/regress/mdoc/Lb/badargs.out_ascii @@ -7,4 +7,4 @@ LLIIBBRRAARRYY library "murks." library "mylib" another. -OpenBSD June 9, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Lb/badargs.out_lint b/regress/mdoc/Lb/badargs.out_lint index cb7639ef..bb56945a 100644 --- a/regress/mdoc/Lb/badargs.out_lint +++ b/regress/mdoc/Lb/badargs.out_lint @@ -1,8 +1,5 @@ -mandoc: badargs.in:9:2: WARNING: skipping empty macro: Lb -mandoc: badargs.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: badargs.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: badargs.in:8:10: STYLE: no blank before trailing delimiter: Lb murks. -mandoc: badargs.in:8:5: WARNING: unknown library name: Lb murks. -mandoc: badargs.in:10:18: STYLE: no blank before trailing delimiter: Lb ... another. -mandoc: badargs.in:10:5: WARNING: unknown library name: Lb mylib -mandoc: badargs.in: BASE: RCS id missing: (OpenBSD) +mandoc: badargs.in:10:2: WARNING: skipping empty macro: Lb +mandoc: badargs.in:9:10: STYLE: no blank before trailing delimiter: Lb murks. +mandoc: badargs.in:9:5: WARNING: unknown library name: Lb murks. +mandoc: badargs.in:11:18: STYLE: no blank before trailing delimiter: Lb ... another. +mandoc: badargs.in:11:5: WARNING: unknown library name: Lb mylib diff --git a/regress/mdoc/Lb/badargs.out_markdown b/regress/mdoc/Lb/badargs.out_markdown index 9eebe89e..55e31bb1 100644 --- a/regress/mdoc/Lb/badargs.out_markdown +++ b/regress/mdoc/Lb/badargs.out_markdown @@ -9,4 +9,4 @@ LB-BADARGS(3) - Library Functions Manual library “murks.” library “mylib” another. -OpenBSD - June 9, 2017 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Lb/break.in b/regress/mdoc/Lb/break.in index a6c3d1bf..22337477 100644 --- a/regress/mdoc/Lb/break.in +++ b/regress/mdoc/Lb/break.in @@ -1,6 +1,7 @@ -.Dd June 30, 2010 +.\" $OpenBSD: break.in,v 1.4 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt LB-BREAK 3 -.Os OpenBSD +.Os .Sh NAME .Nm Lb-break .Nd output line breaks after the library macro diff --git a/regress/mdoc/Lb/break.out_ascii b/regress/mdoc/Lb/break.out_ascii index a6f0eebf..35103da8 100644 --- a/regress/mdoc/Lb/break.out_ascii +++ b/regress/mdoc/Lb/break.out_ascii @@ -10,4 +10,4 @@ LLIIBBRRAARRYY DDEESSCCRRIIPPTTIIOONN library "mylib" text -OpenBSD June 30, 2010 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Lb/break.out_markdown b/regress/mdoc/Lb/break.out_markdown index 0eacb25f..316516a6 100644 --- a/regress/mdoc/Lb/break.out_markdown +++ b/regress/mdoc/Lb/break.out_markdown @@ -14,4 +14,4 @@ text library “mylib” text -OpenBSD - June 30, 2010 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Lb/eos.in b/regress/mdoc/Lb/eos.in index f48e71a2..50946b47 100644 --- a/regress/mdoc/Lb/eos.in +++ b/regress/mdoc/Lb/eos.in @@ -1,6 +1,7 @@ -.Dd November 17, 2012 +.\" $OpenBSD: eos.in,v 1.3 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt LB-EOS 1 -.Os OpenBSD +.Os .Sh NAME .Nm Lb-eos .Nd end of sentence handling after the library macro diff --git a/regress/mdoc/Lb/eos.out_ascii b/regress/mdoc/Lb/eos.out_ascii index 0db13295..5c57a6c2 100644 --- a/regress/mdoc/Lb/eos.out_ascii +++ b/regress/mdoc/Lb/eos.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN Let's use the library "mylib". And some other libraries. -OpenBSD November 17, 2012 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Lb/eos.out_markdown b/regress/mdoc/Lb/eos.out_markdown index 6ee5b086..c9a049dc 100644 --- a/regress/mdoc/Lb/eos.out_markdown +++ b/regress/mdoc/Lb/eos.out_markdown @@ -10,4 +10,4 @@ Let's use the library “mylib”. And some other libraries. -OpenBSD - November 17, 2012 +OpenBSD - July 4, 2017 |