diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-06-08 07:25:18 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-06-08 07:25:18 +0000 |
| commit | c85df2d6f16c3ab2adc5bf9c84e71ab69a80566b (patch) | |
| tree | 72cbc8f26b8dd13df0218d43221b2e3305fa3d2d /lib/libc | |
| parent | 43a31b3f931be619fbfad45dd6b58b996e770524 (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 fefc09750e5a..3a14e9c24cb0 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -80,7 +80,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. @@ -90,7 +90,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. |
