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:
parent
7d6cc00de2
commit
464bd55c43
@ -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
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user