summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-04-30 10:24:02 +0000
committerjruoho <jruoho@NetBSD.org>2010-04-30 10:24:02 +0000
commita293ac8fcc86ac9721319bd5e0a4e098c77f9fc5 (patch)
tree56e6f1f96a71f3d293c47438212b76e5c9b9c7c7 /lib/libc/stdlib
parenteecb0b5e2c7c49a2e282a52ce43e9407fa96ee36 (diff)
Rewrite the HISTORY section.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/insque.317
1 files changed, 14 insertions, 3 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index d8700019bb4..fdb86b7d868 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -24,9 +24,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $NetBSD: insque.3,v 1.4 2009/03/10 23:37:01 joerg Exp $
+.\" $NetBSD: insque.3,v 1.5 2010/04/30 10:24:02 jruoho Exp $
.\"
-.Dd July 6, 2005
+.Dd April 30, 2010
.Dt INSQUE 3
.Os
.Sh NAME
@@ -66,4 +66,15 @@ and
functions conform to
.St -p1003.1-2001 .
.Sh HISTORY
-These are derived from the insque and remque instructions on a VAX.
+The
+.Fn insque
+and
+.Fn remque
+are derived from the
+.Sq insque
+and
+.Sq remque
+instructions on the
+.Tn VAX .
+They first appeared in
+.Bx 4.2 .