git: 1e902c9b3433 - main - uma: correct prototype in the documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 01:01:46 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=1e902c9b34334f654074713bac82f71b6abe27c3
commit 1e902c9b34334f654074713bac82f71b6abe27c3
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-10-19 01:00:30 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-10-19 01:00:30 +0000
uma: correct prototype in the documentation
---
share/man/man9/zone.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index e26b29976807..5c1b4d31d8aa 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -50,7 +50,7 @@ typedef void (*uma_free)(void *item, vm_size_t size, uint8_t pflag);
.Ed
.Ft uma_zone_t
.Fo uma_zcreate
-.Fa "char *name" "int size"
+.Fa "char *name" "size_t size"
.Fa "uma_ctor ctor" "uma_dtor dtor" "uma_init zinit" "uma_fini zfini"
.Fa "int align" "uint16_t flags"
.Fc