Date: Sun, 1 Feb 1998 20:53:24 +0200 (IST) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: tempnam docs typos Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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