summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc/bc.1
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-12-26 18:26:44 +0000
committerpfg <pfg@FreeBSD.org>2015-12-26 18:26:44 +0000
commitc41fd18fc06371fed84c5d6dce7ba85695860b6e (patch)
tree0ce7e76b1393255e3d259fcdb2107424ed233334 /usr.bin/bc/bc.1
parentea7b0bc9d3ed834403259e2de231703ba5092456 (diff)
downloadFreeBSD-src-c41fd18fc06371fed84c5d6dce7ba85695860b6e.zip
FreeBSD-src-c41fd18fc06371fed84c5d6dce7ba85695860b6e.tar.gz
MFC r291155:
bc: sync with OpenBSD tty.c Rev. 1.3 Avoid unintended problems with operator precedence when doing an assignment and comparison. bc.1, Rev. 1.31, 1.32 '.Ql Quit' -> '.Ql quit' because only the lowercase command is valid. Clarify sentence about `quit` in BUGS section. extern.h, Rev. 1.12 whitespace bc.y, Rev. 1.47 Prefer setvbuf() to setlinebuf() for portability Obtained from: OpenBSD
Diffstat (limited to 'usr.bin/bc/bc.1')
-rw-r--r--usr.bin/bc/bc.19
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index 2d539ee..a762832 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.\" $OpenBSD: bc.1,v 1.30 2014/01/14 07:42:42 jmc Exp $
+.\" $OpenBSD: bc.1,v 1.32 2015/11/17 05:45:35 mmcc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -35,7 +35,7 @@
.\"
.\" @(#)bc.1 6.8 (Berkeley) 8/8/91
.\"
-.Dd April 16, 2014
+.Dd November 21 2015
.Dt BC 1
.Os
.Sh NAME
@@ -407,8 +407,9 @@ The current version of the
utility was written by
.An Otto Moerbeek .
.Sh BUGS
-.Ql Quit
-is interpreted when read, not when executed.
+The
+.Ql quit
+statement is interpreted when read, not when executed.
.Pp
Some non-portable extensions, as found in the GNU version of the
.Nm
OpenPOWER on IntegriCloud