tmpnam.3: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 06:06:33 +01:00
parent 830b5761ad
commit e0268ba0f6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in time, so that naive programmers may think it
a suitable name for a temporary file.
If the argument
.I s
is NULL this name is generated in an internal static buffer
is NULL, this name is generated in an internal static buffer
and may be overwritten by the next call to
.BR tmpnam ().
If