Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 s/All four/All five/
details: https://anonhg.NetBSD.org/src/rev/27219173d823
branches: trunk
changeset: 521881:27219173d823
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Feb 07 17:15:23 2002 +0000
description:
s/All four/All five/
diffstat:
share/man/man3/queue.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1f3361caf7f5 -r 27219173d823 share/man/man3/queue.3
--- a/share/man/man3/queue.3 Thu Feb 07 17:06:00 2002 +0000
+++ b/share/man/man3/queue.3 Thu Feb 07 17:15:23 2002 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index