Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/man Fix special chars and spacing in previous.



details:   https://anonhg.NetBSD.org/src/rev/e2f3245011ae
branches:  trunk
changeset: 769505:e2f3245011ae
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 12 17:08:22 2011 +0000

description:
Fix special chars and spacing in previous.

diffstat:

 lib/libm/man/ldexp.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r b959f1773bfb -r e2f3245011ae lib/libm/man/ldexp.3
--- a/lib/libm/man/ldexp.3      Mon Sep 12 16:48:48 2011 +0000
+++ b/lib/libm/man/ldexp.3      Mon Sep 12 17:08:22 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ldexp.3,v 1.2 2011/09/12 14:44:27 jruoho Exp $
+.\"    $NetBSD: ldexp.3,v 1.3 2011/09/12 17:08:22 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,13 +70,13 @@
 .It
 If
 .Fa x
-is \*(Na , a \*(Na is returned.
+is \*(Na, a \*(Na is returned.
 .It
 If
 .Fa exp
 is zero or
 .Fa x
-is either \*(Pm\* 0 or \*(Pm\* Inf,
+is either \*(Pm 0 or \*(Pm\[if],
 .Fa x
 is returned.
 .It



Home | Main Index | Thread Index | Old Index