From 260fa64a35174a5ab4b53eec6c75618fb117bee6 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 4 Jun 1998 21:06:07 +0000 Subject: Fix a bunch of spelling errors. PR: 6856 Submitted by: Josh Gilliam --- contrib/bc/doc/bc.1 | 4 ++-- contrib/bc/doc/dc.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/bc') diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1 index 9194dca..cfa3cd8 100644 --- a/contrib/bc/doc/bc.1 +++ b/contrib/bc/doc/bc.1 @@ -750,14 +750,14 @@ This is the same as the \fB-s\fR option. .IP "BC_ENV_ARGS" This is another mechanism to get arguments to \fBbc\fR. The format is the same as the command line arguments. These arguments -are processed first, so any files listed in the environent arguments +are processed first, so any files listed in the environment arguments are processed before any command line argument files. This allows the user to set up "standard" options and files to be processed at every invocation of \fBbc\fR. The files in the environment variables would typically contain function definitions for functions the user wants defined every time \fBbc\fR is run. .IP "BC_LINE_LENGTH" -This should be an integer specifing the number of characters in an +This should be an integer specifying the number of characters in an output line for numbers. This includes the backslash and newline characters for long numbers. .SH FILES diff --git a/contrib/bc/doc/dc.1 b/contrib/bc/doc/dc.1 index f64e0f9..c4821b7 100644 --- a/contrib/bc/doc/dc.1 +++ b/contrib/bc/doc/dc.1 @@ -140,7 +140,7 @@ The third value popped is the base which gets exponentiated. The precision value specifies the number of fraction digits in the result. For small numbers this is like the sequence \fBSm lble^ Lm%\fP, -but, unlike \fB^\fP, this command will work with arbritrarily large exponents. +but, unlike \fB^\fP, this command will work with arbitrarily large exponents. .TP .B v Pops one value, -- cgit v1.1