diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 1998-02-04 22:30:20 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 1998-02-04 22:30:20 +0000 |
| commit | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (patch) | |
| tree | 595aab0d2ab864abe804acdb66ee4c07c9474f50 /lib | |
| parent | 4c890f3b43f0333652b1da468e80d035fa7ba012 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/signal.3 | 1 | ||||
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/sigprocmask.2 | 1 | ||||
| -rw-r--r-- | lib/msun/man/math.3 | 11 |
4 files changed, 14 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index aadea3584173..90faadcf5147 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -218,6 +218,7 @@ or .Xr sigaltstack 2 , .Xr sigprocmask 2 , .Xr sigsuspend 2 , +.Xr fpsetmask 3 , .Xr setjmp 3 , .Xr tty 4 .Sh HISTORY diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 6bd3246d602b..50372418a81b 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94 -.\" $Id: sigaction.2,v 1.14 1997/09/13 19:43:24 joerg Exp $ +.\" $Id: sigaction.2,v 1.15 1998/01/02 19:22:48 alex Exp $ .\" .Dd April 3, 1994 .Dt SIGACTION 2 @@ -404,6 +404,7 @@ flags are featuring options commonly found in other operating systems. .Xr sigsuspend 2 , .Xr sigvec 2 , .Xr wait 2 , +.Xr fpsetmask 3 , .Xr setjmp 3 , .Xr siginterrupt 3 , .Xr sigsetops 3 , diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index af1b574ded97..ee47585e9ac2 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -111,6 +111,7 @@ has a value other than those listed here. .Xr kill 2 , .Xr sigaction 2 , .Xr sigsuspend 2 , +.Xr fpsetmask 3 , .Xr sigsetops 3 .Sh STANDARDS The diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index f1fec654c6c4..1b129fc94e66 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id: math.3,v 1.5 1997/02/22 15:09:39 peter Exp $ +.\" $Id: math.3,v 1.6 1998/01/15 23:28:18 danny Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 @@ -623,6 +623,15 @@ IEEE 754 defaults for granted; this means that a decision to trap all divisions by zero could disrupt a code that would otherwise get correct results despite division by zero. .SH SEE ALSO +\fBfpgetround\fR(3), +\fBfpsetround\fR(3), +\fBfpgetprec\fR(3), +\fBfpsetprec\fR(3), +\fBfpgetmask\fR(3), +\fBfpsetmask\fR(3), +\fBfpgetsticky\fR(3), +\fBfpresetsticky\fR(3) - IEEE floating point interface +.SH NOTES An explanation of IEEE 754 and its proposed extension p854 was published in the IEEE magazine MICRO in August 1984 under the title "A Proposed Radix\- and Word\-length\-independent |
