aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-03-26 06:06:33 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-03-26 07:33:16 +0100
commite0268ba0f633fba9ca9fdfb71ed50e5a4910a20c (patch)
treeea53d2ce1156d779e360add76cf2c1bc7fbb09bc /man3/tmpnam.3
parent830b5761ad9998d4c20601d4c61a6cf227644600 (diff)
downloadman-pages-e0268ba0f633fba9ca9fdfb71ed50e5a4910a20c.tar.gz
tmpnam.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 9875a89eae..869ca3c134 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -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