Actions
Bug #3841
closedstrnstr() needs a man page
Start date:
2013-06-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The function strnstr(const char *, const char *, size_t)
in usr/src/head/string.h needs a man page.
Updated by Gary Mills about 9 years ago
In Solaris 11.1, it's included in the string(3c) man page.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 195b26986e3c19e916bf0991a1af7ae87d43010b
commit 195b26986e3c19e916bf0991a1af7ae87d43010b Author: Robert Mustacchi <rm@joyent.com> Date: 2014-12-27T16:30:21.000Z 3841 strnstr() needs a man page Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions