Re: correction for insque.3

2020-04-26 Thread Jason McIntyre
On Thu, Apr 23, 2020 at 05:48:42PM -0400, Andras Farkas wrote: > I was reading the thread about STAILQ and SIMPLEQ and thought it was > interesting, so I then read a little about sys/queue.h and search.h > I noticed an error in insque.3: > https://man.openbsd.org/insque.3 > The words "next" and "pr

Re: correction for insque.3

2020-04-24 Thread Andras Farkas
I have an alternative to insque3difflarge.txt as for clarifying the wording: simply removing the word "respectively", so the end of the sentence is just "in the queue." (that said, I have a preference for what I actually sent as a diff) On Thu, Apr 23, 2020 at 5:48 PM Andras Farkas wrote: > > I

correction for insque.3

2020-04-23 Thread Andras Farkas
I was reading the thread about STAILQ and SIMPLEQ and thought it was interesting, so I then read a little about sys/queue.h and search.h I noticed an error in insque.3: https://man.openbsd.org/insque.3 The words "next" and "previous" are swapped, as it is the first pointer that points to the next e