diff options
author | 2002-12-07 07:18:17 +0000 | |
---|---|---|
committer | 2002-12-07 07:18:17 +0000 | |
commit | 30c595d5a438b901d49bc3667ed458dff741fb9d (patch) | |
tree | 903465e6a5014c9c4d50c91c2f9be8d73b2724b1 /share/man/man3/queue.3 | |
parent | Don't use the RNG oscillator output directly, use the sha1'd version (the (diff) | |
download | wireguard-openbsd-30c595d5a438b901d49bc3667ed458dff741fb9d.tar.xz wireguard-openbsd-30c595d5a438b901d49bc3667ed458dff741fb9d.zip |
document ALL the args to TAILQ_FOREACH_REVERSE
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r-- | share/man/man3/queue.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index d484d4c7545..7d818930e78 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: queue.3,v 1.24 2002/11/07 21:02:43 millert Exp $ +.\" $OpenBSD: queue.3,v 1.25 2002/12/07 07:18:17 marc 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. @@ -199,7 +199,7 @@ .Ft "bool" .Fn TAILQ_EMPTY "TAILQ_HEAD *head" .Fn TAILQ_FOREACH "VARNAME" "TAILQ_HEAD *head" "TAILQ_ENTRY NAME" -.Fn TAILQ_FOREACH_REVERSE "VARNAME" "TAILQ_HEAD *head" "TAILQ_ENTRY NAME" +.Fn TAILQ_FOREACH_REVERSE "VARNAME" "TAILQ_HEAD *head" "TAILQ_ENTRY NAME" "HEADNAME" .Ft void .Fn TAILQ_INIT "TAILQ_HEAD *head" .Ft void |