Module Name: src
Committed By: rkujawa
Date: Mon Jan 2 15:41:51 UTC 2012
Modified Files:
src/share/man/man9: memcpy.9
Log Message:
Correct the include path.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/memcpy.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/memcpy.9
diff -u src/share/man/man9/memcpy.9:1.7 src/share/man/man9/memcpy.9:1.8
--- src/share/man/man9/memcpy.9:1.7 Mon Sep 8 17:54:35 2003
+++ src/share/man/man9/memcpy.9 Mon Jan 2 15:41:51 2012
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)memcpy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: memcpy.9,v 1.7 2003/09/08 17:54:35 wiz Exp $
+.\" $NetBSD: memcpy.9,v 1.8 2012/01/02 15:41:51 rkujawa Exp $
.\"
.Dd July 7, 2001
.Dt MEMCPY 9
@@ -39,7 +39,7 @@
.Nm memcpy
.Nd copy byte string
.Sh SYNOPSIS
-.In systm.h
+.In sys/systm.h
.Ft void *
.Fn memcpy "void * restrict dst" "const void * restrict src" "size_t len"
.Sh DESCRIPTION