summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/insque.3
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-01-15 15:46:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-01-15 15:46:22 +0000
commit5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch)
treed019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /lib/libc/stdlib/insque.3
parent665ce17da44f98ae193440703de789dedfb6a72c (diff)
Diffstat (limited to 'lib/libc/stdlib/insque.3')
-rw-r--r--lib/libc/stdlib/insque.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index a54434c6d3161..06f93bf20fc34 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -6,7 +6,7 @@
.\" As long as the above copyright statement and this notice remain
.\" unchanged, you can do what ever you want with this file.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/stdlib/insque.3,v 1.3 2003/02/25 21:59:36 robert Exp $
.\"
.Dd October 10, 2002
.Dt INSQUE 3