diff options
author | jmc <> | 2020-04-26 13:59:56 +0000 |
---|---|---|
committer | jmc <> | 2020-04-26 13:59:56 +0000 |
commit | 1601e8a80df65edf9caa16ee5850b4bd14cf4295 (patch) | |
tree | 7830a72a35214efaff64d34e72f9a39fc675f478 | |
parent | 76f02ea4d42fb4f8bc1d3205732974f22f7bf03b (diff) | |
download | openbsd-1601e8a80df65edf9caa16ee5850b4bd14cf4295.tar.gz openbsd-1601e8a80df65edf9caa16ee5850b4bd14cf4295.tar.bz2 openbsd-1601e8a80df65edf9caa16ee5850b4bd14cf4295.zip |
fix the description; from andras farkas
ok schwarze
kill a Tn while here...
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 9 |
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 |
63 | The first two elements in the struct must be pointers of the | 63 | The first two elements in the struct must be pointers of the |
64 | same type that point to the previous and next elements in | 64 | same type that point to the next and previous elements in |
65 | the queue respectively. | 65 | the queue respectively. |
66 | Any subsequent data in the struct is application-dependent. | 66 | Any 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 |
99 | and | 99 | and |
100 | .Li remque | 100 | .Li remque |
101 | instructions on the | 101 | instructions on the VAX. |
102 | .Tn VAX . | ||
103 | They first appeared in | 102 | They first appeared in |
104 | .Bx 4.2 . | 103 | .Bx 4.2 . |