Document the fact that the strnstr(3) function is not portable.

Requested by:	brian, gad
This commit is contained in:
Mike Barcroft 2001-10-09 17:22:02 +00:00
parent 32d186043b
commit 7ec7a350c5

View File

@ -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