diff options
| author | schwarze <> | 2011-07-25 00:38:53 +0000 |
|---|---|---|
| committer | schwarze <> | 2011-07-25 00:38:53 +0000 |
| commit | 4177f58a54256bfade9e5f9b4e2d5de8559df24c (patch) | |
| tree | 7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/strcspn.3 | |
| parent | df65e1e7298f644359a9e80e947e7d237c0479b8 (diff) | |
| download | openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.gz openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.bz2 openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.zip | |
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/strcspn.3')
| -rw-r--r-- | src/lib/libc/string/strcspn.3 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/lib/libc/string/strcspn.3 b/src/lib/libc/string/strcspn.3 index 21c727344d..70c8ef7612 100644 --- a/src/lib/libc/string/strcspn.3 +++ b/src/lib/libc/string/strcspn.3 | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | .\" $OpenBSD: strcspn.3,v 1.10 2011/07/25 00:38:53 schwarze Exp $ | ||
| 2 | .\" | ||
| 1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
| 2 | .\" All rights reserved. | 4 | .\" All rights reserved. |
| 3 | .\" | 5 | .\" |
| @@ -29,9 +31,7 @@ | |||
| 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 30 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
| 31 | .\" | 33 | .\" |
| 32 | .\" $OpenBSD: strcspn.3,v 1.9 2007/08/08 07:20:45 ray Exp $ | 34 | .Dd $Mdocdate: July 25 2011 $ |
| 33 | .\" | ||
| 34 | .Dd $Mdocdate: August 8 2007 $ | ||
| 35 | .Dt STRCSPN 3 | 35 | .Dt STRCSPN 3 |
| 36 | .Os | 36 | .Os |
| 37 | .Sh NAME | 37 | .Sh NAME |
| @@ -92,9 +92,17 @@ if (fgets(line, sizeof(line), fp) != NULL) | |||
| 92 | .Xr strsep 3 , | 92 | .Xr strsep 3 , |
| 93 | .Xr strspn 3 , | 93 | .Xr strspn 3 , |
| 94 | .Xr strstr 3 , | 94 | .Xr strstr 3 , |
| 95 | .Xr strtok 3 | 95 | .Xr strtok 3 , |
| 96 | .Xr wcscspn 3 | ||
| 96 | .Sh STANDARDS | 97 | .Sh STANDARDS |
| 97 | The | 98 | The |
| 98 | .Fn strcspn | 99 | .Fn strcspn |
| 99 | function conforms to | 100 | function conforms to |
| 100 | .St -ansiC . | 101 | .St -ansiC . |
| 102 | .Sh HISTORY | ||
| 103 | The | ||
| 104 | .Fn strcspn | ||
| 105 | function first appeared in | ||
| 106 | .At III | ||
| 107 | and was reimplemented for | ||
| 108 | .Bx 4.3 Tahoe . | ||
