summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/man')
-rw-r--r--lib/msun/man/fenv.32
-rw-r--r--lib/msun/man/lround.36
-rw-r--r--lib/msun/man/round.32
-rw-r--r--lib/msun/man/trunc.32
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/msun/man/fenv.3 b/lib/msun/man/fenv.3
index 1ae0177..3450153 100644
--- a/lib/msun/man/fenv.3
+++ b/lib/msun/man/fenv.3
@@ -75,7 +75,7 @@
.Ft int
.Fn fedisableexcept "int excepts"
.Ft int
-.Fn fegetexcept "void"
+.Fn fegetexcept void
.Sh DESCRIPTION
The
.In fenv.h
diff --git a/lib/msun/man/lround.3 b/lib/msun/man/lround.3
index f2c4a3f..a98229d 100644
--- a/lib/msun/man/lround.3
+++ b/lib/msun/man/lround.3
@@ -101,12 +101,12 @@ functions conform to
.St -isoC-99 .
.Sh HISTORY
The
-.Ft float
+.Vt float
and
-.Ft double
+.Vt double
versions of these routines first appeared in
.Fx 5.4 .
The
-.Ft long double
+.Vt "long double"
versions appeared in
.Fx 6.0 .
diff --git a/lib/msun/man/round.3 b/lib/msun/man/round.3
index 262cf0f..24b3970 100644
--- a/lib/msun/man/round.3
+++ b/lib/msun/man/round.3
@@ -40,7 +40,7 @@
.Fn round "double x"
.Ft float
.Fn roundf "float x"
-.Ft long double
+.Ft "long double"
.Fn roundl "long double x"
.Sh DESCRIPTION
The
diff --git a/lib/msun/man/trunc.3 b/lib/msun/man/trunc.3
index c510095..7d9e828 100644
--- a/lib/msun/man/trunc.3
+++ b/lib/msun/man/trunc.3
@@ -40,7 +40,7 @@
.Fn trunc "double x"
.Ft float
.Fn truncf "float x"
-.Ft long double
+.Ft "long double"
.Fn truncl "long double x"
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud