diff options
Diffstat (limited to 'regress/roff/ig')
-rw-r--r-- | regress/roff/ig/basic.in | 5 | ||||
-rw-r--r-- | regress/roff/ig/basic.out_ascii | 2 | ||||
-rw-r--r-- | regress/roff/ig/basic.out_lint | 9 |
3 files changed, 7 insertions, 9 deletions
diff --git a/regress/roff/ig/basic.in b/regress/roff/ig/basic.in index 7e898832..086449e5 100644 --- a/regress/roff/ig/basic.in +++ b/regress/roff/ig/basic.in @@ -1,6 +1,7 @@ -.Dd July 7, 2014 +.\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate$ .Dt IG-BASIC 1 -.Os OpenBSD +.Os .Sh NAME .Nm ig-basic .Nd ignored blocks diff --git a/regress/roff/ig/basic.out_ascii b/regress/roff/ig/basic.out_ascii index d100617a..c7e803bf 100644 --- a/regress/roff/ig/basic.out_ascii +++ b/regress/roff/ig/basic.out_ascii @@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN Here is a stray .. block ending, and then an .ig staying open until the end of the file: -OpenBSD July 7, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/roff/ig/basic.out_lint b/regress/roff/ig/basic.out_lint index 4c07ea8d..2d733a4d 100644 --- a/regress/roff/ig/basic.out_lint +++ b/regress/roff/ig/basic.out_lint @@ -1,6 +1,3 @@ -mandoc: basic.in:19:5: ERROR: skipping excess arguments: .ig ... excess -mandoc: basic.in:24:2: ERROR: skipping end of block that is not open: .. -mandoc: basic.in:26:2: ERROR: appending missing end of block: ig -mandoc: basic.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) -mandoc: basic.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) -mandoc: basic.in: BASE: RCS id missing: (OpenBSD) +mandoc: basic.in:20:5: ERROR: skipping excess arguments: .ig ... excess +mandoc: basic.in:25:2: ERROR: skipping end of block that is not open: .. +mandoc: basic.in:27:2: ERROR: appending missing end of block: ig |