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 | |
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')
-rw-r--r-- | src/lib/libc/string/wcstok.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/wmemchr.3 | 6 |
2 files changed, 5 insertions, 5 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 * |
diff --git a/src/lib/libc/string/wmemchr.3 b/src/lib/libc/string/wmemchr.3 index 3fcf5db0ae..0b6935837c 100644 --- a/src/lib/libc/string/wmemchr.3 +++ b/src/lib/libc/string/wmemchr.3 | |||
@@ -1,3 +1,5 @@ | |||
1 | .\" $OpenBSD: wmemchr.3,v 1.2 2005/04/13 20:42:48 jmc Exp $ | ||
2 | .\" | ||
1 | .\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $ | 3 | .\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $ |
2 | .\" | 4 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 5 | .\" Copyright (c) 1990, 1991, 1993 |
@@ -58,8 +60,6 @@ | |||
58 | .Nm wcsspn , | 60 | .Nm wcsspn , |
59 | .Nm wcsstr | 61 | .Nm wcsstr |
60 | .Nd wide character string manipulation operations | 62 | .Nd wide character string manipulation operations |
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 * |
@@ -103,7 +103,7 @@ | |||
103 | .Ft wchar_t * | 103 | .Ft wchar_t * |
104 | .Fn wcsstr "const wchar_t *s1" "const wchar_t *s2" | 104 | .Fn wcsstr "const wchar_t *s1" "const wchar_t *s2" |
105 | .Sh DESCRIPTION | 105 | .Sh DESCRIPTION |
106 | The functions implement string manipulation operations over wide character | 106 | These functions implement string manipulation operations over wide character |
107 | strings. | 107 | strings. |
108 | For a detailed description, refer to documents for the respective single-byte | 108 | For a detailed description, refer to documents for the respective single-byte |
109 | counterpart, such as | 109 | counterpart, such as |