diff --git a/lib/geom/eli/geli.8 b/lib/geom/eli/geli.8 index d34e15dc4ad..876caf67ab4 100644 --- a/lib/geom/eli/geli.8 +++ b/lib/geom/eli/geli.8 @@ -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 diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index d8759a25549..01d224fc3cb 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -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.