source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: cope with changes in BASE messages
@ 2017-06-25 12:54 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-06-25 12:54 UTC (permalink / raw)
  To: source

Log Message:
-----------
cope with changes in BASE messages

Modified Files:
--------------
    mandoc/regress/roff/it:
        badarg.out_lint
    mandoc/regress/roff/nr:
        divzero.out_lint
        escname.out_lint
    mandoc/regress/roff/sp:
        badargs-man.out_lint
    mandoc/regress/roff/string:
        name.out_lint
        std.out_lint
    mandoc/regress/roff/tr:
        args.out_lint
    mandoc/regress/tbl/data:
        block_unclosed.out_lint
        empty.out_lint
    mandoc/regress/tbl/layout:
        complex.out_lint
        empty.out_lint
    mandoc/regress/tbl/macro:
        man.out_lint
        nested.out_lint
    mandoc/regress/tbl/mod:
        badfont.out_lint
        font.out_lint
    mandoc/regress/tbl/opt:
        invalid.out_lint

Revision Data
-------------
Index: block_unclosed.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/data/block_unclosed.out_lint,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/tbl/data/block_unclosed.out_lint -Lregress/tbl/data/block_unclosed.out_lint -u -p -r1.3 -r1.4
--- regress/tbl/data/block_unclosed.out_lint
+++ regress/tbl/data/block_unclosed.out_lint
@@ -1,3 +1,3 @@
 mandoc: block_unclosed.in:6:2: ERROR: data block open at end of tbl: TE
 mandoc: block_unclosed.in:29:2: ERROR: data block open at end of tbl: T&
-mandoc: block_unclosed.in: STYLE: RCS id missing
+mandoc: block_unclosed.in: BASE: RCS id missing: (OpenBSD)
Index: empty.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/data/empty.out_lint,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/tbl/data/empty.out_lint -Lregress/tbl/data/empty.out_lint -u -p -r1.3 -r1.4
--- regress/tbl/data/empty.out_lint
+++ regress/tbl/data/empty.out_lint
@@ -1,2 +1,2 @@
 mandoc: empty.in:6:2: ERROR: tbl without any data cells
-mandoc: empty.in: STYLE: RCS id missing
+mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
Index: badarg.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/it/badarg.out_lint,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lregress/roff/it/badarg.out_lint -Lregress/roff/it/badarg.out_lint -u -p -r1.4 -r1.5
--- regress/roff/it/badarg.out_lint
+++ regress/roff/it/badarg.out_lint
@@ -1,4 +1,5 @@
 mandoc: badarg.in:12:2: ERROR: skipping request without numeric argument: it mytrap
 mandoc: badarg.in:15:2: ERROR: skipping request without numeric argument: it
-mandoc: badarg.in:1:5: STYLE: Mdocdate missing: Dd July
-mandoc: badarg.in: STYLE: RCS id missing
+mandoc: badarg.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: badarg.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
+mandoc: badarg.in: BASE: RCS id missing: (OpenBSD)
Index: args.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/tr/args.out_lint,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/roff/tr/args.out_lint -Lregress/roff/tr/args.out_lint -u -p -r1.3 -r1.4
--- regress/roff/tr/args.out_lint
+++ regress/roff/tr/args.out_lint
@@ -1,4 +1,4 @@
 mandoc: args.in:6:2: WARNING: skipping empty request: tr
 mandoc: args.in:8:5: WARNING: odd number of characters in request: tr x
 mandoc: args.in:14:7: WARNING: odd number of characters in request: tr z
