Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 07:12:37 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259060 - head/usr.bin/bc
Message-ID:  <201312070712.rB77CbYo039129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sat Dec  7 07:12:37 2013
New Revision: 259060
URL: http://svnweb.freebsd.org/changeset/base/259060

Log:
  Document -q and --quiet as discouraged compatibility option.
  
  Suggested by:	eadler
  MFC after:	2 weeks

Modified:
  head/usr.bin/bc/bc.1

Modified: head/usr.bin/bc/bc.1
==============================================================================
--- head/usr.bin/bc/bc.1	Sat Dec  7 06:45:09 2013	(r259059)
+++ head/usr.bin/bc/bc.1	Sat Dec  7 07:12:37 2013	(r259060)
@@ -35,7 +35,7 @@
 .\"
 .\"	@(#)bc.1	6.8 (Berkeley) 8/8/91
 .\"
-.Dd January 22, 2010
+.Dd December 6, 2013
 .Dt BC 1
 .Os
 .Sh NAME
@@ -349,6 +349,14 @@ math library, read when the
 .Fl l
 option is specified on the command line.
 .El
+.Sh COMPATIBILITY
+The
+.Fl q
+and
+.Fl Fl quiet
+options are no-ops for compatibility with some other implementations of
+.Nm
+and their use is discouraged.
 .Sh SEE ALSO
 .Xr dc 1
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312070712.rB77CbYo039129>