diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-15 17:39:21 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-15 17:39:21 +0000 |
commit | 9963f6897b3df8246330f5e878214e364db1e90d (patch) | |
tree | eaeba7f471ffdf33f315a693a0325895fe0f52b1 | |
parent | 433835a085a154fdc678b76724196adc344732c5 (diff) |
'.Ql Quit' -> '.Ql quit' because only the lowercase command is valid.
-rw-r--r-- | usr.bin/bc/bc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index e8b42050e38..b402874331f 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.30 2014/01/14 07:42:42 jmc Exp $ +.\" $OpenBSD: bc.1,v 1.31 2015/11/15 17:39:20 mmcc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" .\" @(#)bc.1 6.8 (Berkeley) 8/8/91 .\" -.Dd $Mdocdate: January 14 2014 $ +.Dd $Mdocdate: November 15 2015 $ .Dt BC 1 .Os .Sh NAME @@ -394,7 +394,7 @@ The current version of the utility was written by .An Otto Moerbeek . .Sh BUGS -.Ql Quit +.Ql quit is interpreted when read, not when executed. .Pp Some non-portable extensions, as found in the GNU version of the |