diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-12-18 20:13:05 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-12-18 20:13:05 +0000 |
| commit | 5c1d9df10b78f8d2e13e16f5db2e4542f582aebd (patch) | |
| tree | e448eb5e0e4b930035e7e11b75e97539774597d5 | |
| parent | ca10598b10bc906938195af2268256ae08647039 (diff) | |
vmem.9: provide a reference to libuvmem(3)
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
| -rw-r--r-- | share/man/man9/vmem.9 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/vmem.9 b/share/man/man9/vmem.9 index 053aec856a78..119815e818b9 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 |
