diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-14 15:37:39 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-14 15:38:24 +0000 |
| commit | 6f41575a94b310614f5ffcee215aee48ced4ad2d (patch) | |
| tree | 7ae3d566a58d7f6c92d2319549f6a3b45f2aced0 | |
| parent | 8cd687a726a8b6cc29f573cba7d6c7ecb683a954 (diff) | |
tuning.7: wording fixes
Submitted by: markj
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54572
| -rw-r--r-- | share/man/man7/tuning.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index daf941da5de3..c03cce0aba0f 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -227,8 +227,8 @@ Due to the architecture of the virtual memory subsystem, the use of copy on write (CoW) anonymous memory, e.g. on .Xr fork 2 , -causes swap reservation for all three regions (VM objects), -as in the original pre-fork mapping, and its copies in +causes swap reservation for all three regions (VM objects): +in the original pre-fork mapping, and its copies in the parent and child, instead of only two. Eventually the subsystem tries to optimize the internal layout of the tracking for CoW and often removes (collapses) no longer |
