summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man8/atrun.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/fedora-rawhide/man8/atrun.8
parentInitial commit. (diff)
downloadmanpages-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/fedora-rawhide/man8/atrun.8')
-rw-r--r--upstream/fedora-rawhide/man8/atrun.823
1 files changed, 23 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man8/atrun.8 b/upstream/fedora-rawhide/man8/atrun.8
new file mode 100644
index 00000000..aade47d8
--- /dev/null
+++ b/upstream/fedora-rawhide/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.