Module Name: src Committed By: njoly Date: Sat Nov 10 15:59:58 UTC 2012
Modified Files: src/lib/libm/man: math.3 Log Message: Add No macro to ensure that "and" word is not taken as function argument. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libm/man/math.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libm/man/math.3 diff -u src/lib/libm/man/math.3:1.25 src/lib/libm/man/math.3:1.26 --- src/lib/libm/man/math.3:1.25 Thu Sep 22 18:14:09 2011 +++ src/lib/libm/man/math.3 Sat Nov 10 15:59:58 2012 @@ -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 @@ They signal no inappropriate exception e .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, ...