diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
| commit | c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00 (patch) | |
| tree | d1d2ad8e63db3576c278d071cec33cf56a561d92 /man3 | |
| parent | c90511a630beedc0411d800399d216138a9f4875 (diff) | |
| download | man-pages-c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00.tar.gz | |
ffix
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/btree.3 | 4 | ||||
| -rw-r--r-- | man3/ceil.3 | 6 | ||||
| -rw-r--r-- | man3/dbopen.3 | 4 | ||||
| -rw-r--r-- | man3/floor.3 | 6 | ||||
| -rw-r--r-- | man3/hash.3 | 4 | ||||
| -rw-r--r-- | man3/lgamma.3 | 4 | ||||
| -rw-r--r-- | man3/rint.3 | 6 | ||||
| -rw-r--r-- | man3/round.3 | 6 |
8 files changed, 32 insertions, 8 deletions
diff --git a/man3/btree.3 b/man3/btree.3 index 414a801629..61d8db9bbe 100644 --- a/man3/btree.3 +++ b/man3/btree.3 @@ -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 diff --git a/man3/ceil.3 b/man3/ceil.3 index 5787fff55d..550d9d5e9e 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -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. diff --git a/man3/dbopen.3 b/man3/dbopen.3 index 99ca326162..1a6bc3bfbb 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -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 diff --git a/man3/floor.3 b/man3/floor.3 index b69f531919..3aede98105 100644 --- a/man3/floor.3 +++ b/man3/floor.3 @@ -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. diff --git a/man3/hash.3 b/man3/hash.3 index 81ef43570e..7b4ad27738 100644 --- a/man3/hash.3 +++ b/man3/hash.3 @@ -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 diff --git a/man3/lgamma.3 b/man3/lgamma.3 index 428d453b03..3d03bc085d 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -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 diff --git a/man3/rint.3 b/man3/rint.3 index 067db8bfa5..6a8d630b38 100644 --- a/man3/rint.3 +++ b/man3/rint.3 @@ -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. diff --git a/man3/round.3 b/man3/round.3 index a1c67b6094..1cc383b895 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -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. |
