diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-26 07:30:10 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-26 07:30:10 +0000 |
commit | 082dea1b8fc18c549443425d8bc5b747b90a3863 (patch) | |
tree | 57446459adf62e4be4a2a795231dc8feed96e4ac | |
parent | b2f2ee0d7d481462e7de9de8ed5bcd770d95bbb2 (diff) |
Add a line saying we should conform to Posix. Also warn we do not have
non-portable extensions from GNU bc(1).
-rw-r--r-- | usr.bin/bc/bc.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 0664bf470c5..8dedec40493 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.2 2003/09/26 07:02:52 deraadt Exp $ +.\" $OpenBSD: bc.1,v 1.3 2003/09/26 07:30:09 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -206,6 +206,12 @@ Desk calculator Proper. .%A R. Morris .%T "BC \- An arbitrary precision desk-calculator language" .Re +.Sh STANDARDS +The +.Nm +utility is expected to conform to the +.St -p1003.2 +specification. .Sh HISTORY The .Nm \&bc @@ -219,3 +225,7 @@ statement must have all three E's. .Pp .Ql Quit is interpreted when read, not when executed. +.Pp +Some non-portable extensions, as found in the GNU version of the +.Nm +utility are not implemented (yet). |