summaryrefslogtreecommitdiffstats
path: root/share/man/man3/fpgetround.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 20:42:18 +0000
committerbde <bde@FreeBSD.org>1997-03-19 20:42:18 +0000
commit302d7fa0187aab2e8cc5c510870a0acef7109d78 (patch)
tree717e540466c6d1c72c45712141c0e7369c3390b6 /share/man/man3/fpgetround.3
parent4ddfd87a55770db121e26e2a39433682bb0c0777 (diff)
downloadFreeBSD-src-302d7fa0187aab2e8cc5c510870a0acef7109d78.zip
FreeBSD-src-302d7fa0187aab2e8cc5c510870a0acef7109d78.tar.gz
Fixed misuse of .Ft for enum members. (.Fa seems to be the best
available macro for enum, struct and union members. .Ft seems to be the best available macro for enum, struct and union tags and types). Fixed missing void arg types.
Diffstat (limited to 'share/man/man3/fpgetround.3')
-rw-r--r--share/man/man3/fpgetround.316
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3
index 35e2f07..bd6bc17 100644
--- a/share/man/man3/fpgetround.3
+++ b/share/man/man3/fpgetround.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fpgetround.3 1.0 (Berkeley) 9/23/93
-.\" $Id$
+.\" $Id: fpgetround.3,v 1.3 1997/03/07 03:27:53 jmg Exp $
.\"
.Dd August 23, 1993
.Dt FPGETROUND 3
@@ -47,22 +47,22 @@
.Fd #include <floatingpoint.h>
.Ft typedef enum {
.br
-.Ft FP_RN,
+.Fa FP_RN,
.Li /* round to nearest */
.br
-.Ft FP_RM,
+.Fa FP_RM,
.Li /* round to minus infinity */
.br
-.Ft FP_RP,
+.Fa FP_RP,
.Li /* round to plus infinity */
.br
-.Ft FP_RZ,
+.Fa FP_RZ,
.Li /* truncate */
.br
.Ft } fp_rnd;
.Pp
.Ft fp_rnd
-.Fn fpgetround ""
+.Fn fpgetround void
.Ft fp_rnd
.Fn fpsetround "fp_rnd direction"
.Fd #define fp_except int
@@ -73,11 +73,11 @@
.Fd #define FP_X_IMP 0x20 /* loss of precision */
.Fd #define FP_X_DNML 0x02 /* denormal */
.Ft fp_except
-.Fn fpgetmask ""
+.Fn fpgetmask void
.Ft fp_except
.Fn fpsetmask "fp_except mask"
.Ft fp_except
-.Fn fpgetsticky ""
+.Fn fpgetsticky void
.Ft fp_except
.Fn fpresetsticky "fp_except sticky"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud