summaryrefslogtreecommitdiff
path: root/lib/libc/string/wmemcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wmemcpy.3')
-rw-r--r--lib/libc/string/wmemcpy.36
1 files changed, 3 insertions, 3 deletions
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