aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Lb
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
commit59c9d1f4aa4c809091049f979c1bbc2479716399 (patch)
treefd3b27a49a34e228d186449fec87b424c1564988 /regress/mdoc/Lb
parent423ba251975a0c4f170f9e93bb7237b898b67fef (diff)
downloadmandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.gz
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.zst
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.zip
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.in5
-rw-r--r--regress/mdoc/Lb/badargs.out_ascii2
-rw-r--r--regress/mdoc/Lb/badargs.out_lint13
-rw-r--r--regress/mdoc/Lb/badargs.out_markdown2
-rw-r--r--regress/mdoc/Lb/break.in5
-rw-r--r--regress/mdoc/Lb/break.out_ascii2
-rw-r--r--regress/mdoc/Lb/break.out_markdown2
-rw-r--r--regress/mdoc/Lb/eos.in5
-rw-r--r--regress/mdoc/Lb/eos.out_ascii2
-rw-r--r--regress/mdoc/Lb/eos.out_markdown2
10 files changed, 20 insertions, 20 deletions
diff --git a/regress/mdoc/Lb/badargs.in b/regress/mdoc/Lb/badargs.in
index 558eef2f..c8465039 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: July 4 2017 $
.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 &#8220;murks.&#8221;
library &#8220;mylib&#8221; 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..4f88698c 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: July 4 2017 $
.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 &#8220;mylib&#8221;
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..be6d6500 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: July 4 2017 $
.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 &#8220;mylib&#8221;.
And some other libraries.
-OpenBSD - November 17, 2012
+OpenBSD - July 4, 2017