summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjaredy <>2005-07-26 04:13:18 +0000
committerjaredy <>2005-07-26 04:13:18 +0000
commit74f98fb019925b29c9cd4979435ee3ca17f74984 (patch)
tree0477ac8416b075a026090ff06386d5e5faf5278b /src
parent784cdc2a0a4ce17f4ae227250d54312c4574847e (diff)
downloadopenbsd-74f98fb019925b29c9cd4979435ee3ca17f74984.tar.gz
openbsd-74f98fb019925b29c9cd4979435ee3ca17f74984.tar.bz2
openbsd-74f98fb019925b29c9cd4979435ee3ca17f74984.zip
note when these first appeared; ok jmc
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/insque.34
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3
index 14f8fdfe5a..33b193ca80 100644
--- a/src/lib/libc/stdlib/insque.3
+++ b/src/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: insque.3,v 1.4 2005/07/07 07:48:59 jmc Exp $ 1.\" $OpenBSD: insque.3,v 1.5 2005/07/26 04:13:18 jaredy Exp $
2.\" Copyright (c) 1993 John Brezak 2.\" Copyright (c) 1993 John Brezak
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -98,3 +98,5 @@ and
98.Fn remque 98.Fn remque
99functions are derived from the insque and remque instructions on a 99functions are derived from the insque and remque instructions on a
100.Tn VAX . 100.Tn VAX .
101They first appeared in
102.Bx 4.2 .