NOTES: Improve wording

jhb@ pointed out an extra plural in this phrase and a gramatical error,
so reword a little to be less awkward to fix both issues.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-06-18 11:53:27 -06:00
parent 84f35b6f86
commit 0febdc5ed5

View File

@ -1237,10 +1237,9 @@ options CAPABILITY_MODE # sandboxes with no global namespace access
# CLOCK OPTIONS
# The granularity of operation is controlled by the kernel option HZ (default
# 1000 or 1ms). Virtual machines guests default to an HZ value of 100. Lower
# values produce less overhead at the expense of reduced accuracy in delivery of
# kernel timeouts. With the adaptive tick code, lower values produce less
# benefit than in the past.
# frequency of 1000 Hz or a period 1ms between calls). Virtual machine guests
# use a value of 100. Lower values may lower overhead at the expense of accuracy
# of scheduling, though the adaptive tick code reduces that overhead.
options HZ=100