From 6ddf685d5f2d829c28aa74f13e9d9758c8284155 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 3 Feb 1994 15:22:12 -0800 Subject: [PATCH] strsep has its own man page now SCCS-vsn: lib/libc/string/strtok.3 8.2 --- usr/src/lib/libc/string/strtok.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr/src/lib/libc/string/strtok.3 b/usr/src/lib/libc/string/strtok.3 index 6cf695f85f..cf933de737 100644 --- a/usr/src/lib/libc/string/strtok.3 +++ b/usr/src/lib/libc/string/strtok.3 @@ -7,15 +7,14 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)strtok.3 8.1 (Berkeley) %G% +.\" @(#)strtok.3 8.2 (Berkeley) %G% .\" .Dd .Dt STRTOK 3 .Os BSD 3 .Sh NAME -.Nm strtok , -.Nm strsep -.Nd string token operations +.Nm strtok +.Nd string tokens .Sh SYNOPSIS .Fd #include .Ft char * -- 2.20.1