summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 04:13:19 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 04:13:19 +0000
commitb22a85fa4f85fa243a882865ea3a07300fa0b5c1 (patch)
tree381552089b2204d69d77d13149d69352b520ee49 /lib
parent56efb7874536df9516efc1b361f89bd7c6ae87ee (diff)
note when these first appeared; ok jmc
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/insque.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index 14f8fdfe5aa..33b193ca807 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: insque.3,v 1.4 2005/07/07 07:48:59 jmc Exp $
+.\" $OpenBSD: insque.3,v 1.5 2005/07/26 04:13:18 jaredy Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -98,3 +98,5 @@ and
.Fn remque
functions are derived from the insque and remque instructions on a
.Tn VAX .
+They first appeared in
+.Bx 4.2 .