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:
delphij 2013-12-07 06:27:54 +00:00
parent 7d6cc00de2
commit 464bd55c43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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