From c803e26f24164b2f2a8545598552a221c0e225a4 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Thu, 17 Apr 2025 20:22:35 +0200 Subject: [PATCH] The UMA man page is lowercased. Reference it as uma.9 to avoid 404. --- lib/geom/eli/geli.8 | 2 +- share/man/man9/malloc.9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.