s/predefine/predefined/

PR:		gnu/86627
Submitted by:	Arne Woerner <arne_woerner at yahoo dot com>
MFC After:	6 days
This commit is contained in:
Brooks Davis 2006-01-24 06:38:35 +00:00
parent b0864f3a7d
commit c283464ab7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154763

View File

@ -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",