Module Name: src
Committed By: andvar
Date: Sat Jul 31 15:02:54 UTC 2021
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.8
Log Message:
s/threshhold/threshold
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/libexec/lfs_cleanerd/lfs_cleanerd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/lfs_cleanerd/lfs_cleanerd.8
diff -u src/libexec/lfs_cleanerd/lfs_cleanerd.8:1.20 src/libexec/lfs_cleanerd/lfs_cleanerd.8:1.21
--- src/libexec/lfs_cleanerd/lfs_cleanerd.8:1.20 Sat Aug 31 07:49:48 2019
+++ src/libexec/lfs_cleanerd/lfs_cleanerd.8 Sat Jul 31 15:02:54 2021
@@ -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 p
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.