diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
commit | da024d08640ec7bd74b5283712b0f2a1b09bf53e (patch) | |
tree | be577cb67939587578554ad352c8d88f488711b3 /usr.bin/bc/bc.1 | |
parent | 277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff) |
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/bc/bc.1')
-rw-r--r-- | usr.bin/bc/bc.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 68d9c5f8232..59f93528654 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.20 2005/10/29 08:27:25 jmc Exp $ +.\" $OpenBSD: bc.1,v 1.21 2007/05/30 04:41:33 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -351,9 +351,13 @@ option is specified on the command line. .Sh STANDARDS The .Nm -utility is expected to conform to the -.St -p1003.2 +utility is compliant with the +.St -p1003.1-2004 specification. +.Pp +The flags +.Op Fl ce +are extensions to that specification. .Sh HISTORY The .Nm |