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/Ns | |
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/Ns')
-rw-r--r-- | regress/mdoc/Ns/position.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ns/position.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ns/position.out_lint | 7 | ||||
-rw-r--r-- | regress/mdoc/Ns/position.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Ns/punct.in | 5 | ||||
-rw-r--r-- | regress/mdoc/Ns/punct.out_ascii | 2 | ||||
-rw-r--r-- | regress/mdoc/Ns/punct.out_markdown | 2 |
7 files changed, 12 insertions, 13 deletions
diff --git a/regress/mdoc/Ns/position.in b/regress/mdoc/Ns/position.in index 56fc5de6..655d908b 100644 --- a/regress/mdoc/Ns/position.in +++ b/regress/mdoc/Ns/position.in @@ -1,6 +1,7 @@ -.Dd June 27, 2017 +.\" $OpenBSD: position.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt NS-POSITION 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ns-position .Nd effect of the position of the no space macro on the line diff --git a/regress/mdoc/Ns/position.out_ascii b/regress/mdoc/Ns/position.out_ascii index 26de0562..fd56211d 100644 --- a/regress/mdoc/Ns/position.out_ascii +++ b/regress/mdoc/Ns/position.out_ascii @@ -20,4 +20,4 @@ DDEESSCCRRIIPPTTIIOONN At the end of partial implicit: [before][after] -OpenBSD June 27, 2017 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Ns/position.out_lint b/regress/mdoc/Ns/position.out_lint index aa1f3275..16f4cdd8 100644 --- a/regress/mdoc/Ns/position.out_lint +++ b/regress/mdoc/Ns/position.out_lint @@ -1,5 +1,2 @@ -mandoc: position.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: position.in:1:5: BASE: Mdocdate missing: Dd June (OpenBSD) -mandoc: position.in:10:2: WARNING: skipping no-space macro -mandoc: position.in:27:15: WARNING: skipping no-space macro -mandoc: position.in: BASE: RCS id missing: (OpenBSD) +mandoc: position.in:11:2: WARNING: skipping no-space macro +mandoc: position.in:28:15: WARNING: skipping no-space macro diff --git a/regress/mdoc/Ns/position.out_markdown b/regress/mdoc/Ns/position.out_markdown index 8b6c509c..6c906883 100644 --- a/regress/mdoc/Ns/position.out_markdown +++ b/regress/mdoc/Ns/position.out_markdown @@ -32,4 +32,4 @@ At the end of a macro line: At the end of partial implicit: \[before]\[after] -OpenBSD - June 27, 2017 +OpenBSD - July 4, 2017 diff --git a/regress/mdoc/Ns/punct.in b/regress/mdoc/Ns/punct.in index 20cfe5cc..082dc7e6 100644 --- a/regress/mdoc/Ns/punct.in +++ b/regress/mdoc/Ns/punct.in @@ -1,6 +1,7 @@ -.Dd October 1, 2010 +.\" $OpenBSD: punct.in,v 1.4 2017/07/04 14:53:25 schwarze Exp $ +.Dd $Mdocdate$ .Dt NS-PUNCT 1 -.Os OpenBSD +.Os .Sh NAME .Nm Ns-punct .Nd punctuation after the no space macro diff --git a/regress/mdoc/Ns/punct.out_ascii b/regress/mdoc/Ns/punct.out_ascii index 2afbf866..ac761de5 100644 --- a/regress/mdoc/Ns/punct.out_ascii +++ b/regress/mdoc/Ns/punct.out_ascii @@ -7,4 +7,4 @@ DDEESSCCRRIIPPTTIIOONN Normal words: nons no Opening punctuation: no(ns no Closing punctuation: nons) no -OpenBSD October 1, 2010 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/mdoc/Ns/punct.out_markdown b/regress/mdoc/Ns/punct.out_markdown index 92a02c26..d67acfb8 100644 --- a/regress/mdoc/Ns/punct.out_markdown +++ b/regress/mdoc/Ns/punct.out_markdown @@ -13,4 +13,4 @@ no(ns no Closing punctuation: nons) no -OpenBSD - October 1, 2010 +OpenBSD - July 4, 2017 |