summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2001-10-09 17:22:02 +0000
committerMike Barcroft <mike@FreeBSD.org>2001-10-09 17:22:02 +0000
commit7ec7a350c5fb6677d2d47b2ca064d88cd90b34e6 (patch)
tree00ac86bc16671c02747ceeaf6d3624228a95eaea /lib/libc
parent32d186043b24a8d7ae504ba32f57f13f5d246785 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strstr.35
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3
index b4af3dead32c..c8aca32d9516 100644
--- a/lib/libc/string/strstr.3
+++ b/lib/libc/string/strstr.3
@@ -70,6 +70,11 @@ in the string
where only the first number of characters, identified by
.Fa len ,
are searched.
+Since the
+.Fn strnstr
+function is a
+.Fx
+specific API, it should only be used when portablility is not a concern.
.Sh RETURN VALUES
If
.Fa little