diff options
Diffstat (limited to 'contrib/bc/doc/bc.1')
-rw-r--r-- | contrib/bc/doc/bc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |