diff options
Diffstat (limited to 'lib/libc/string/strtok.3')
-rw-r--r-- | lib/libc/string/strtok.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index ce4a75c007a..876e0eb515a 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.2 1996/08/19 08:34:27 tholo Exp $ +.\" $OpenBSD: strtok.3,v 1.3 1998/04/28 07:36:55 deraadt Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -48,7 +48,8 @@ .Fn strtok "char *str" "const char *sep" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by strsep(3). +This interface is obsoleted by +.Xr strsep 3 . .Ef .Pp The |