diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-07 07:18:18 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-07 07:18:18 +0000 |
commit | c2f4d2f4cbaf540f4c90021bf333573dc1c9efcf (patch) | |
tree | 2cefadf2095dec59600982d990fe365a26f05564 /share/man/man3 | |
parent | a8fd890313b8f40cf679fe826a26700ecf4986f3 (diff) |
document ALL the args to TAILQ_FOREACH_REVERSE
Diffstat (limited to 'share/man/man3')
-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 |