summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.3
AgeCommit message (Expand)Author
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itTodd C. Miller
2001-05-07Document boundary condition when size < strlen(dst).Todd C. Miller
2000-11-16"of", not "on" (from Henric Jungheim)Angelos D. Keromytis
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.Aaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-06-01State explicitly that strlc{py,at} only work on real C strings.Todd C. Miller
2000-04-21Flesh out libc string function man pages.Aaron Campbell
1999-09-04Using .Li inside a .Bd -literal block messes up the fonts thereafter;Paul Janzen
1999-06-06some NAME section cleanupAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1998-11-11Fix `typo', proves that strlcpy/strlcat is a very good idea.Marc Espie
1998-07-06strlxx() return size_t not char *Todd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller