Correct discrepancy between definition of argument to tempnam() and
the name by which it is referenced in the text.
This commit is contained in:
parent
41ef09269c
commit
14c44c58fe
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user