diff options
Diffstat (limited to 'src/lib/libc/string/strsep.3')
-rw-r--r-- | src/lib/libc/string/strsep.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3 index 63cdf2333a..77053f66d7 100644 --- a/src/lib/libc/string/strsep.3 +++ b/src/lib/libc/string/strsep.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strsep.3,v 1.13 2011/07/25 00:38:53 schwarze Exp $ | 1 | .\" $OpenBSD: strsep.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -32,14 +32,14 @@ | |||
32 | .\" | 32 | .\" |
33 | .\" @(#)strsep.3 8.1 (Berkeley) 6/9/93 | 33 | .\" @(#)strsep.3 8.1 (Berkeley) 6/9/93 |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: July 25 2011 $ | 35 | .Dd $Mdocdate: June 5 2013 $ |
36 | .Dt STRSEP 3 | 36 | .Dt STRSEP 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
39 | .Nm strsep | 39 | .Nm strsep |
40 | .Nd separate strings | 40 | .Nd separate strings |
41 | .Sh SYNOPSIS | 41 | .Sh SYNOPSIS |
42 | .Fd #include <string.h> | 42 | .In string.h |
43 | .Ft char * | 43 | .Ft char * |
44 | .Fn strsep "char **stringp" "const char *delim" | 44 | .Fn strsep "char **stringp" "const char *delim" |
45 | .Sh DESCRIPTION | 45 | .Sh DESCRIPTION |