diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:52:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:52:52 +0000 |
commit | f99bada95dbbf671847e5df741a7f42b73a169ca (patch) | |
tree | 740dc909f37be28094bca62ddaa4c624eb5414a7 /regress/roff/ig | |
parent | e3dd9df97d2c59b34f1795394aee58997877e797 (diff) | |
download | mandoc-f99bada95dbbf671847e5df741a7f42b73a169ca.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/roff/ig')
-rw-r--r-- | regress/roff/ig/basic.out_lint | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/roff/ig/basic.out_lint b/regress/roff/ig/basic.out_lint index fad0e38f..4c07ea8d 100644 --- a/regress/roff/ig/basic.out_lint +++ b/regress/roff/ig/basic.out_lint @@ -1,5 +1,6 @@ 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:1:5: STYLE: Mdocdate missing: Dd July -mandoc: basic.in: STYLE: RCS id missing +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) |