cvs commit: src/lib/libc/sys read.2

Dag-Erling Smørgrav des at des.no
Wed Jun 16 11:20:57 GMT 2004


Ruslan Ermilov <ru at FreeBSD.org> writes:
> On Tue, Jun 15, 2004 at 11:22:40AM -0400, Garrett Wollman wrote:
> > Actually, it's {IOV_MAX}.
> You mean you want it marked up like in POSIX, with curlies?
> We still use guidelines from mdoc(7) (where is talks about
> "Defined Variables"), and there are no curlies here, but we
> can change the practice if strongly necessary.  I failed to
> find a definition of using curlies in this case in the POSIX
> spec, can you point me into the right direction?

Note 4 in the _Typographical Conventions_ section in the frontmatter:

"Names surrounded by braces represent symbolic limits or configuration
values which may be declared in appropriate headers by means of the C
#define construct."

Note that POSIX does not require IOV_MAX to be defined in <limits.h>;
if it isn't, the value of sysconf(_SC_IOV_MAX) should be used instead.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list