diff options
author | jmc <> | 2005-04-13 20:42:48 +0000 |
---|---|---|
committer | jmc <> | 2005-04-13 20:42:48 +0000 |
commit | 06bba6dbe6c76c4f1d586d8a99aae186b5ee6fe5 (patch) | |
tree | e9778e0eff8c15a35403892eed57d202820f7ae9 /src/lib/libc/string/wcstok.3 | |
parent | 5bfe57853dc600a767e768df6a37a54f5e5d2d96 (diff) | |
download | openbsd-06bba6dbe6c76c4f1d586d8a99aae186b5ee6fe5.tar.gz openbsd-06bba6dbe6c76c4f1d586d8a99aae186b5ee6fe5.tar.bz2 openbsd-06bba6dbe6c76c4f1d586d8a99aae186b5ee6fe5.zip |
- our pages do not have a LIBRARY section;
- attach rcs id
- wording tweak
Diffstat (limited to 'src/lib/libc/string/wcstok.3')
-rw-r--r-- | src/lib/libc/string/wcstok.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/wcstok.3 b/src/lib/libc/string/wcstok.3 index df10000af1..dd3f36cfd5 100644 --- a/src/lib/libc/string/wcstok.3 +++ b/src/lib/libc/string/wcstok.3 | |||
@@ -1,3 +1,5 @@ | |||
1 | .\" $OpenBSD: wcstok.3,v 1.2 2005/04/13 20:42:48 jmc Exp $ | ||
2 | .\" | ||
1 | .\" $NetBSD: wcstok.3,v 1.3 2003/09/08 17:54:33 wiz Exp $ | 3 | .\" $NetBSD: wcstok.3,v 1.3 2003/09/08 17:54:33 wiz Exp $ |
2 | .\" | 4 | .\" |
3 | .\" Copyright (c) 1998 Softweyr LLC. All rights reserved. | 5 | .\" Copyright (c) 1998 Softweyr LLC. All rights reserved. |
@@ -58,8 +60,6 @@ | |||
58 | .Sh NAME | 60 | .Sh NAME |
59 | .Nm wcstok | 61 | .Nm wcstok |
60 | .Nd split wide-character string into tokens | 62 | .Nd split wide-character string into tokens |
61 | .Sh LIBRARY | ||
62 | .Lb libc | ||
63 | .Sh SYNOPSIS | 63 | .Sh SYNOPSIS |
64 | .In wchar.h | 64 | .In wchar.h |
65 | .Ft wchar_t * | 65 | .Ft wchar_t * |