summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcpy.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-2/+3
| | | | breaks and getting rid of short lines, making these files easier to work with.
* State explicitly that strlc{py,at} only work on real C strings.millert2000-06-011-3/+22
| | | | Clarify point about always NUL-terminating.
* Flesh out libc string function man pages.aaron2000-04-211-5/+7
|
* Using .Li inside a .Bd -literal block messes up the fonts thereafter;pjanzen1999-09-041-4/+4
| | | | .Li ... -> \&...
* some NAME section cleanupaaron1999-06-061-2/+2
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Fix `typo', proves that strlcpy/strlcat is a very good idea.espie1998-11-111-2/+9
|
* strlxx() return size_t not char *millert1998-07-061-3/+3
|
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-011-0/+140