Bug 202202 - [PATCH] batch(1) manpage doesn't match reality
Summary: [PATCH] batch(1) manpage doesn't match reality
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-09 14:50 UTC by yamagi
Modified: 2018-08-11 16:30 UTC (History)
2 users (show)

See Also:


Attachments
Patch to the manpage (524 bytes, patch)
2015-08-09 14:50 UTC, yamagi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!