Actions
Bug #9333
closedadd missing DTDs to manlint exception list
Start date:
2018-03-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
While running "git pbchk" on a recent commit, I noticed that it spewed mandoc warnings for the following file:
usr/src/lib/fm/topo/maps/common/topology.dtd.1
Obviously this is not a manpage. If you look at exception_lists/manlint, there are entries for various other DTDs in ON, but not for this particular DTD, which is obviously an oversight. And in fact, there are several DTD's that are missing from the exception list - so I suspect it has simply been lazily populated as people ran into this issue.
This bug is to cover adding the missing DTDs.
Note, this change has already been made in illumos-joyent via the following commit:
commit c2b3384ab980f79434b1d242b258a21f91416126 Author: Rob Johnston <rob.johnston@joyent.com> Date: Fri Feb 2 03:55:39 2018 +0000 OS-6583 add missing DTDs to manlint exception list Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Tim Kordas <tim.kordas@joyent.com>
Actions