diff options
author | ru <ru@FreeBSD.org> | 2001-07-12 07:35:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-12 07:35:06 +0000 |
commit | df95c87803aecc6365830a84072c162a344cb4d3 (patch) | |
tree | 33f536c7cc204cdc403e0019e861e658009cfaa6 /contrib | |
parent | 0a2c8c9782dcebde2129c7b808c056f9ae69af49 (diff) | |
download | FreeBSD-src-df95c87803aecc6365830a84072c162a344cb4d3.zip FreeBSD-src-df95c87803aecc6365830a84072c162a344cb4d3.tar.gz |
Fixed warning:
bc.1:643: warning: numeric expression expected (got `e')
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bc/doc/bc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1 index 908462c..bb19594 100644 --- a/contrib/bc/doc/bc.1 +++ b/contrib/bc/doc/bc.1 @@ -640,7 +640,7 @@ A major source of differences is extensions, where a feature is extended to add more functionality and additions, where new features are added. The following is the list of differences and extensions. -.IP LANG environment +.IP "LANG environment" This version does not conform to the POSIX standard in the processing of the LANG environment variable and all environment variables starting with LC_. |