diff options
author | 2000-11-21 05:14:15 +0000 | |
---|---|---|
committer | 2000-11-21 05:14:15 +0000 | |
commit | 1a652f7cf07d30a03c7cdd169a733ac0eecdb1c0 (patch) | |
tree | b71163c071fb3cb74f5235a26a5ced18a1edd95d /share/man/man3/queue.3 | |
parent | various man page updates from freebsd (diff) | |
download | wireguard-openbsd-1a652f7cf07d30a03c7cdd169a733ac0eecdb1c0.tar.xz wireguard-openbsd-1a652f7cf07d30a03c7cdd169a733ac0eecdb1c0.zip |
TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar
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 5fba8ffb099..5b7497dd770 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: queue.3,v 1.12 2000/10/26 00:37:03 aaron Exp $ +.\" $OpenBSD: queue.3,v 1.13 2000/11/21 05:14:15 deraadt 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. @@ -188,7 +188,7 @@ .Fn TAILQ_END "TAILQ_HEAD *head" .Ft "struct TYPE *" .Fn TAILQ_LAST "TAILQ_HEAD *head" "HEADNAME NAME" -.Fn TAILQ_PREV "TAILQ_HEAD *head" "HEADNAME NAME" +.Fn TAILQ_PREV "struct TYPE *listelm" "TAILQ_HEAD *head" "HEADNAME NAME" .Ft "bool" .Fn TAILQ_EMPTY "TAILQ_HEAD *head" .Fn TAILQ_FOREACH "VARNAME" "TAILQ_HEAD *head" "TAILQ_ENTRY NAME" |