diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-01 19:07:21 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-01 19:07:21 +0000 |
| commit | b3d6b19930740973d51ef2a71f60b5711723dca2 (patch) | |
| tree | f58bcd3142cf0c4c8cd39c588ac84d1da1529914 /lib/libc/stdtime | |
| parent | 555ce93ce3f4abe212a92f35b5541e015447b212 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 9a1f2d5bfff9..27c826a0455e 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -73,7 +73,7 @@ null character, is not more than .Fn strftime returns the number of characters in the array, not counting the terminating null. -Otherwise, zero is returned. +Otherwise, zero is returned and the buffer contents is indeterminate. .Pp Each conversion specification is replaced by the characters as follows which are then copied into the buffer. |
