summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-12-07 06:27:54 +0000
committerdelphij <delphij@FreeBSD.org>2013-12-07 06:27:54 +0000
commit464bd55c438f010daf98b7e90524b7b071c68f0c (patch)
tree3e49b73a9ac646e3a3f260fcda8460dcf09fc7d3 /usr.bin/bc
parent7d6cc00de2821b1f80830bf0234338284c7920de (diff)
downloadFreeBSD-src-464bd55c438f010daf98b7e90524b7b071c68f0c.zip
FreeBSD-src-464bd55c438f010daf98b7e90524b7b071c68f0c.tar.gz
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
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/bc.12
-rw-r--r--usr.bin/bc/bc.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index 4f071e0..4f3eff0 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -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
diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y
index a802f5a..a819e3f 100644
--- a/usr.bin/bc/bc.y
+++ b/usr.bin/bc/bc.y
@@ -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);
}
OpenPOWER on IntegriCloud