diff options
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 4 |
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 |
99 | functions are derived from the insque and remque instructions on a | 99 | functions are derived from the insque and remque instructions on a |
100 | .Tn VAX . | 100 | .Tn VAX . |
101 | They first appeared in | ||
102 | .Bx 4.2 . | ||