Bug #13290
man: missing symlinks
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Some bugs uncovered via the script for missing symlinks in #10857
ofmt.3ofmt is missing the links ofmt_set_fs + ofmt_print_header
iswalpha.3c missing symlink iswascii_l.3c
usb_ep_xdescr.9s symlink missing - (it has a LINKSRC entry in the Makefile but is not in MANLINKS or packaging)
Updated by Peter Tribble 4 months ago
And another one
devid_get.3devid missing symlink devid_str_from_path.3devid
Updated by Peter Tribble 4 months ago
Testing:
Verified pages still look correct in man. Verified (after a build) that the man -k output is now correct and that the check script in #10857 no longer flags an error.
Verified that new links are created and packaged correctly by a build, and that man works with the name of the added link.
Updated by Electric Monk 4 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 06fee912be69e798e3d620364017ffad51c650ed
commit 06fee912be69e798e3d620364017ffad51c650ed Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-11-10T19:30:55.000Z 13290 man: missing symlinks Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>