aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ic
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/Ic
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/Ic')
-rw-r--r--regress/mdoc/Ic/font.in5
-rw-r--r--regress/mdoc/Ic/font.out_ascii2
-rw-r--r--regress/mdoc/Ic/font.out_markdown2
-rw-r--r--regress/mdoc/Ic/noarg.in5
-rw-r--r--regress/mdoc/Ic/noarg.out_ascii2
-rw-r--r--regress/mdoc/Ic/noarg.out_lint7
-rw-r--r--regress/mdoc/Ic/noarg.out_markdown2
-rw-r--r--regress/mdoc/Ic/punct.in5
-rw-r--r--regress/mdoc/Ic/punct.out_ascii2
-rw-r--r--regress/mdoc/Ic/punct.out_markdown2
10 files changed, 17 insertions, 17 deletions
diff --git a/regress/mdoc/Ic/font.in b/regress/mdoc/Ic/font.in
index 26e80298..5a29207c 100644
--- a/regress/mdoc/Ic/font.in
+++ b/regress/mdoc/Ic/font.in
@@ -1,6 +1,7 @@
-.Dd July 9, 2012
+.\" $OpenBSD: font.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt IC-FONT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Ic-font
.Nd changing fonts inside the internal command macro
diff --git a/regress/mdoc/Ic/font.out_ascii b/regress/mdoc/Ic/font.out_ascii
index 6267aed3..ce6a6edb 100644
--- a/regress/mdoc/Ic/font.out_ascii
+++ b/regress/mdoc/Ic/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/Ic/font.out_markdown b/regress/mdoc/Ic/font.out_markdown
index d8e81013..617ad01c 100644
--- a/regress/mdoc/Ic/font.out_markdown
+++ b/regress/mdoc/Ic/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/Ic/noarg.in b/regress/mdoc/Ic/noarg.in
index 2c4bf670..c4001544 100644
--- a/regress/mdoc/Ic/noarg.in
+++ b/regress/mdoc/Ic/noarg.in
@@ -1,6 +1,7 @@
-.Dd June 9, 2017
+.\" $OpenBSD: noarg.in,v 1.4 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt IC-NOARG 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Ic-noarg
.Nd interactive command without an argument
diff --git a/regress/mdoc/Ic/noarg.out_ascii b/regress/mdoc/Ic/noarg.out_ascii
index 8899a951..6722ef56 100644
--- a/regress/mdoc/Ic/noarg.out_ascii
+++ b/regress/mdoc/Ic/noarg.out_ascii
@@ -6,4 +6,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
with command: llss.. no command: end of test document
-OpenBSD June 9, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Ic/noarg.out_lint b/regress/mdoc/Ic/noarg.out_lint
index 8541b7df..5f51ea69 100644
--- a/regress/mdoc/Ic/noarg.out_lint
+++ b/regress/mdoc/Ic/noarg.out_lint
@@ -1,5 +1,2 @@
-mandoc: noarg.in:11:2: WARNING: skipping empty macro: Ic
-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:9:7: STYLE: no blank before trailing delimiter: Ic ls.
-mandoc: noarg.in: BASE: RCS id missing: (OpenBSD)
+mandoc: noarg.in:12:2: WARNING: skipping empty macro: Ic
+mandoc: noarg.in:10:7: STYLE: no blank before trailing delimiter: Ic ls.
diff --git a/regress/mdoc/Ic/noarg.out_markdown b/regress/mdoc/Ic/noarg.out_markdown
index 38162de3..6fd54275 100644
--- a/regress/mdoc/Ic/noarg.out_markdown
+++ b/regress/mdoc/Ic/noarg.out_markdown
@@ -11,4 +11,4 @@ with command:
no command:
end of test document
-OpenBSD - June 9, 2017
+OpenBSD - July 4, 2017
diff --git a/regress/mdoc/Ic/punct.in b/regress/mdoc/Ic/punct.in
index a62058b6..12af06f4 100644
--- a/regress/mdoc/Ic/punct.in
+++ b/regress/mdoc/Ic/punct.in
@@ -1,6 +1,7 @@
-.Dd August 21, 2014
+.\" $OpenBSD: punct.in,v 1.2 2017/07/04 14:53:25 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt Ic-PUNCT 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm Ic-punct
.Nd punctuation handling by the Ic macro
diff --git a/regress/mdoc/Ic/punct.out_ascii b/regress/mdoc/Ic/punct.out_ascii
index 4c370483..ff10d846 100644
--- a/regress/mdoc/Ic/punct.out_ascii
+++ b/regress/mdoc/Ic/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/Ic/punct.out_markdown b/regress/mdoc/Ic/punct.out_markdown
index 7fd2742f..2f2e786e 100644
--- a/regress/mdoc/Ic/punct.out_markdown
+++ b/regress/mdoc/Ic/punct.out_markdown
@@ -42,4 +42,4 @@ op bracket
quoted punctuation:
**a** (**b** | **c**) **d**, *italic*.
-OpenBSD - August 21, 2014
+OpenBSD - July 4, 2017