Module Name: src
Committed By: jruoho
Date: Fri Apr 30 10:24:02 UTC 2010
Modified Files:
src/lib/libc/stdlib: insque.3
Log Message:
Rewrite the HISTORY section.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/insque.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/insque.3
diff -u src/lib/libc/stdlib/insque.3:1.4 src/lib/libc/stdlib/insque.3:1.5
--- src/lib/libc/stdlib/insque.3:1.4 Tue Mar 10 23:37:01 2009
+++ src/lib/libc/stdlib/insque.3 Fri Apr 30 10:24:02 2010
@@ -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 @@
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 .