summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-07-31 15:02:54 +0000
committerandvar <andvar@NetBSD.org>2021-07-31 15:02:54 +0000
commit55137303d920b09f9ae18adff8533a228252cdaa (patch)
tree001f1cf1578dd5e98ad4a9bf9c7ed495463c423c /libexec
parent599c3089956cecfa39b3dff05be2e4ad2eaa9dba (diff)
s/threshhold/threshold
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lfs_cleanerd/lfs_cleanerd.810
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/lfs_cleanerd/lfs_cleanerd.8 b/libexec/lfs_cleanerd/lfs_cleanerd.8
index f9772addafe..a2fcab5777e 100644
--- a/libexec/lfs_cleanerd/lfs_cleanerd.8
+++ b/libexec/lfs_cleanerd/lfs_cleanerd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: lfs_cleanerd.8,v 1.20 2019/08/31 07:49:48 wiz Exp $
+.\" $NetBSD: lfs_cleanerd.8,v 1.21 2021/07/31 15:02:54 andvar Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
.Op Fl bcDdfmqs
.Op Fl i Ar segment-number
.Op Fl J Ar raw-device
-.Op Fl l Ar load-threshhold
+.Op Fl l Ar load-threshold
.Op Fl n Ar number-of-segments
.Op Fl r Ar report-frequency
.Op Fl S Ar semaphore-address
@@ -102,9 +102,9 @@ trying to figure it out from the mount point.
This is mostly useful when the cleaner is compiled into
.Xr rump_lfs 8
and the ATF test framework.
-.It Fl l Ar load-threshhold
-Clean more aggressively when the system load is below the given threshhold.
-The default threshhold is 0.2.
+.It Fl l Ar load-threshold
+Clean more aggressively when the system load is below the given threshold.
+The default threshold is 0.2.
.It Fl m
Does nothing.
This option is present for historical compatibility.