The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ba583f0c2d63f03c834047e48a69095a86a71589
commit ba583f0c2d63f03c834047e48a69095a86a71589 Author: Ed Maste <[email protected]> AuthorDate: 2026-07-21 19:05:53 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-07-21 19:06:35 +0000 contigmalloc.9: Correct typo Reported by: alc, rlibby Fixes: caabdb3aefdc ("contigmalloc.9: Note that M_WAITOK may still return NULL") --- share/man/man9/contigmalloc.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/contigmalloc.9 b/share/man/man9/contigmalloc.9 index a9ebaf100eb9..b3c2aeed2f3a 100644 --- a/share/man/man9/contigmalloc.9 +++ b/share/man/man9/contigmalloc.9 @@ -131,7 +131,7 @@ may return .Dv NULL even if .Dv M_WAITOK -is specified, if no physically congiguous range is available that meets the +is specified, if no physically contiguous range is available that meets the specified constraints. .Sh EXAMPLES .Bd -literal
