summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcpy.3
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-09 10:07:40 +0000
committerlukem <lukem@NetBSD.org>1997-10-09 10:07:40 +0000
commit2a55b0f192a2fc1a4eeeeb2b604cddc4fbddfb63 (patch)
tree7ef4b7df106034fb710df27f7fc0b528f7e85b25 /lib/libc/string/strcpy.3
parent4c9d6e4d9c33a78d2616b31b604a86ca4b0c696b (diff)
rcsid police
Diffstat (limited to 'lib/libc/string/strcpy.3')
-rw-r--r--lib/libc/string/strcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 85d10912251..59a490aef61 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcpy.3 5.4 (Berkeley) 6/29/91
-.\" $Id: strcpy.3,v 1.2 1993/08/01 07:43:51 mycroft Exp $
+.\" $NetBSD: strcpy.3,v 1.3 1997/10/09 10:09:04 lukem Exp $
.\"
.Dd June 29, 1991
.Dt STRCPY 3