summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.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/bzero.3
parent4c9d6e4d9c33a78d2616b31b604a86ca4b0c696b (diff)
rcsid police
Diffstat (limited to 'lib/libc/string/bzero.3')
-rw-r--r--lib/libc/string/bzero.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3
index 9636b98e83e..06b999baf90 100644
--- a/lib/libc/string/bzero.3
+++ b/lib/libc/string/bzero.3
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bzero.3 5.3 (Berkeley) 4/19/91
-.\" $Id: bzero.3,v 1.3 1993/11/25 01:48:23 jtc Exp $
+.\" $NetBSD: bzero.3,v 1.4 1997/10/09 10:08:28 lukem Exp $
.\"
.Dd April 19, 1991
.Dt BZERO 3