summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-13 00:04:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-13 00:04:54 +0000
commit9cee5c5b5c17b4703ef7fde1e3865c462d46d1d2 (patch)
tree65ee5219c43ea28db6d48238e8890717566e2987 /lib/libc
parente7f6db3ccba26337c6577e128033aed02a87cd69 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strxfrm.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index 5f3e741f0656..37e5eeb10b6e 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