FreeBSD Bugzilla – Attachment 13167 Details for
Bug 25184
Clean last tracks of CIRCLEQ from queue.3 manpage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.06 KB, created by
Alex Kapranoff
on 2001-02-18 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kapranoff
Created:
2001-02-18 09:20:01 UTC
Size:
1.06 KB
patch
obsolete
>--- /usr/src/share/man/man3/queue.3 Sun Dec 31 03:14:28 2000 >+++ ./queue.3 Sun Feb 18 10:49:17 2001 >@@ -154,10 +154,9 @@ > .Fn TAILQ_REMOVE "TAILQ_HEAD *head" "TYPE *elm" "TAILQ_ENTRY NAME" > .\" > .Sh DESCRIPTION >-These macros define and operate on five types of data structures: >-singly-linked lists, singly-linked tail queues, lists, tail queues, >-and circular queues. >-All five structures support the following functionality: >+These macros define and operate on four types of data structures: >+singly-linked lists, singly-linked tail queues, lists and tail queues. >+All four structures support the following functionality: > .Bl -enum -compact -offset indent > .It > Insertion of a new entry at the head of the list. >@@ -197,8 +196,8 @@ > few or no removals, > or for implementing a FIFO queue. > .Pp >-All doubly linked types of data structures (lists, tail queues, and circle >-queues) additionally allow: >+All doubly linked types of data structures (lists and tail queues) >+additionally allow: > .Bl -enum -compact -offset indent > .It > Insertion of a new entry before any element in the list.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25184
: 13167