summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2011-07-09 16:46:59 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2011-07-09 16:46:59 +0000
commit894a1985076ec36bd313ccd4ec64bb4b80d1e98f (patch)
tree629f6d751a2e4d015c1261935dd8c042a9c633ea /lib
parente4185feab4a535878266e2fad952c6cf57cf2bae (diff)
Minor function name tweaks.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/wmemchr.36
-rw-r--r--lib/libc/string/wmemcpy.36
-rw-r--r--lib/libc/string/wmemset.34
3 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3
index 40a68bf28d9..9d950154685 100644
--- a/lib/libc/string/wmemchr.3
+++ b/lib/libc/string/wmemchr.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: wmemchr.3,v 1.7 2011/07/09 16:32:11 nicm Exp $
+.\" $OpenBSD: wmemchr.3,v 1.8 2011/07/09 16:46:58 nicm Exp $
.\"
.Dd $Mdocdate: July 9 2011 $
.Dt WMEMCHR 3
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <wchar.h>
.Ft wchar_t *
-.Fn memchr "const wchar_t *b" "wchar_t c" "size_t len"
+.Fn wmemchr "const wchar_t *b" "wchar_t c" "size_t len"
.Sh DESCRIPTION
The
.Fn wmemchr
@@ -66,7 +66,7 @@ wide characters.
.Xr wcstok 3
.Sh STANDARDS
The
-.Fn memchr
+.Fn wmemchr
function conforms to
.St -isoC-99
and was first introduced in
diff --git a/lib/libc/string/wmemcpy.3 b/lib/libc/string/wmemcpy.3
index 8f4293c9791..9147bb79648 100644
--- a/lib/libc/string/wmemcpy.3
+++ b/lib/libc/string/wmemcpy.3
@@ -29,10 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: wmemcpy.3,v 1.1 2011/07/09 16:32:11 nicm Exp $
+.\" $OpenBSD: wmemcpy.3,v 1.2 2011/07/09 16:46:58 nicm Exp $
.\"
.Dd $Mdocdate: July 9 2011 $
-.Dt MEMCPY 3
+.Dt WMEMCPY 3
.Os
.Sh NAME
.Nm wmemcpy
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <wchar.h>
.Ft wchar_t *
-.Fn memcpy "wchar_t * restrict dst" "const wchar_t * restrict src" "size_t len"
+.Fn wmemcpy "wchar_t * restrict dst" "const wchar_t * restrict src" "size_t len"
.Sh DESCRIPTION
The
.Fn wmemcpy
diff --git a/lib/libc/string/wmemset.3 b/lib/libc/string/wmemset.3
index c43fc1079f5..f1e52e6a8d1 100644
--- a/lib/libc/string/wmemset.3
+++ b/lib/libc/string/wmemset.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: wmemset.3,v 1.1 2011/07/09 16:32:11 nicm Exp $
+.\" $OpenBSD: wmemset.3,v 1.2 2011/07/09 16:46:58 nicm Exp $
.\"
.Dd $Mdocdate: July 9 2011 $
.Dt WMEMSET 3
@@ -57,7 +57,7 @@ function returns the original value of
.Fa s .
.Sh STANDARDS
The
-.Fn memset
+.Fn wmemset
function conforms to
.St -isoC-99
and was first introduced in