Browse Source

fix the description; from andras farkas

ok schwarze
kill a Tn while here...
OPENBSD_6_7
jmc 4 years ago
parent
commit
60427d0932
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      src/lib/libc/stdlib/insque.3

+ 4
- 5
src/lib/libc/stdlib/insque.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: insque.3,v 1.10 2014/11/30 20:19:12 schwarze Exp $
.\" $OpenBSD: insque.3,v 1.11 2020/04/26 13:59:56 jmc Exp $
.\" Copyright (c) 1993 John Brezak .\" Copyright (c) 1993 John Brezak
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -26,7 +26,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" .\"
.Dd $Mdocdate: November 30 2014 $
.Dd $Mdocdate: April 26 2020 $
.Dt INSQUE 3 .Dt INSQUE 3
.Os .Os
.Sh NAME .Sh NAME
@ -61,7 +61,7 @@ struct qelem {
.Ed .Ed
.Pp .Pp
The first two elements in the struct must be pointers of the The first two elements in the struct must be pointers of the
same type that point to the previous and next elements in
same type that point to the next and previous elements in
the queue respectively. the queue respectively.
Any subsequent data in the struct is application-dependent. Any subsequent data in the struct is application-dependent.
.Pp .Pp
@ -98,7 +98,6 @@ functions are derived from the
.Li insque .Li insque
and and
.Li remque .Li remque
instructions on the
.Tn VAX .
instructions on the VAX.
They first appeared in They first appeared in
.Bx 4.2 . .Bx 4.2 .

Loading…
Cancel
Save