diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man8/atrun.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/atrun.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/atrun.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/atrun.8 b/upstream/opensuse-leap-15-6/man8/atrun.8 new file mode 100644 index 00000000..aade47d8 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man8/atrun.8 @@ -0,0 +1,23 @@ +.TH ATRUN 8 "Nov 1996" local "Linux Programmer's Manual" +.SH NAME +atrun \- run jobs queued for later execution +.SH SYNOPSIS +.B atrun +.RB [ -l +.IR load_avg ] +.RB [ -d ] +.SH DESCRIPTION +.B atrun +runs jobs queued by +.BR at(1) . +It is a shell script invoking +.B /usr/sbin/atd +with the +.I -s +option, and is provided for backward compatibility with older +installations. +.SH SEE ALSO +.BR at (1), +.BR atd (8). +.SH AUTHOR +At was mostly written by Thomas Koenig. |