Document the fact that the strnstr(3) function is not portable.
Requested by: brian, gad
This commit is contained in:
parent
32d186043b
commit
7ec7a350c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user