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/mdoc/Rs | |
parent | e3dd9df97d2c59b34f1795394aee58997877e797 (diff) | |
download | mandoc-f99bada95dbbf671847e5df741a7f42b73a169ca.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/mdoc/Rs')
-rw-r--r-- | regress/mdoc/Rs/allch.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Rs/args.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Rs/empty.out_lint | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/regress/mdoc/Rs/allch.out_lint b/regress/mdoc/Rs/allch.out_lint index 543d7463..bd38aeff 100644 --- a/regress/mdoc/Rs/allch.out_lint +++ b/regress/mdoc/Rs/allch.out_lint @@ -1,8 +1,9 @@ -mandoc: allch.in:1:5: STYLE: Mdocdate missing: Dd July +mandoc: allch.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: allch.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) mandoc: allch.in:14:1: WARNING: invalid content in Rs block: text mandoc: allch.in:19:2: WARNING: invalid content in Rs block: Em mandoc: allch.in:20:1: WARNING: invalid content in Rs block: text mandoc: allch.in:35:1: WARNING: invalid content in Rs block: text mandoc: allch.in:36:2: WARNING: invalid content in Rs block: Em mandoc: allch.in:41:1: WARNING: invalid content in Rs block: text -mandoc: allch.in: STYLE: RCS id missing +mandoc: allch.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Rs/args.out_lint b/regress/mdoc/Rs/args.out_lint index b9000151..42b56e6a 100644 --- a/regress/mdoc/Rs/args.out_lint +++ b/regress/mdoc/Rs/args.out_lint @@ -1,4 +1,5 @@ mandoc: args.in:9:5: ERROR: skipping all arguments: Rs bogus mandoc: args.in:14:5: ERROR: skipping all arguments: Rs Sy -mandoc: args.in:1:5: STYLE: Mdocdate missing: Dd February -mandoc: args.in: STYLE: RCS id missing +mandoc: args.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: args.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) +mandoc: args.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Rs/empty.out_lint b/regress/mdoc/Rs/empty.out_lint index 01216631..ee4c4d22 100644 --- a/regress/mdoc/Rs/empty.out_lint +++ b/regress/mdoc/Rs/empty.out_lint @@ -1,4 +1,5 @@ -mandoc: empty.in:1:5: STYLE: Mdocdate missing: Dd February +mandoc: empty.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: empty.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) mandoc: empty.in:9:2: WARNING: empty reference block: Rs mandoc: empty.in:14:2: WARNING: empty reference block: Rs -mandoc: empty.in: STYLE: RCS id missing +mandoc: empty.in: BASE: RCS id missing: (OpenBSD) |