diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-17 21:48:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-17 21:48:52 +0000 |
commit | e2e7d2d29c4d2ec5063b066c407860a284797609 (patch) | |
tree | 381e52b3d8bceec71a7aca030185744d93366de2 /usr.bin/at | |
parent | c0b2fb82a7e7ce981d500eba4b9a02c54cc83798 (diff) |
as suggested by schwarze, reshuffle STANDARDS text detailing posix features
we don;t support next to the posix compat blurb, in order to make things a bit
clearer; this also makes the text more concise;
ok millert schwarze sobrado
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/at.1 | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index f03fefbd7ed..f1f224e98e2 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.50 2014/02/15 18:29:08 schwarze Exp $ +.\" $OpenBSD: at.1,v 1.51 2014/03/17 21:48:51 jmc Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 15 2014 $ +.Dd $Mdocdate: March 17 2014 $ .Dt AT 1 .Os .Sh NAME @@ -339,7 +339,10 @@ and .Nm batch utilities are compliant with the .St -p1003.1-2008 -specification. +specification, +except behaviour for the +.Fl l +flag differs. .Pp The .Nm @@ -348,14 +351,13 @@ flags and the .Nm batch flags -.Op Fl fmq +.Op Fl fmq , +as well as +the +.Cm teatime +keyword, are extensions to that specification. .Pp -Behaviour for the -.Fl l -flag differs between this implementation and -.St -p1003.1-2008 . -.Pp .St -p1003.1-2008 states that .Nm batch @@ -364,9 +366,6 @@ jobs are submitted to the queue this implementation permits a .Ar timespec argument. -The -.Cm teatime -keyword is an extension to the specification. .Pp The at.allow/deny mechanism is marked by .St -p1003.1-2008 |