aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Cm
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/Cm
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/Cm')
-rw-r--r--regress/mdoc/Cm/basic.in5
-rw-r--r--regress/mdoc/Cm/basic.out_ascii2
-rw-r--r--regress/mdoc/Cm/basic.out_markdown2
-rw-r--r--regress/mdoc/Cm/font.in5
-rw-r--r--regress/mdoc/Cm/font.out_ascii2
-rw-r--r--regress/mdoc/Cm/font.out_markdown2
-rw-r--r--regress/mdoc/Cm/noarg.in5
-rw-r--r--regress/mdoc/Cm/noarg.out_ascii2
-rw-r--r--regress/mdoc/Cm/noarg.out_lint9
-rw-r--r--regress/mdoc/Cm/noarg.out_markdown2
-rw-r--r--regress/mdoc/Cm/punct.in5
-rw-r--r--regress/mdoc/Cm/punct.out_ascii2
-rw-r--r--regress/mdoc/Cm/punct.out_markdown2
13 files changed, 23 insertions, 22 deletions
diff --git a/regress/mdoc/Cm/basic.in b/regress/mdoc/Cm/basic.in
index 2fba179c..a891ff55 100644
--- a/regress/mdoc/Cm/basic.in
+++ b/regress/mdoc/Cm/basic.in
@@ -1,6 +1,7 @@
-.Dd July 6, 2012
+.\" $OpenBSD: basic.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt CM-BASIC 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Cm-basic
.Nd basic usage of the Cm macro
diff --git a/regress/mdoc/Cm/basic.out_ascii b/regress/mdoc/Cm/basic.out_ascii
index 98899c00..eef45c10 100644
--- a/regress/mdoc/Cm/basic.out_ascii
+++ b/regress/mdoc/Cm/basic.out_ascii
@@ -8,4 +8,4 @@ DDEESSCCRRIIPPTTIIOONN
middle of line: ppss --oo ppiidd,ccoommmmaanndd
-OpenBSD July 6, 2012 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Cm/basic.out_markdown b/regress/mdoc/Cm/basic.out_markdown
index 0822c26a..4c88ee9d 100644
--- a/regress/mdoc/Cm/basic.out_markdown
+++ b/regress/mdoc/Cm/basic.out_markdown
@@ -12,4 +12,4 @@ end of line:
middle of line:
**ps** **-o** **pid**,**command**
-OpenBSD - July 6, 2012
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Cm/font.in b/regress/mdoc/Cm/font.in
index db58f6dd..7a6c5c15 100644
--- a/regress/mdoc/Cm/font.in
+++ b/regress/mdoc/Cm/font.in
@@ -1,6 +1,7 @@
-.Dd July 9, 2012
+.\" $OpenBSD: font.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt CM-FONT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Cm-font
.Nd changing fonts inside the command modifier macro
diff --git a/regress/mdoc/Cm/font.out_ascii b/regress/mdoc/Cm/font.out_ascii
index ae48e4b1..0ac3d99d 100644
--- a/regress/mdoc/Cm/font.out_ascii
+++ b/regress/mdoc/Cm/font.out_ascii
@@ -6,4 +6,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
normal text bboolldd_e_m_p_h_a_s_i_sbbaacckk trailing text
-OpenBSD July 9, 2012 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Cm/font.out_markdown b/regress/mdoc/Cm/font.out_markdown
index 2f58f0c0..b9131ce3 100644
--- a/regress/mdoc/Cm/font.out_markdown
+++ b/regress/mdoc/Cm/font.out_markdown
@@ -10,4 +10,4 @@ normal text
**bold*emphasis*back**
trailing text
-OpenBSD - July 9, 2012
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Cm/noarg.in b/regress/mdoc/Cm/noarg.in
index 8347997b..64bc5e09 100644
--- a/regress/mdoc/Cm/noarg.in
+++ b/regress/mdoc/Cm/noarg.in
@@ -1,6 +1,7 @@
-.Dd June 9, 2017
+.\" $OpenBSD: noarg.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt CM-NOARG 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Cm-noarg
.Nd command modifier macro without arguments
diff --git a/regress/mdoc/Cm/noarg.out_ascii b/regress/mdoc/Cm/noarg.out_ascii
index 2b6dea57..b8530057 100644
--- a/regress/mdoc/Cm/noarg.out_ascii
+++ b/regress/mdoc/Cm/noarg.out_ascii
@@ -8,4 +8,4 @@ DDEESSCCRRIIPPTTIIOONN
middle of line: ppss --xx --oo ccoommmmaanndd..
-OpenBSD June 9, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Cm/noarg.out_lint b/regress/mdoc/Cm/noarg.out_lint
index 486fbdfa..fbe2d230 100644
--- a/regress/mdoc/Cm/noarg.out_lint
+++ b/regress/mdoc/Cm/noarg.out_lint
@@ -1,6 +1,3 @@
-mandoc: noarg.in:9:23: WARNING: skipping empty macro: Cm
-mandoc: noarg.in:12:13: WARNING: skipping empty macro: Cm
-mandoc: noarg.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
-mandoc: noarg.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD)
-mandoc: noarg.in:12:31: STYLE: no blank before trailing delimiter: Cm command.
-mandoc: noarg.in: BASE: RCS id missing: (OpenBSD)
+mandoc: noarg.in:10:23: WARNING: skipping empty macro: Cm
+mandoc: noarg.in:13:13: WARNING: skipping empty macro: Cm
+mandoc: noarg.in:13:31: STYLE: no blank before trailing delimiter: Cm command.
diff --git a/regress/mdoc/Cm/noarg.out_markdown b/regress/mdoc/Cm/noarg.out_markdown
index 05ceb960..d1636183 100644
--- a/regress/mdoc/Cm/noarg.out_markdown
+++ b/regress/mdoc/Cm/noarg.out_markdown
@@ -12,4 +12,4 @@ end of line:
middle of line:
**ps** **-x** **-o** **command.**
-OpenBSD - June 9, 2017
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Cm/punct.in b/regress/mdoc/Cm/punct.in
index 432e470c..4c372a3b 100644
--- a/regress/mdoc/Cm/punct.in
+++ b/regress/mdoc/Cm/punct.in
@@ -1,6 +1,7 @@
-.Dd August 21, 2014
+.\" $OpenBSD: punct.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt Cm-PUNCT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Cm-punct
.Nd punctuation handling by the Cm macro
diff --git a/regress/mdoc/Cm/punct.out_ascii b/regress/mdoc/Cm/punct.out_ascii
index 7ac1fe76..f3cf5bdb 100644
--- a/regress/mdoc/Cm/punct.out_ascii
+++ b/regress/mdoc/Cm/punct.out_ascii
@@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN
quoted punctuation: aa (bb | cc) dd. _i_t_a_l_i_c.
-OpenBSD August 21, 2014 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Cm/punct.out_markdown b/regress/mdoc/Cm/punct.out_markdown
index c924228c..0e9b5d18 100644
--- a/regress/mdoc/Cm/punct.out_markdown
+++ b/regress/mdoc/Cm/punct.out_markdown
@@ -42,4 +42,4 @@ op bracket
quoted punctuation:
**a** (**b** | **c**) **d**. *italic*.
-OpenBSD - August 21, 2014
+OpenBSD - July 4, 2017