diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 20:42:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-13 20:42:49 +0000 |
commit | 021be9d318ff1dd44f1e15735412eb2d763e70ee (patch) | |
tree | dc9f358e72d7ece7575d1b81b42f087fc155163f /lib/libc | |
parent | bb45bd7081d9c2a1eae1d8d0e1c4629541ecc58c (diff) |
- our pages do not have a LIBRARY section;
- attach rcs id
- wording tweak
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/wcstok.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/wmemchr.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index df10000af10..dd3f36cfd5b 100644 --- a/lib/libc/string/wcstok.3 +++ b/lib/libc/string/wcstok.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: wcstok.3,v 1.2 2005/04/13 20:42:48 jmc Exp $ +.\" .\" $NetBSD: wcstok.3,v 1.3 2003/09/08 17:54:33 wiz Exp $ .\" .\" Copyright (c) 1998 Softweyr LLC. All rights reserved. @@ -58,8 +60,6 @@ .Sh NAME .Nm wcstok .Nd split wide-character string into tokens -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .In wchar.h .Ft wchar_t * diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3 index 3fcf5db0aeb..0b6935837ce 100644 --- a/lib/libc/string/wmemchr.3 +++ b/lib/libc/string/wmemchr.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: wmemchr.3,v 1.2 2005/04/13 20:42:48 jmc Exp $ +.\" .\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -58,8 +60,6 @@ .Nm wcsspn , .Nm wcsstr .Nd wide character string manipulation operations -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .In wchar.h .Ft wchar_t * @@ -103,7 +103,7 @@ .Ft wchar_t * .Fn wcsstr "const wchar_t *s1" "const wchar_t *s2" .Sh DESCRIPTION -The functions implement string manipulation operations over wide character +These functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as |