diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-23 14:39:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-23 14:39:36 +0000 |
commit | c9a278db00350903eb2712d244541e77ca5c7d8c (patch) | |
tree | 5e1aba3534f79faad1f17ec3d6d0a21d00d83bf8 /usr.bin/at/at.1 | |
parent | 084392889a998407677beaa9bb9e1997a1bf7f44 (diff) |
- at(1) synopsis: -r expects a `job' arg, not a timespec
- remove description of -v: it is only for use with atq(1), and is
correctly documented there
- sync usage()
- correctly format synopis for atrm(1)
Diffstat (limited to 'usr.bin/at/at.1')
-rw-r--r-- | usr.bin/at/at.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 04a1009be0b..5940df27101 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.31 2003/06/10 09:12:09 jmc Exp $ +.\" $OpenBSD: at.1,v 1.32 2005/06/23 14:39:35 jmc Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -33,17 +33,18 @@ .Nd queue, examine or delete jobs for later execution .Sh SYNOPSIS .Nm at -.Op Fl blmr +.Op Fl blm .Op Fl f Ar file .Op Fl q Ar queue .Fl t Ar time_arg .Nm at -.Op Fl blmr +.Op Fl blm .Op Fl f Ar file .Op Fl q Ar queue .Ar timespec .Nm at -.Fl c Ar job Op Ar job ... +.Fl c | r +.Ar job Op Ar job ... .Nm batch .Op Fl m .Op Fl f Ar file @@ -159,10 +160,6 @@ year. If the .Ar SS letter pair is not specified, the value defaults to 0. -.It Fl v -When used in conjunction with the -.Fl l -option, shows completed but not yet deleted jobs in the queue. .El .Pp .Nm at |