diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-02 19:06:59 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-02 19:06:59 +0000 |
commit | f6717f575e2234e71a172184a766daa52c29ff4e (patch) | |
tree | c3042eacc1fbb2cad5e951bad83b5c5a8b04613f /share | |
parent | 3f92cec27be6ea7a8b908baccc6a4030e07b4393 (diff) |
add lost .Nm entry to .Sh NAME;
millert@ ok.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/queue.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index fe6290e76e0..6e2b2027b79 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: queue.3,v 1.19 2001/06/23 04:46:30 angelos Exp $ +.\" $OpenBSD: queue.3,v 1.20 2001/08/02 19:06:58 mpech 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. @@ -104,6 +104,7 @@ .Nm CIRCLEQ_PREV , .Nm CIRCLEQ_EMPTY , .Nm CIRCLEQ_FOREACH , +.Nm CIRCLEQ_FOREACH_REVERSE , .Nm CIRCLEQ_INIT , .Nm CIRCLEQ_INSERT_AFTER , .Nm CIRCLEQ_INSERT_BEFORE , |