diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-03 21:00:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-03 21:00:10 +0000 |
commit | d504e7480ce979e924b1c4fe82bdbcaa790ca153 (patch) | |
tree | bf04b3cdea5ee4c901f9affaca31b1278bbb3272 /regress/man | |
parent | b612c0fc16de6270d13910388974b03b6bf27af8 (diff) | |
download | mandoc-d504e7480ce979e924b1c4fe82bdbcaa790ca153.tar.gz |
In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)
to the standard forms (Pp, Ft, PP) up front, such that later code
does not need to look for the obsolete versions.
This reduces the risk of incomplete handling.
Diffstat (limited to 'regress/man')
-rw-r--r-- | regress/man/PP/args.out_lint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/man/PP/args.out_lint b/regress/man/PP/args.out_lint index c757d510..e222de8e 100644 --- a/regress/man/PP/args.out_lint +++ b/regress/man/PP/args.out_lint @@ -1,3 +1,3 @@ mandoc: args.in:7:2: ERROR: skipping all arguments: PP arg -mandoc: args.in:9:2: ERROR: skipping all arguments: LP arg1 ... -mandoc: args.in:11:2: ERROR: skipping all arguments: P arg +mandoc: args.in:9:2: ERROR: skipping all arguments: PP arg1 ... +mandoc: args.in:11:2: ERROR: skipping all arguments: PP arg |