diff options
| author | Oliver Pinter <oliver.pntr+freebsd@gmail.com> | 2026-01-13 23:06:29 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-14 15:38:18 +0000 |
| commit | 8cd687a726a8b6cc29f573cba7d6c7ecb683a954 (patch) | |
| tree | e8cc23f23eaf36713233cf12bb422d0bfd6930c0 | |
| parent | 52d19df19ed6455df025f7ac2c6cf5db7df8e5ec (diff) | |
tuning.7: use the correct word for collapsing
Fixes: 457b940bfb6a228af1281f357b627ecf1e26fea5
Signed-off-by: Oliver Pinter <oliver.pntr+freebsd@gmail.com>
MFC after: 1 week
| -rw-r--r-- | share/man/man7/tuning.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index a3709ce82b8c..daf941da5de3 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -234,7 +234,7 @@ Eventually the subsystem tries to optimize the internal layout of the tracking for CoW and often removes (collapses) no longer needed backing objects, re-assigning its pages and swap reservations to the copies. -Coolapsing frees the swap reserve, but it is not guaranteed +Collapsing frees the swap reserve, but it is not guaranteed to happen. .Pp The |
