summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-02-13 00:04:54 +0000
committerache <ache@FreeBSD.org>1999-02-13 00:04:54 +0000
commit28666df7353ef01a5b9f08ace5ce0a7eeba40bd6 (patch)
tree2bac4e7673bf13cc4f8bef451d51315de2b8b0e5 /lib
parentae6996c0c980bb99524b0e58e59388ad65985975 (diff)
downloadFreeBSD-src-28666df7353ef01a5b9f08ace5ce0a7eeba40bd6.zip
FreeBSD-src-28666df7353ef01a5b9f08ace5ce0a7eeba40bd6.tar.gz
more words about return value
Diffstat (limited to 'lib')
-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 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
OpenPOWER on IntegriCloud