diff options
author | 1998-04-28 07:36:25 +0000 | |
---|---|---|
committer | 1998-04-28 07:36:25 +0000 | |
commit | d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3 (patch) | |
tree | 4f4699ba31e29b2bb39badb4ff5496c02182ba91 /lib/libc/string/strtok.3 | |
parent | Make kernel compile if we have IDE controller but no wd drive. (diff) | |
download | wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.tar.xz wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.zip |
use Xr more often
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 |