aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/frexp.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/gen/frexp.3
parent1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff)
downloadsrc-5c564bae0a7655b1a517f322ad410a743e98e8d2.tar.gz
src-5c564bae0a7655b1a517f322ad410a743e98e8d2.zip
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Notes
Notes: svn path=/head/; revision=108040
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r--lib/libc/gen/frexp.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3
index 8236810a1bd5..9e9c01c30d45 100644
--- a/lib/libc/gen/frexp.3
+++ b/lib/libc/gen/frexp.3
@@ -54,24 +54,24 @@ The
function breaks a floating-point number into a normalized
fraction and an integral power of 2.
It stores the integer in the
-.Em int
+.Vt int
object pointed to by
.Fa exp .
.Sh RETURN VALUES
The
.Fn frexp
function returns the value
-.Em x ,
+.Va x ,
such that
-.Em x
+.Va x
is a
-.Em double
+.Vt double
with magnitude in the interval
.Bo 1/2 , 1 Pc
or zero, and
.Fa value
equals
-.Em x
+.Va x
times 2 raised to the power
.Fa *exp .
If