diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/insque.3 | 4 |
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 . |