Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:02:23 GMT
From:      Sean Eric Fagan <sef@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   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.
Message-ID:  <202105302002.14UK2NdN073997@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sef:

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

commit 505dc43562d9ef4ea1f72e261139456f1d35387c
Author:     Sean Eric Fagan <sef@FreeBSD.org>
AuthorDate: 2021-05-30 19:26:03 +0000
Commit:     Sean Eric Fagan <sef@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302002.14UK2NdN073997>