-mandoc: args.in: STYLE: RCS id missing
+mandoc: args.in: BASE: RCS id missing: (OpenBSD)
Index: escname.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/nr/escname.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/roff/nr/escname.out_lint -Lregress/roff/nr/escname.out_lint -u -p -r1.2 -r1.3
--- regress/roff/nr/escname.out_lint
+++ regress/roff/nr/escname.out_lint
@@ -2,4 +2,4 @@ mandoc: escname.in:8:5: ERROR: escaped c
 mandoc: escname.in:11:5: ERROR: escaped character not allowed in a name: first\e
 mandoc: escname.in:17:13: WARNING: invalid escape sequence: \n[second
 mandoc: escname.in:17:12: WARNING: whitespace at end of input line
-mandoc: escname.in: STYLE: RCS id missing
+mandoc: escname.in: BASE: RCS id missing: (OpenBSD)
Index: divzero.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/nr/divzero.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/roff/nr/divzero.out_lint -Lregress/roff/nr/divzero.out_lint -u -p -r1.2 -r1.3
--- regress/roff/nr/divzero.out_lint
+++ regress/roff/nr/divzero.out_lint
@@ -1,3 +1,3 @@
 mandoc: divzero.in:6:4: ERROR: divide by zero: 1/0
 mandoc: divzero.in:7:4: ERROR: divide by zero: 1%0
-mandoc: divzero.in: STYLE: RCS id missing
+mandoc: divzero.in: BASE: RCS id missing: (OpenBSD)
Index: badargs-man.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/sp/badargs-man.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/roff/sp/badargs-man.out_lint -Lregress/roff/sp/badargs-man.out_lint -u -p -r1.2 -r1.3
--- regress/roff/sp/badargs-man.out_lint
+++ regress/roff/sp/badargs-man.out_lint
@@ -1,2 +1,2 @@
 mandoc: badargs-man.in:10:8: ERROR: skipping excess arguments: sp ... 2i
-mandoc: badargs-man.in: STYLE: RCS id missing
+mandoc: badargs-man.in: BASE: RCS id missing: (OpenBSD)
Index: man.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/macro/man.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/macro/man.out_lint -Lregress/tbl/macro/man.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/macro/man.out_lint
+++ regress/tbl/macro/man.out_lint
@@ -1,3 +1,3 @@
 mandoc: man.in:9:5: ERROR: ignoring extra tbl data cells: stray
 mandoc: man.in:12:2: UNSUPP: ignoring macro in table: SM d
-mandoc: man.in: STYLE: RCS id missing
+mandoc: man.in: BASE: RCS id missing: (OpenBSD)
Index: nested.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/macro/nested.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/macro/nested.out_lint -Lregress/tbl/macro/nested.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/macro/nested.out_lint
+++ regress/tbl/macro/nested.out_lint
@@ -1,2 +1,2 @@
 mandoc: nested.in:12:4: UNSUPP: ignoring macro in table: TS
-mandoc: nested.in: STYLE: RCS id missing
+mandoc: nested.in: BASE: RCS id missing: (OpenBSD)
Index: std.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/string/std.out_lint,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lregress/roff/string/std.out_lint -Lregress/roff/string/std.out_lint -u -p -r1.1 -r1.2
--- regress/roff/string/std.out_lint
+++ regress/roff/string/std.out_lint
@@ -1,3 +1,3 @@
 mandoc: std.in:6:4: WARNING: undefined string, using "": DT
 mandoc: std.in:10:4: WARNING: undefined string, using "": myname
-mandoc: std.in: STYLE: RCS id missing
+mandoc: std.in: BASE: RCS id missing: (OpenBSD)
Index: name.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/string/name.out_lint,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/roff/string/name.out_lint -Lregress/roff/string/name.out_lint -u -p -r1.3 -r1.4
--- regress/roff/string/name.out_lint
+++ regress/roff/string/name.out_lint
@@ -15,5 +15,6 @@ mandoc: name.in:33:6: WARNING: undefined
 mandoc: name.in:33:5: WARNING: whitespace at end of input line
 mandoc: name.in:35:5: WARNING: undefined string, using "": bl
 mandoc: name.in:35:4: WARNING: whitespace at end of input line
-mandoc: name.in:1:5: STYLE: Mdocdate missing: Dd January
-mandoc: name.in: STYLE: RCS id missing
+mandoc: name.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: name.in:1:5: BASE: Mdocdate missing: Dd January (OpenBSD)
+mandoc: name.in: BASE: RCS id missing: (OpenBSD)
Index: complex.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/layout/complex.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/layout/complex.out_lint -Lregress/tbl/layout/complex.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/layout/complex.out_lint
+++ regress/tbl/layout/complex.out_lint
@@ -3,4 +3,4 @@ mandoc: complex.in:8:28: WARNING: skippi
 mandoc: complex.in:10:7: ERROR: ignoring data in spanned tbl cell: h
 mandoc: complex.in:16:3: WARNING: tbl column starts with span
 mandoc: complex.in:18:3: ERROR: ignoring data in spanned tbl cell: b
-mandoc: complex.in: STYLE: RCS id missing
+mandoc: complex.in: BASE: RCS id missing: (OpenBSD)
Index: empty.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/layout/empty.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/layout/empty.out_lint -Lregress/tbl/layout/empty.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/layout/empty.out_lint
+++ regress/tbl/layout/empty.out_lint
@@ -1,3 +1,3 @@
 mandoc: empty.in:7:2: ERROR: empty tbl layout
 mandoc: empty.in:12:3: ERROR: empty tbl layout
-mandoc: empty.in: STYLE: RCS id missing
+mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
Index: badfont.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/mod/badfont.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/mod/badfont.out_lint -Lregress/tbl/mod/badfont.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/mod/badfont.out_lint
+++ regress/tbl/mod/badfont.out_lint
@@ -1,3 +1,3 @@
 mandoc: badfont.in:8:7: WARNING: unknown font, skipping request: TS f
 mandoc: badfont.in:9:7: WARNING: unknown font, skipping request: TS f.
-mandoc: badfont.in: STYLE: RCS id missing
+mandoc: badfont.in: BASE: RCS id missing: (OpenBSD)
Index: font.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/mod/font.out_lint,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/tbl/mod/font.out_lint -Lregress/tbl/mod/font.out_lint -u -p -r1.3 -r1.4
--- regress/tbl/mod/font.out_lint
+++ regress/tbl/mod/font.out_lint
@@ -3,4 +3,4 @@ mandoc: font.in:18:2: WARNING: tab in fi
 mandoc: font.in:18:4: WARNING: tab in filled text
 mandoc: font.in:18:6: WARNING: tab in filled text
 mandoc: font.in:18:8: WARNING: tab in filled text
-mandoc: font.in: STYLE: RCS id missing
+mandoc: font.in: BASE: RCS id missing: (OpenBSD)
Index: invalid.out_lint
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/opt/invalid.out_lint,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/tbl/opt/invalid.out_lint -Lregress/tbl/opt/invalid.out_lint -u -p -r1.2 -r1.3
--- regress/tbl/opt/invalid.out_lint
+++ regress/tbl/opt/invalid.out_lint
@@ -3,4 +3,4 @@ mandoc: invalid.in:7:19: ERROR: wrong tb
 mandoc: invalid.in:7:23: ERROR: non-alphabetic character in tbl options: %
 mandoc: invalid.in:7:24: ERROR: skipping unknown tbl option: foo
 mandoc: invalid.in:15:21: UNSUPP: eqn delim option in tbl: $$
-mandoc: invalid.in: STYLE: RCS id missing
+mandoc: invalid.in: BASE: RCS id missing: (OpenBSD)
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-25 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-25 12:54 mandoc: cope with changes in BASE messages schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).