diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
commit | c9a0b521314010ea02baa07614fb4825386710bf (patch) | |
tree | d9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/modf.3 | |
parent | a6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff) |
change some .Em/.Va to .Li, looks nicer
Diffstat (limited to 'lib/libc/gen/modf.3')
-rw-r--r-- | lib/libc/gen/modf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index dbee8a591c3..0d1a5dc0ff8 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modf.3,v 1.2 1996/08/19 08:25:00 tholo Exp $ +.\" $OpenBSD: modf.3,v 1.3 1999/06/05 03:44:54 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -53,7 +53,7 @@ function breaks the argument into integral and fractional parts, each of which has the same sign as the argument. It stores the integral part as a -.Em double +.Li double in the object pointed to by .Fa iptr . .Sh RETURN VALUES |