summaryrefslogtreecommitdiff
path: root/share/man/man3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
commita8101bb62a943a6f3be32e278dfb61b33f912399 (patch)
tree729bb494a3d7ffc4446d41c7f093d0b3c6b5e639 /share/man/man3
parent12ca5d25eb55ba1e1070228b55554de4dfdc9676 (diff)
A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/queue.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 95f038ea454..b448de3abcb 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.15 2000/12/14 20:20:06 provos Exp $
+.\" $OpenBSD: queue.3,v 1.16 2001/03/01 16:11:14 aaron 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.
@@ -796,7 +796,7 @@ The
.Fn TAILQ_FOREACH_REVERSE
acts like
.Fn TAILQ_FOREACH
-but traveres the tail queue in reverse.
+but traverses the tail queue in reverse.
.Pp
The
.Fn TAILQ_EMPTY
@@ -977,7 +977,7 @@ The
.Fn SIMPLEQ_END
and
.Fn TAILQ_END
-macros are provided for symetry with
+macros are provided for symmetry with
.Fn CIRCLEQ_END .
They expand to
.Dv NULL