mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: another nit in queue(3) man page         


Author: Girish Venkatachalam
Date: Dec 20, 2007 21:58

On 06:38:02 Dec 21, Otto Moerbeek wrote:
> Make than an int and I'm fine with it.
>

You are right.

-Girish
Index: share/man/man3/queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.44
diff -u ...
Show full article (2.06Kb)
no comments
  Re: another nit in queue(3) man page         


Author: Otto Moerbeek
Date: Dec 20, 2007 21:40

On Fri, Dec 21, 2007 at 03:33:43AM +0530, Girish Venkatachalam wrote:
> Please fix it.

Make than an int and I'm fine with it.

-Otto
Show full article (0.83Kb)
no comments
  another nit in queue(3) man page         


Author: Girish 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.
Show full article (0.66Kb)
no comments