I would much prefer ANSI notation than K&R notation -- among other
things, all the other manpages use it, and K&R was seriously
underspecified.
That said, though, it looks fairly good as it is now.
[...more after quote...]
On 7/18/06, Dave Pawson <[EMAIL PROTECTED]> wrote:
I just ran that through my rev of the stylesheets and produced
void qsort( dataptr,
left,
right,
comp);
void * dataptr[];
int left;
int right;
int (*comp) (void *, void *);
1. I think your version of docbook may be out of date.
I was going by the version of the docs on docbook.org.
2. The example in 'the definitive guide' seems wrong.
Right. :)
3. You get what you want (from what I see? Is that right)
As I said, I'd prefer ANSI notation, but as long as the parameters are
fully specified in the documentation I'll deal. :)
Cheers!
-Kyle H
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]