Remove mention of the compatibility option 'q', which is

intentionally undocumented and its only purpose is that
we do not bail out when used as a drop-in replacement of
a different implementation.

PR:		docs/184550
MFC after:	2 weeks
This commit is contained in:
Xin LI 2013-12-07 06:27:54 +00:00
parent 3dc31d3a9c
commit c64c63b9dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259058
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
.Nd arbitrary-precision arithmetic language and calculator
.Sh SYNOPSIS
.Nm bc
.Op Fl chlqv
.Op Fl chlv
.Op Fl e Ar expression
.Op Ar file ...
.Sh DESCRIPTION

View file

@ -1023,7 +1023,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: %s [-chlqv] [-e expression] [file ...]\n",
fprintf(stderr, "usage: %s [-chlv] [-e expression] [file ...]\n",
__progname);
exit(1);
}