diff options
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 f3709fb..27c826a 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. |