diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-31 05:18:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-31 05:18:27 +0000 |
| commit | 7288802ce0564501fa6cd49ef30ebc21118d6827 (patch) | |
| tree | 490f21302686ff2784dce212ef8f65acd242a256 /lib/libc | |
| parent | 6c3f552a31dd0a0c8c59a028fd9bc507d43ec5cc (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 f3709fbdfc7d..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 and the contents of the buffer are undefined. +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. |
