summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-09 08:54:03 +0000
committerkris <kris@FreeBSD.org>2000-01-09 08:54:03 +0000
commit928ad74819a19f1a118eadc65372d55af5c0f34b (patch)
tree19ea13f85d4acfd209f294a242b63adb43e20feb /lib/libc/stdio
parent3b8aea4be2ada961cb350b94acbafcaf54462007 (diff)
downloadFreeBSD-src-928ad74819a19f1a118eadc65372d55af5c0f34b.zip
FreeBSD-src-928ad74819a19f1a118eadc65372d55af5c0f34b.tar.gz
Correct discrepancy between definition of argument to tempnam() and
the name by which it is referenced in the text.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/tmpnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index f42dc25..423898c 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -78,7 +78,7 @@ past.
is defined in the include file
.Aq Pa stdio.h .
If the argument
-.Fa s
+.Fa str
is
.Pf non- Dv NULL ,
the file name is copied to the buffer it references.
@@ -88,7 +88,7 @@ In either case,
returns a pointer to the file name.
.Pp
The buffer referenced by
-.Fa s
+.Fa str
is expected to be at least
.Dv L_tmpnam
bytes in length.
OpenPOWER on IntegriCloud