- Correct the description when jobs are executed related to load avg

to match reality (slightly different to what was submitted in the
   PR: use english word instead of math-symbol).
 - Wrap the corresponding part to below 80 characters per line.

Submitted by:	yamagi@yamagi.org
PR:		202202
Sponsored by:	Essen Hackathon
This commit is contained in:
Alexander Leidinger 2018-08-11 16:29:54 +00:00
parent bce2f1d7b9
commit bb50c31811
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337638

View File

@ -1,5 +1,5 @@
.\" $FreeBSD$
.Dd June 1, 2018
.Dd August 11, 2018
.Dt "AT" 1
.Os
.Sh NAME
@ -64,8 +64,9 @@ case, everybody's jobs are listed;
.It Nm atrm
deletes jobs;
.It Nm batch
executes commands when system load levels permit; in other words, when the load average
drops below _LOADAVG_MX, or the value specified in the invocation of
executes commands when system load levels permit; in other words, when
the load average drops below _LOADAVG_MX times number of active CPUs,
or the value specified in the invocation of
.Nm atrun .
.El
.Pp