From 06bba6dbe6c76c4f1d586d8a99aae186b5ee6fe5 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 13 Apr 2005 20:42:48 +0000 Subject: - our pages do not have a LIBRARY section; - attach rcs id - wording tweak --- src/lib/libc/string/wmemchr.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string/wmemchr.3') 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 @@ +.\" $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 -- cgit v1.2.3-55-g6feb