diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-11-22 02:43:14 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-11-22 02:43:14 +0000 |
| commit | bafb3a75ca98322fc01fc9f49731a818a5bfd8c8 (patch) | |
| tree | b38aa837ec63089d7e55292edc34f7bc5e6689b8 /usr.bin/bc/bc.1 | |
| parent | 181f3573eebebfb12cac5462cac9ab69906c9dac (diff) | |
Notes
Diffstat (limited to 'usr.bin/bc/bc.1')
| -rw-r--r-- | usr.bin/bc/bc.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 2d539ee1c5b61..a762832b06df1 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 |
