The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=c295f026376035fee1a9e44efa2af30d46b7884a
commit c295f026376035fee1a9e44efa2af30d46b7884a Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2026-05-04 18:28:36 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2026-05-04 18:29:48 +0000 zone.9: Add a missing newline MFC after: 3 days --- share/man/man9/zone.9 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 index 9f13cf0e504a..eeac1f241c29 100644 --- a/share/man/man9/zone.9 +++ b/share/man/man9/zone.9 @@ -484,6 +484,7 @@ Free items in the per-CPU caches are left alone. .It Dv UMA_RECLAIM_DRAIN_CPU Reclaim all cached items. .El +.Pp The .Fn uma_reclaim_domain and
