Bug 94938

Summary: queue(3): Manual page mentions five data structures instead of four
Product: Documentation Reporter: Ed Schouten <ed>
Component: Books & ArticlesAssignee: Ed Maste <emaste>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ed Schouten 2006-03-25 22:40:12 UTC
The queue(3) manpage mentions the following sentence:

"These macros define and operate on four types of data structures:"

One paragraph later:

"Singly-linked lists are the simplest of the five data structures and
support only the above functionality."

Fix: %%%
How-To-Repeat: Run `man 3 queue`.
Comment 1 Ed Maste freebsd_committer freebsd_triage 2006-03-25 22:56:29 UTC
Responsible Changed
From-To: freebsd-doc->emaste

I'll fix this.  Looks like a CIRCLEQ remnant.
Comment 2 Ed Maste freebsd_committer freebsd_triage 2006-03-25 23:11:32 UTC
State Changed
From-To: open->patched

Committed to HEAD.
Comment 3 Ed Maste freebsd_committer freebsd_triage 2006-05-02 05:04:49 UTC
State Changed
From-To: patched->closed

MFC'd for 5.5 and 6.1. 
Thanks for the report.