summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1998-02-04 22:30:20 +0000
committerjlemon <jlemon@FreeBSD.org>1998-02-04 22:30:20 +0000
commit856becd843ef5a7a14eeb66b3159728409ccdbfc (patch)
treeceae2710918fb55748526ce5f5f948076ce5e985 /lib/libc/sys
parentcd0b25e001ac2e2d21ff45808806818f6b28ffe7 (diff)
downloadFreeBSD-src-856becd843ef5a7a14eeb66b3159728409ccdbfc.zip
FreeBSD-src-856becd843ef5a7a14eeb66b3159728409ccdbfc.tar.gz
Document the fpgetprec/fpsetprec functions in their man page.
Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigaction.23
-rw-r--r--lib/libc/sys/sigprocmask.21
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 6bd3246..5037241 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 af1b574..ee47585 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
OpenPOWER on IntegriCloud