summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strdup.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Xr to strlcpy and strlcat more; ok millertderaadt2003-04-071-1/+2
|
* Add ERRORS section (the strdup(3) function may fail and set errno to any of theaaron2000-04-211-1/+8
| | | | errors specified by the library routine malloc(3)).
* Check return value of strdup(3) for NULL in example code (duh).aaron2000-04-211-2/+5
|
* Flesh out libc string function man pages.aaron2000-04-211-6/+3
|
* some repairs, add example to strdup(3) pageaaron1999-06-041-4/+16
|
* commaspjanzen1998-08-191-4/+4
|
* use Bx macro for BSD versionsmickey1998-06-151-2/+3
|
* Update man page and sccs tags from lite2. Minor cleanup by me as well.millert1997-08-201-10/+13
|
* typo.michaels1996-10-291-2/+2
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+65