diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
| commit | 6575e6daae316c2e0cdafbe764f9a6e232ff3ee7 (patch) | |
| tree | f029a640ea1451d65719cafec9eae942a7d4b0ac /lib/libc/string | |
| parent | 3bc371d25d4386a85ff3c0f6e38d8fe9dd4e2c89 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strtok.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 6ad05cc9de2d..814cee57388c 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -66,7 +66,8 @@ .Fn strtok_r "char *str" "const char *sep" "char **last" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by strsep(3). +This interface is obsoleted by +.Xr strsep 3 . .Ef .Pp The |
