Add ERRORS section (the strdup(3) function may fail and set errno to any of the
authoraaron <aaron@openbsd.org>
Fri, 21 Apr 2000 15:32:15 +0000 (15:32 +0000)
committeraaron <aaron@openbsd.org>
Fri, 21 Apr 2000 15:32:15 +0000 (15:32 +0000)
commita47342ee9a8c15ca98fb97a957edd7f91026215f
treecd917562b4ffa22fa3754ab435a189c497fe3261
parentb43a4a406f295caaf3de23917547a8600576fec8
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
errors specified by the library routine malloc(3)).
lib/libc/string/strdup.3