The UMA man page is lowercased. Reference it as uma.9 to avoid 404.

This commit is contained in:
Jens Schweikhardt
2025-04-17 20:22:35 +02:00
parent f5f37c3fb8
commit c803e26f24
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ must allocate a buffer for every write operation, used when performing
encryption.
This sysctl reports the maximum size in bytes for which geli will perform the
allocation using
.Xr UMA 9 ,
.Xr uma 9 ,
as opposed to
.Xr malloc 9 .
.It Va kern.geom.eli.visible_passphrase : No 0
+1 -1
View File
@@ -271,7 +271,7 @@ when an allocation failure cannot be tolerated by the caller without
catastrophic effects on the system.
.It Dv M_NEVERFREED
This is an internal flag used by the
.Xr UMA 9
.Xr uma 9
allocator and should not be used in regular
.Fn malloc
invocations.