diff options
author | 2003-09-26 07:30:09 +0000 | |
---|---|---|
committer | 2003-09-26 07:30:09 +0000 | |
commit | 4bfd904353c830e28c4cce93153c568dd5ae790d (patch) | |
tree | 80dae7e1124cb8be6c5cbc5da343cb6f020913f9 | |
parent | erm, committing to teh right repository helps sometimes. (diff) | |
download | wireguard-openbsd-4bfd904353c830e28c4cce93153c568dd5ae790d.tar.xz wireguard-openbsd-4bfd904353c830e28c4cce93153c568dd5ae790d.zip |
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). |