diff options
author | keramida <keramida@FreeBSD.org> | 2003-02-28 21:04:17 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-02-28 21:04:17 +0000 |
commit | 561a9d28ec1399b917392b064557f661bc59d8af (patch) | |
tree | e6fe89832c0dd2f5d6c7caeb1bde8f71cee67358 /usr.bin/at/at.man | |
parent | eec059c88c10651aae9ed2d7a040bf2d858cd0af (diff) | |
download | FreeBSD-src-561a9d28ec1399b917392b064557f661bc59d8af.zip FreeBSD-src-561a9d28ec1399b917392b064557f661bc59d8af.tar.gz |
The .Nm utility.
Diffstat (limited to 'usr.bin/at/at.man')
-rw-r--r-- | usr.bin/at/at.man | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 504f294..0aef021 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -47,9 +47,11 @@ .Op Fl mv .Op Ar time .Sh DESCRIPTION -.Nm \&At +The +.Nm at and .Nm batch +utilities read commands from standard input or a specified file which are to be executed at a later time, using .Xr sh 1 . @@ -67,8 +69,9 @@ drops below _LOADAVG_MX, or the value specified in the invocation of .Nm atrun . .El .Pp -.Nm \&At -allows some moderately complex +The +.Nm at +utility allows some moderately complex .Ar time specifications. It accepts times of the form @@ -332,9 +335,11 @@ in the environment variable .Ev LOGNAME . If that is undefined or empty, the current userid is assumed. .Pp -.Nm \&At +The +.Nm at and .Nm batch +utilities as presently implemented are not suitable when users are competing for resources. If this is the case, another batch system such as |