From nobody Thu Apr 16 15:28:32 2026 X-Original-To: dev-commits-src-branches@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 4fxMNc6wDbz6Zr2M for ; Thu, 16 Apr 2026 15:28:32 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fxMNc43Ywz3Fyp for ; Thu, 16 Apr 2026 15:28:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776353312; 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=cWsQCWR9vVw5Lg4bzuPnXmGldLxy8GVRJCKDcgklkNg=; b=WxPulnj3ygnO40C10AnqQEu/Hk+bzxjCuWK6OuQW6f8ghwf2dj/V8WJ7H10Qcv9GgT+lKO ikQQRnHjWVF0CY8sT5ljwGoXYDgZ+2ufXyNhLj+ohXKRTahAASCGJKfaOm6tIUSjLd1fJz EKJqAE0CZWKsSCY/XmT8HNEHKirliyiiG37CnGWYkWizR3rfzzaNNQrUteLIjnQ9SF1VyP O+IesUTzIvOvaP58yaM0CI1KFEh3xIyOPT0GQTDD2VFuyhjnE78WDGuLCWwLs93djLfNf3 eXZQFQJ2ab9pWdHD1oJesoI53hdan6OBINFuBVVANoRBwUeIxYkdNoxz+vUsEg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776353312; a=rsa-sha256; cv=none; b=iWN5y+P0JT8hi8svdo1jWigaerucRu6BKVuhOEwMJNo75ugNvInNFoEekWDMG28+EkbIFS QarswndEnMlG7S0yHUXGM0NJGl+ySCOr0SkzIkc6kmW+NQTUfgU+Lw/tf4TFjPmKjNx7Ho e0NGglhFPzj02MrE3VYm1JDvoMgYNLz/YDIMFZD4RJcdALiY8hJlsp/eDifhXTXLiToCZm IElqCv09PDhdNde/58+V98BoXGQkjW9+4qWiQ/YX0oblWl4GmHYEqx09rm7QL8BTEXXMU9 jICwfbKGsl9vfAI2Bjh/Uv0Fr8BvxxAQB8b75qBq/6+PRY6mnQjx2uQ46F43Vw== 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=1776353312; 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=cWsQCWR9vVw5Lg4bzuPnXmGldLxy8GVRJCKDcgklkNg=; b=eWp7N3tw5Ta7HlMiO1Hkls9qxZTeUsclopqMvKcWPg4vZknqpItZ9PRG5o3Aracm+e+bWQ 0ZYU3a4iepY3ydZiVURN08CBiSeZIfKdcL3eNf8offyHgqhZglZXda7vfKdGaHN+c6woS5 2BSCPmuDLwzyal46J1g5yJHxsZIHuMBu18ds0MchJDXPa8mrNxZyZGTg36/VmEw2/3rac0 gRaRMCMtd4QJr+ie0egujOBLKgPdzOu2s3Sz/UPM11lfXmc5Vx8z+B58JhtTQMlobcF2j0 onWmxQ86U/onBUEYBRDO137f7pS/rPK1gKwk4Eeh0fX+oRXNu7YEkDF2suYjKw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fxMNc3SJPz1CRb for ; Thu, 16 Apr 2026 15:28:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 20bf9 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 16 Apr 2026 15:28:32 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mitchell Horne Subject: git: 00e025341abb - stable/15 - malloc.9: adjust flag table indentation List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mhorne X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 00e025341abbde2ae49ea3dabd5c58212dc6aecb Auto-Submitted: auto-generated Date: Thu, 16 Apr 2026 15:28:32 +0000 Message-Id: <69e10020.20bf9.6de1e101@gitrepo.freebsd.org> The branch stable/15 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=00e025341abbde2ae49ea3dabd5c58212dc6aecb commit 00e025341abbde2ae49ea3dabd5c58212dc6aecb Author: Mitchell Horne AuthorDate: 2026-03-31 19:42:55 +0000 Commit: Mitchell Horne CommitDate: 2026-04-16 15:25:07 +0000 malloc.9: adjust flag table indentation The current indentation is shorter than all but one of these flags. This renders much more nicely. MFC after: 3 days (cherry picked from commit be79a42275cad21c6087d8bbd6a328735ea813fa) --- share/man/man9/malloc.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 01d224fc3cb3..06f5ed4ef360 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -222,7 +222,7 @@ The argument further qualifies .Fn malloc Ns 's operational characteristics as follows: -.Bl -tag -width indent +.Bl -tag -width "M_USE_RESERVE" .It Dv M_ZERO Causes the allocated memory to be set to all zeros. .It Dv M_NODUMP