Loading...
string/FreeBSD/strsep.3 Libc-391.5.22 Libc-320
--- Libc/Libc-391.5.22/string/FreeBSD/strsep.3
+++ Libc/Libc-320/string/FreeBSD/strsep.3
@@ -33,7 +33,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	@(#)strsep.3	8.1 (Berkeley) 6/9/93
-.\" $FreeBSD: src/lib/libc/string/strsep.3,v 1.14 2004/07/02 23:52:13 ru Exp $
+.\" $FreeBSD: src/lib/libc/string/strsep.3,v 1.13 2002/11/29 15:57:49 ru Exp $
 .\"
 .Dd June 9, 1993
 .Dt STRSEP 3
@@ -115,7 +115,7 @@
 .Fn strtok
 function should be preferred for portability reasons (it conforms to
 .St -isoC )
-it is unable to handle empty fields, i.e., detect fields delimited by
+it is unable to handle empty fields, i.e. detect fields delimited by
 two adjacent delimiter characters, or to be used for more than a single
 string at a time.
 The