diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-04-07 13:42:53 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-04-07 13:42:53 +0000 |
| commit | 5174a6a262d28e127da375394374b40dc9f3127d (patch) | |
| tree | c47833aecadbc9c7e8f82027b0940c2b949b04d3 /lib/libc/string/strstr.3 | |
| parent | 990b9c1594d61e47d17075f31a7123912d955ff8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strstr.3')
| -rw-r--r-- | lib/libc/string/strstr.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 7468ccca6067..74ebdff2718a 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -135,7 +135,8 @@ ptr = strnstr(largestring, smallstring, 4); .Xr strrchr 3 , .Xr strsep 3 , .Xr strspn 3 , -.Xr strtok 3 +.Xr strtok 3 , +.Xr wcsstr 3 .Sh STANDARDS The .Fn strstr |
