diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 08:54:03 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 08:54:03 +0000 |
| commit | 3076db1900b167e6af783f4166a055ff12962802 (patch) | |
| tree | bfc7c72c3a950a0e63cbed5883474817a7b8da90 /lib/libc | |
| parent | 0f2b69ce58458b6fcd9c4d4be64bd151e92ab4a8 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index f42dc2533dd0..423898c88d63 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. |
