diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:27:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:27:04 +0000 |
commit | d3a53a0742ae89371ac417715bd3d6a228223959 (patch) | |
tree | 523e93fd1086fe7b95aa56e85a5e7a2fdcbf0d6a /usr.bin/mail/mail.1 | |
parent | c5704ee7132da543f721001e6de96c23f6e82d58 (diff) |
mark these utilities as being largely posix compliant or, in the case of
nm, as not being posix compliant;
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index c0f2fdf8e7b..a79790477a3 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.56 2008/11/03 18:50:12 jmc Exp $ +.\" $OpenBSD: mail.1,v 1.57 2009/02/10 19:27:03 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: November 3 2008 $ +.Dd $Mdocdate: February 10 2009 $ .Dt MAIL 1 .Os .Sh NAME @@ -1129,6 +1129,16 @@ system initialization file .Pp "Mail Reference Manual", .Pa /usr/share/doc/usd/07.mail/ . +.Sh STANDARDS +The +.Nm mailx +utility is compliant with the +.St -p1003.1-2008 +specification. +.Pp +The flags +.Op Fl bcdEIv +are extensions to that specification. .Sh HISTORY A .Nm mail |