diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strxfrm.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 5f3e741..37e5eeb 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -78,7 +78,11 @@ two original strings with Upon successful completion, .Fn strxfrm returns the length of the transformed string not including -the terminating null character. +the terminating null character. If this value is +.Fa n +or more, the contents of +.Fa dst +are indeterminate. .Sh BUGS Sometimes the behavior of this function is unpredictable. .Sh SEE ALSO |