Bug 202202

Summary: [PATCH] batch(1) manpage doesn't match reality
Product: Documentation Reporter: yamagi
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: doc, netchild
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to the manpage none

Description yamagi 2015-08-09 14:50:35 UTC
Created attachment 159693 [details]
Patch to the manpage

The batch(1) manpage (the same as at(1)) states that batch jobs are executed when "the load average drops below 1.5". This is wrong, batch jobs are executed when the load avarage drops below 1.5 * the number of active CPUs. The attached patch fixes this statements. While there I've limited the line length to 72 characters.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-11 16:30:12 UTC
A commit references this bug:

Author: netchild
Date: Sat Aug 11 16:29:54 UTC 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

Changes:
  head/usr.bin/at/at.man
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2018-08-11 16:30:33 UTC
Committed. Thanks!