summaryrefslogtreecommitdiff
path: root/lib/libc/gen/frexp.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
commitc9a0b521314010ea02baa07614fb4825386710bf (patch)
treed9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/frexp.3
parenta6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff)
change some .Em/.Va to .Li, looks nicer
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r--lib/libc/gen/frexp.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3
index fee2ca4de7b..8551fa6c324 100644
--- a/lib/libc/gen/frexp.3
+++ b/lib/libc/gen/frexp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: frexp.3,v 1.3 1999/05/16 19:54:51 alex Exp $
+.\" $OpenBSD: frexp.3,v 1.4 1999/06/05 03:44:53 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,24 +51,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
+.Li int
object pointed to by
.Fa exp .
.Sh RETURN VALUES
The
.Fn frexp
function returns the value
-.Em x ,
+.Li x ,
such that
-.Em x
+.Li x
is a
-.Em double
+.Li double
with magnitude in the interval
.Bq 1/2 , 1
or zero, and
.Fa value
equals
-.Em x
+.Li x
times 2 raised to the power
.Fa *exp .
If