merge from gcc

This commit is contained in:
DJ Delorie 2001-10-07 22:42:23 +00:00
parent e6450fe561
commit 99b5813985
23 changed files with 70 additions and 60 deletions

View file

@ -3,7 +3,7 @@
@deftypefn Supplemental char* strdup (const char *@var{s})
Returns a pointer to a copy of @var{s} in memory obtained from
@code{malloc}, or NULL if insufficient memory was available.
@code{malloc}, or @code{NULL} if insufficient memory was available.
@end deftypefn