From 5c1d9df10b78f8d2e13e16f5db2e4542f582aebd Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 18 Dec 2025 22:13:05 +0200 Subject: [PATCH] vmem.9: provide a reference to libuvmem(3) Sponsored by: The FreeBSD Foundation MFC after: 3 days --- share/man/man9/vmem.9 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man9/vmem.9 b/share/man/man9/vmem.9 index 053aec856a7..119815e818b 100644 --- a/share/man/man9/vmem.9 +++ b/share/man/man9/vmem.9 @@ -281,6 +281,9 @@ subsystem is implemented within the file .\" ------------------------------------------------------------ .Sh SEE ALSO .Xr malloc 9 +.Pp +.Xr libuvmem 3 +for the userspace port of the allocator. .Rs .%A Jeff Bonwick .%A Jonathan Adams