diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/expr/expr.1 | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/expr/expr.1')
-rw-r--r-- | bin/expr/expr.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 44635caefa2..a75ca0c57c1 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: expr.1,v 1.14 2003/12/22 12:01:41 jmc Exp $ +.\" $OpenBSD: expr.1,v 1.15 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. @@ -129,5 +129,6 @@ An error occurred (such as memory allocation failure). .Sh STANDARDS The .Nm -utility conforms to -.St -p1003.2 . +utility is compliant with the +.St -p1003.1-2004 +specification. |