This commit is contained in:
Michael Kerrisk 2007-06-22 18:09:13 +00:00
parent c90511a630
commit c8fe3fa2ee
8 changed files with 32 additions and 8 deletions

View File

@ -185,7 +185,9 @@ If
.I lorder
is 0 (no order is specified) the current host order is used.
.PP
If the file already exists (and the O_TRUNC flag is not specified), the
If the file already exists (and the
.B O_TRUNC
flag is not specified), the
values specified for the parameters flags, lorder and psize are ignored
in favor of the values used when the tree was created.
.PP

View File

@ -43,7 +43,11 @@ The rounded integer value.
If \fIx\fP is integral or infinite,
\fIx\fP itself is returned.
.SH ERRORS
No errors other than EDOM and ERANGE can occur.
No errors other than
.B EDOM
and
.B ERANGE
can occur.
If \fIx\fP is NaN, then NaN is returned and
.I errno
may be set to EDOM.

View File

@ -74,7 +74,9 @@ and
arguments are as specified to the
.BR open (2)
routine, however, only the O_CREAT, O_EXCL, O_EXLOCK, O_NONBLOCK,
O_RDONLY, O_RDWR, O_SHLOCK and O_TRUNC flags are meaningful.
O_RDONLY, O_RDWR, O_SHLOCK and
.B O_TRUNC
flags are meaningful.
(Note, opening a database file O_WRONLY is not possible.)
.\"Three additional options may be specified by
.\".IR or 'ing

View File

@ -42,7 +42,11 @@ The rounded integer value.
If \fIx\fP is integral or infinite,
\fIx\fP itself is returned.
.SH ERRORS
No errors other than EDOM and ERANGE can occur.
No errors other than
.B EDOM
and
.B ERANGE
can occur.
If \fIx\fP is NaN, then NaN is returned and
.I errno
may be set to EDOM.

View File

@ -122,7 +122,9 @@ is 0 (no order is specified) the current host order is used.
If the file already exists, the specified value is ignored and the
value specified when the tree was created is used.
.PP
If the file already exists (and the O_TRUNC flag is not specified), the
If the file already exists (and the
.B O_TRUNC
flag is not specified), the
values specified for the parameters bsize, ffactor, lorder and nelem are
ignored and the values specified when the tree was created are used.
.PP

View File

@ -48,7 +48,9 @@ been introduced; they return this sign via the parameter
For non-positive integer values of \fIx\fP,
.BR lgamma ()
returns HUGE_VAL,
sets \fIerrno\fP to ERANGE and raises the zero divide exception.
sets \fIerrno\fP to
.B ERANGE
and raises the zero divide exception.
(Similarly,
.BR lgammaf ()
returns HUGE_VALF and

View File

@ -59,7 +59,11 @@ The rounded integer value.
If \fIx\fP is integral or infinite,
\fIx\fP itself is returned.
.SH ERRORS
No errors other than EDOM and ERANGE can occur.
No errors other than
.B EDOM
and
.B ERANGE
can occur.
If \fIx\fP is NaN, then NaN is returned and
.I errno
may be set to EDOM.

View File

@ -45,7 +45,11 @@ The rounded integer value.
If \fIx\fP is integral or infinite,
\fIx\fP itself is returned.
.SH ERRORS
No errors other than EDOM and ERANGE can occur.
No errors other than
.B EDOM
and
.B ERANGE
can occur.
If \fIx\fP is NaN, then NaN is returned and
.I errno
may be set to EDOM.