s/All four/All five/

This commit is contained in:
wiz 2002-02-07 17:15:23 +00:00
parent b4156f9314
commit 384ddf7036

View File

@ -1,4 +1,4 @@
.\" $NetBSD: queue.3,v 1.20 2001/09/11 16:52:42 wiz Exp $
.\" $NetBSD: queue.3,v 1.21 2002/02/07 17:15:23 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -228,7 +228,7 @@
.Sh DESCRIPTION
These macros define and operate on five types of data structures:
singly-linked lists, lists, simple queues, tail queues, and circular
queues. All four structures support the following functionality:
queues. All five structures support the following functionality:
.Bl -enum -compact -offset indent
.It
Insertion of a new entry at the head of the list.