Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 16:29:54 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337638 - head/usr.bin/at
Message-ID:  <201808111629.w7BGTsca020322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Sat Aug 11 16:29:54 2018
New Revision: 337638
URL: https://svnweb.freebsd.org/changeset/base/337638

Log:
   - 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

Modified:
  head/usr.bin/at/at.man

Modified: head/usr.bin/at/at.man
==============================================================================
--- head/usr.bin/at/at.man	Sat Aug 11 16:29:51 2018	(r337637)
+++ head/usr.bin/at/at.man	Sat Aug 11 16:29:54 2018	(r337638)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808111629.w7BGTsca020322>