Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/man Add No macro to ensure that "and" word is not t...
details: https://anonhg.NetBSD.org/src/rev/471224eae766
branches: trunk
changeset: 782636:471224eae766
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Nov 10 15:59:58 2012 +0000
description:
Add No macro to ensure that "and" word is not taken as function
argument.
diffstat:
lib/libm/man/math.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f49655421a92 -r 471224eae766 lib/libm/man/math.3
--- a/lib/libm/man/math.3 Sat Nov 10 15:10:22 2012 +0000
+++ b/lib/libm/man/math.3 Sat Nov 10 15:59:58 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: math.3,v 1.25 2011/09/22 18:14:09 njoly Exp $
+.\" $NetBSD: math.3,v 1.26 2012/11/10 15:59:58 njoly Exp $
.\"
.\" Copyright (c) 1985 Regents of the University of California.
.\" All rights reserved.
@@ -535,7 +535,7 @@
.Bl -ohang -offset indent
.It Over/Underflow
when a result, if properly computed, might have lain barely within range, and
-.It Inexact in Fn cbrt , Fn hypot , Fn log10 and Fn pow
+.It Inexact in Fn cbrt , Fn hypot , Fn log10 No and Fn pow
when it happens to be exact, thanks to fortuitous cancellation of errors.
.El
Otherwise, ...
Home |
Main Index |
Thread Index |
Old Index