Mail Archives: djgpp-workers/1998/02/01/16:18:56
Two typos I spotted while looking at 980101 alpha:
*** src/libc/compat/stdio/tempnam.t~0 Wed Oct 29 00:22:12 1997
--- src/libc/compat/stdio/tempnam.txh Sat Jan 31 14:01:38 1998
*************** file namespace, only up to two first cha
*** 25,33 ****
used.
If @var{tmpdir} is @code{NULL}, or empty, or points to a non-existent
! directory, @code{tempnam} will use a default directory. the default
directory is determined by testing, in sequence, the directories
! defiuned by the values of environment variables @code{TMPDIR},
@code{TEMP} and @code{TMP}. The first variable that is found to point
to an existing directory will be used. If none of these variables
specify a valid directory, @code{tempnam} will use the static default
--- 25,33 ----
used.
If @var{tmpdir} is @code{NULL}, or empty, or points to a non-existent
! directory, @code{tempnam} will use a default directory. The default
directory is determined by testing, in sequence, the directories
! defined by the values of environment variables @code{TMPDIR},
@code{TEMP} and @code{TMP}. The first variable that is found to point
to an existing directory will be used. If none of these variables
specify a valid directory, @code{tempnam} will use the static default
- Raw text -