summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/insque.39
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3
index 415a7c3448..16b679b67b 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.10 2014/11/30 20:19:12 schwarze Exp $ 1.\" $OpenBSD: insque.3,v 1.11 2020/04/26 13:59:56 jmc Exp $
2.\" Copyright (c) 1993 John Brezak 2.\" Copyright (c) 1993 John Brezak
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -26,7 +26,7 @@
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" 28.\"
29.Dd $Mdocdate: November 30 2014 $ 29.Dd $Mdocdate: April 26 2020 $
30.Dt INSQUE 3 30.Dt INSQUE 3
31.Os 31.Os
32.Sh NAME 32.Sh NAME
@@ -61,7 +61,7 @@ struct qelem {
61.Ed 61.Ed
62.Pp 62.Pp
63The first two elements in the struct must be pointers of the 63The first two elements in the struct must be pointers of the
64same type that point to the previous and next elements in 64same type that point to the next and previous elements in
65the queue respectively. 65the queue respectively.
66Any subsequent data in the struct is application-dependent. 66Any subsequent data in the struct is application-dependent.
67.Pp 67.Pp
@@ -98,7 +98,6 @@ functions are derived from the
98.Li insque 98.Li insque
99and 99and
100.Li remque 100.Li remque
101instructions on the 101instructions on the VAX.
102.Tn VAX .
103They first appeared in 102They first appeared in
104.Bx 4.2 . 103.Bx 4.2 .