Author: Girish VenkatachalamGirish Venkatachalam
Date: Dec 20, 2007 20:36
Please fix it.
cvs diff: Diffing share/man/man3
Index: share/man/man3/queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.44
diff -u -r1.44 queue.3
--- share/man/man3/queue.3 16 Dec 2007 13:23:57 -0000 1.44
+++ share/man/man3/queue.3 20 Dec 2007 21:48:57 -0000
@@ -174,6 +174,8 @@
.Fn SIMPLEQ_NEXT "struct TYPE *listelm" "SIMPLEQ_ENTRY NAME"
.Ft "struct TYPE *"
.Fn SIMPLEQ_END "SIMPLEQ_HEAD *head"
+.Ft "bool"
+.Fn SIMPLEQ_EMPTY "SIMPLEQ_HEAD *head"
.Ft void
.Fn SIMPLEQ_INIT "SIMPLEQ_HEAD *head"
.Ft void
Thanks.
|