From nobody Tue Jul 21 19:07:06 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h4RhW0pmBz6mL6C for ; Tue, 21 Jul 2026 19:07:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h4RhV6zGhz3G02 for ; Tue, 21 Jul 2026 19:07:06 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784660827; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FYolGq5/FWWOR12TDq1sSNb8wYntZGPMI7kKM236/MA=; b=q2k2Z2FmCiFqzlZBS/sJLHw9TGw7xAteSRUyKrke9npfOGlCKjnJSS/Mcd/HKiDkJvvSvj ptbgqI+GTQ3JRJmuee40PV6wZ17Nw53evy/bInX8CQQ8ZYd9IJ8kzmWMeXDnAxbThjAsE5 4D7FjFPB2uGU+PxHAKnUybeBy9xFK9ipTrKy9QFcOb2ScIUMFeYSwlFzOqZ3xvEnFRwUFT Ojbtfp2/+CraB+G77h0bt//ht58Iud5AUqius9WtkvRciL3c2yJLrrsZ8o1V4RzHbe3md4 I2ztCPklX9qSdZkYDO/iNmvRd4hxQU1uzi0WSGyPg2OZNCOjbbowZGvvJ2L91A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784660827; a=rsa-sha256; cv=none; b=KIoRIF0Ysh18fBSgv3q03oR5kydcoPYQgUWu8xxQbzW9lJj4Ty3wBqkg1JrwM3S3K1XIRp Llbes366vQhVSdHej78ExpOe2XGNBfejkifYp21nRA4Be9N9HDepkL+CnpdYE05s0EXuE9 NNxgrb3JwgthCPnf5iIx2jU6eDrlJZA7ZzUs1wPZzAx1WXGPdGNcZf/3X1pjjq5nCwNOIs jaGTZrx3Vw53lchVV3NStWy0ccEo8hOmteW0wKj606vhSFnbszXcGmzWHB2gAisqgJoczk J9BLRw7CM2hMhxcWjYBHNoxaY7RJT+bSGWfK/cl+WimPm7Ym3Sf99HjQzfjtrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784660827; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FYolGq5/FWWOR12TDq1sSNb8wYntZGPMI7kKM236/MA=; b=qP8glYcOi58ocRZjAeqAM8/d14q7wh3l4TSt0lXHSqu4cmkF/3jAdM/DiilD5qO2Zsa2Or ShN4GyMio3JBguf1IO56czW5hi2Z2f5ReBl+hSGSxKhzX/C1ESC2CJyGwx2dkKsvLkQVuj nORlMpPMPQimS9gyJbcC2bh1moBHei5ICZU2znL7PHBhwo7f5rDKDXBtm4EGLR7mkLF3Q6 lfBppTStgIzUcZLgKJkDBefNSvujPkh7uk0kQR75pryNgDLBfrw8h9xrRGY+S9nLd0smGh 1kM1p4bSXtYP2Afj2kgRZuSOl9HqvSl3PbMXby58sqp7reUWk+bRsc+Ga/bl0A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h4RhV5RJJz11qm for ; Tue, 21 Jul 2026 19:07:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 184d3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Jul 2026 19:07:06 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ed Maste Subject: git: ba583f0c2d63 - main - contigmalloc.9: Correct typo List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ba583f0c2d63f03c834047e48a69095a86a71589 Auto-Submitted: auto-generated Date: Tue, 21 Jul 2026 19:07:06 +0000 Message-Id: <6a5fc35a.184d3.ac718d3@gitrepo.freebsd.org> The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ba583f0c2d63f03c834047e48a69095a86a71589 commit ba583f0c2d63f03c834047e48a69095a86a71589 Author: Ed Maste AuthorDate: 2026-07-21 19:05:53 +0000 Commit: Ed Maste 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