Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Correct the include path.



details:   https://anonhg.NetBSD.org/src/rev/14211d5b2066
branches:  trunk
changeset: 772402:14211d5b2066
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Mon Jan 02 15:41:51 2012 +0000

description:
Correct the include path.

diffstat:

 share/man/man9/memcpy.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9592cfeb688a -r 14211d5b2066 share/man/man9/memcpy.9
--- a/share/man/man9/memcpy.9   Mon Jan 02 09:49:12 2012 +0000
+++ b/share/man/man9/memcpy.9   Mon Jan 02 15:41:51 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index