diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 08:21:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 08:21:14 +0000 |
commit | 1dce809d466e60123d6be4ce8ed46cd972fc8fcf (patch) | |
tree | 7717cc1cc7f21116dc5bab09f69670cf5c56796b /regress/usr.bin/mandoc/mdoc | |
parent | 31a335f7a1437e54583f5158ee3fcb9e99bd194c (diff) |
Fix the column numbers associated with in_line_argn() macros;
this bug is more than four years old, introduced by kristaps@
in mdocml.bsd.lv rev. 1.46, March 30, 2010.
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Eo/obsolete.out_lint | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Nm/badNAME.out_lint | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Nm/badNAMEuse.out_lint | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Eo/obsolete.out_lint b/regress/usr.bin/mandoc/mdoc/Eo/obsolete.out_lint index 02d585d7dbd..d9577b9cbaa 100644 --- a/regress/usr.bin/mandoc/mdoc/Eo/obsolete.out_lint +++ b/regress/usr.bin/mandoc/mdoc/Eo/obsolete.out_lint @@ -1,6 +1,6 @@ mandoc: obsolete.in:8:2: WARNING: obsolete macro: En -mandoc: obsolete.in:10:5: WARNING: obsolete macro: Es +mandoc: obsolete.in:10:2: WARNING: obsolete macro: Es mandoc: obsolete.in:12:2: WARNING: obsolete macro: En mandoc: obsolete.in:14:2: WARNING: obsolete macro: En -mandoc: obsolete.in:17:4: WARNING: obsolete macro: Es +mandoc: obsolete.in:17:2: WARNING: obsolete macro: Es mandoc: obsolete.in:19:2: WARNING: obsolete macro: En diff --git a/regress/usr.bin/mandoc/mdoc/Nm/badNAME.out_lint b/regress/usr.bin/mandoc/mdoc/Nm/badNAME.out_lint index cc6edca3a3e..11642436afa 100644 --- a/regress/usr.bin/mandoc/mdoc/Nm/badNAME.out_lint +++ b/regress/usr.bin/mandoc/mdoc/Nm/badNAME.out_lint @@ -1,2 +1,2 @@ mandoc: badNAME.in:5:2: ERROR: manual name not yet set -mandoc: badNAME.in:5:7: WARNING: bad NAME section contents: Bx +mandoc: badNAME.in:5:5: WARNING: bad NAME section contents: Bx diff --git a/regress/usr.bin/mandoc/mdoc/Nm/badNAMEuse.out_lint b/regress/usr.bin/mandoc/mdoc/Nm/badNAMEuse.out_lint index 5349ab2cc07..365eaaaa02a 100644 --- a/regress/usr.bin/mandoc/mdoc/Nm/badNAMEuse.out_lint +++ b/regress/usr.bin/mandoc/mdoc/Nm/badNAMEuse.out_lint @@ -1,2 +1,2 @@ mandoc: badNAMEuse.in:5:2: ERROR: manual name not yet set -mandoc: badNAMEuse.in:5:7: WARNING: bad NAME section contents: Bx +mandoc: badNAMEuse.in:5:5: WARNING: bad NAME section contents: Bx |