git: c803e26f2416 - main - The UMA man page is lowercased. Reference it as uma.9 to avoid 404.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 18:23:27 UTC
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=c803e26f24164b2f2a8545598552a221c0e225a4 commit c803e26f24164b2f2a8545598552a221c0e225a4 Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2025-04-17 18:22:35 +0000 Commit: Jens Schweikhardt <schweikh@FreeBSD.org> CommitDate: 2025-04-17 18:22:35 +0000 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 d34e15dc4ad8..876caf67ab40 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 d8759a255492..01d224fc3cb3 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.