diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-21 12:34:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-21 12:34:18 +0000 |
| commit | ddcf8022362e214b7a5403ccda9b3d4626a816d6 (patch) | |
| tree | 63312f0019250a621432b4314e4af8075173791e /usr.bin/at/at.man | |
| parent | eccdb56dd7430691451817c32f877d177ddeba33 (diff) | |
Notes
Diffstat (limited to 'usr.bin/at/at.man')
| -rw-r--r-- | usr.bin/at/at.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index d279ff86d084..d30a13845287 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.1 1995/04/12 02:42:31 ache Exp $ +.\" $Id: at.man,v 1.2 1995/06/24 17:15:55 joerg Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os "FreeBSD 2.1" @@ -13,6 +13,10 @@ .Op Fl mldbv .Ar time .Pp +.Nm at +.Op Fl V +.Fl c Ar job Op Ar job ... +.Pp .Nm atq .Op Fl V .Op Fl q Ar queue @@ -215,6 +219,8 @@ For .Nm atq , shows completed but not yet deleted jobs in the queue; otherwise shows the time the job will be executed. +.It Fl c +Cats the jobs listed on the command line to standart output. .Sh FILES .Bl -tag -width _ATJOB_DIR/_LOCKFILE -compact .It Pa _ATJOB_DIR |
