diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2006-01-24 06:38:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2006-01-24 06:38:35 +0000 |
| commit | c283464ab7caa19b2a85a4f6dd4d7adb47a107e8 (patch) | |
| tree | 75f70370f8818f5c36c8facb1be6b87ccf63260f | |
| parent | b0864f3a7d9d165018b5f658414d7a66085dd0fc (diff) | |
Notes
| -rw-r--r-- | contrib/bc/bc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 81149b4ef808..8ac2981ad719 100644 --- a/contrib/bc/bc/main.c +++ b/contrib/bc/bc/main.c @@ -65,7 +65,7 @@ usage (char *progname) printf ("usage: %s [options] [file ...]\n%s%s%s%s%s%s%s", progname, " -h --help print this usage and exit\n", " -i --interactive force interactive mode\n", - " -l --mathlib use the predefine math routines\n", + " -l --mathlib use the predefined math routines\n", " -q --quiet don't print initial banner\n", " -s --standard non-standard bc constructs are errors\n", " -w --warn warn about non-standard bc constructs\n", |
