Actions
Bug #5041
closedman pages needed for some wide character routines
Start date:
2014-07-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
We implemented (per XPG7) the following routines, but they are not documented:
wcsdup()
wcscasecmp()
wcsncasecmp()
wcscasecmp_l()
wcsncasecmp_l()
wcsnlen()
We need man page documentation for them.
Updated by Garrett D'Amore over 8 years ago
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit f07f0fb66492a2792d4da5e0a6f9a92b4c581ab3
commit f07f0fb66492a2792d4da5e0a6f9a92b4c581ab3 Author: Garrett D'Amore <garrett@damore.org> Date: 2014-11-04T09:02:21.000Z 5041 man pages needed for some wide character routines Reviewed by: Rich Ercolani <rercola@pha.jhu.edu> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions