From 570bad51bbea64a045ef42dbc4981a0e900a0640 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 31 Mar 2003 02:43:38 +0000 Subject: [PATCH] bessel->Bessel (Igor Sobrado, PR misc/19700) --- gnu/dist/bc/doc/bc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/dist/bc/doc/bc.1 b/gnu/dist/bc/doc/bc.1 index 016ff66daeca..b66ffe1a0ad3 100644 --- a/gnu/dist/bc/doc/bc.1 +++ b/gnu/dist/bc/doc/bc.1 @@ -509,7 +509,7 @@ The natural logarithm of x. .IP "e (\fIx\fR)" The exponential function of raising e to the value x. .IP "j (\fIn,x\fR)" -The bessel function of integer order n of x. +The Bessel function of integer order n of x. .SS EXAMPLES In /bin/sh, the following will assign the value of "pi" to the shell variable \fBpi\fR.