git: 505dc43562d9 - main - The zone(9) man page had two entries for uma_reclaim(), one with an argument (correct), and one without (incorrect). Pointed out by Allan Jude.

Sean Eric Fagan sef at FreeBSD.org
Sun May 30 20:02:24 UTC 2021


The branch main has been updated by sef:

URL: https://cgit.FreeBSD.org/src/commit/?id=505dc43562d9ef4ea1f72e261139456f1d35387c

commit 505dc43562d9ef4ea1f72e261139456f1d35387c
Author:     Sean Eric Fagan <sef at FreeBSD.org>
AuthorDate: 2021-05-30 19:26:03 +0000
Commit:     Sean Eric Fagan <sef at FreeBSD.org>
CommitDate: 2021-05-30 20:02:11 +0000

    The zone(9) man page had two entries for uma_reclaim(), one with
    an argument (correct), and one without (incorrect).  Pointed out
    by Allan Jude.
---
 share/man/man9/zone.9 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index 89d5f3e2640f..77776c50bc5d 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -119,8 +119,6 @@ typedef void (*uma_free)(void *item, vm_size_t size, uint8_t pflag);
 .Fn uma_zone_set_warning "uma_zone_t zone" "const char *warning"
 .Ft void
 .Fn uma_zone_set_maxaction "uma_zone_t zone" "void (*maxaction)(uma_zone_t)"
-.Ft void
-.Fn uma_reclaim
 .In sys/sysctl.h
 .Fn SYSCTL_UMA_MAX parent nbr name access zone descr
 .Fn SYSCTL_ADD_UMA_MAX ctx parent nbr name access zone descr


More information about the dev-commits-src-all mailing list