diff options
author | bde <bde@FreeBSD.org> | 1997-03-31 05:18:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-31 05:18:27 +0000 |
commit | 7ee566c897cf766012427578ed33acd7d34f9e22 (patch) | |
tree | cd7d0bc3aabd25961318485768ba7ade31b7c597 | |
parent | 691010efad5c05f7ee86a870abce217fe8e9b8d1 (diff) | |
download | FreeBSD-src-7ee566c897cf766012427578ed33acd7d34f9e22.zip FreeBSD-src-7ee566c897cf766012427578ed33acd7d34f9e22.tar.gz |
Fixed wording of previous change.
Obtained from: fgets.3
Guided by: ISO C standard
-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. |