Actions
Bug #13292
closedNAME section in some man pages missing a comma
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The NAME section in some mankages is not properly formed, leading to man -k not quite reporting the right thing.
strftime.3c strftime_l missing comma
wcscoll.3c wcscoll_l missing comma
ctype.3c isgraph_l missing comma
(Uncovered via the script for missing symlinks in #10857.)
Updated by Peter Tribble over 1 year 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.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit d59f56478a070381dd4ff329ad617788788bf84f
commit d59f56478a070381dd4ff329ad617788788bf84f Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-11-10T19:46:18.000Z 13292 NAME section in some man pages missing a comma Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions