summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-01-04 20:45:02 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-01-04 20:45:02 +0000
commit387931a6b2419a10b120414503bcb59e9d9158de (patch)
tree4b061048a8ce9ee6db1627ca4f307974d00d76a2
parentc0b5f25f11b91fbbdc668cf64b5979d18dd49288 (diff)
typo
-rw-r--r--share/man/man3/queue.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 37b43788570..f4329c0f1a6 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.36 2004/08/16 21:31:31 jmc Exp $
+.\" $OpenBSD: queue.3,v 1.37 2005/01/04 20:45:01 jaredy Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -374,7 +374,7 @@ using the macros
or
.Fn CIRCLEQ_HEAD .
See the examples below for further explanation of how these macros are used.
-.Sh SINGLY_LINKED LISTS
+.Sh SINGLY-LINKED LISTS
A singly-linked list is headed by a structure defined by the
.Fn SLIST_HEAD
macro.