From nobody Sun Feb 22 00:14:57 2026 X-Original-To: dev-commits-src-all@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 4fJPcy12svz6SYFX for ; Sun, 22 Feb 2026 00:14:58 +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 4fJPcy01Njz3pvD for ; Sun, 22 Feb 2026 00:14:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771719298; 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=Osp90rMGdqa77eTX3z1VBvIHmWOX0ep1PT1w8GWEA6g=; b=KwQFnVeGrDK3KenipttoGtEOGwbtY2wAg27q30oA/UjYHlmRHwCG2VfHqEu0jYP7gZlBSL Fgm896A26oWdW16Bvss4kvGxWyNSJpxnhZ8lv7oBn+CPputbcSNuVjz1GVpQremUJWD6Ls JIOv9z7i4wGGErpJgmIaylUIjPxPijfWwH7rWMIoWYDpVvW/XUHODfmOB+3zSZ8oAx+kCA XUfhOU/3blWL1RVHnM+yv7Xa+Zqhf0YV2aqytGZfFYNszbhMh8qvBxR9a5TqA/zkQQ1NnW R1vQY36TG0lLj0wVM+tjchFn73iQ6r/q3OpS4Q1Xrp6PP7g4eQwCtlqM1uYPuw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771719298; a=rsa-sha256; cv=none; b=AJGFwOYE9T6XH4u0wu/Ypro0y6+lC/x5kOy1y4HCarOfYA6U1Fl0gbo7j042I7arYr+odJ tepJCOTY3fYfz2g9RAvRGGcIIfFpq3paPj/3GkIr7iWoqp5spnTRhpOgwayvQV5piNubeZ bT5j6z7A1fQpMFW452ZsMyKExvAmjJufP6uSq1hzQTLja8Y+V/SZdRjyLQogUqPL6Tq1Bx x7cUTTSYa5+lfnk/enPBd1N90YkTL/GKb+rFrt6nRupb0ZYYicfNzd3LOhTiQnDGm6n4rP Z/hz0gQdKdVZ3ETs2cVDHtFMte+OL1QI+K32JqXNS+zglmWu40DM4RbAzMQAtw== 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=1771719298; 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=Osp90rMGdqa77eTX3z1VBvIHmWOX0ep1PT1w8GWEA6g=; b=ZdfGmCn0nG2TrIERn9bwHGB/8fFowJpQ2rxQ0EWdr7biaLqoufLPSXcVhwqPNpI4p6xNVZ 4Tb77v+uKDNBGA1hqNr6cW+80KzQ0CqXNzcWHfSuq7spqJHgHOcqEtEexbspWxWZJHettX lIuYx/KrLQ468j3P0/POH8P2Mg6VK20JrL3leP1t5UYDg3CtA9T6YMenRh+e0qwU51rRoO 4bHBNdzlND7hYZ0AJK5jhKZaB+H2rVNGjwWccDQeh8ojpRQIENmOEkIyLTB8G2jZoPB+wH Eu4Zy6njb7agatfmK1hxB+IJcD4h0YeC2aDo0KYry+qFKxgmQzMpdtpcdqwVZw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fJPcx6fHkz4Rx for ; Sun, 22 Feb 2026 00:14:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3bcac by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 22 Feb 2026 00:14:57 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Ziaee Subject: git: 456ae9820823 - main - ufs_disk_close.3: Correct include header macro List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 456ae9820823fcd078746318620925792f112c9a Auto-Submitted: auto-generated Date: Sun, 22 Feb 2026 00:14:57 +0000 Message-Id: <699a4a81.3bcac.3f9e5c@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=456ae9820823fcd078746318620925792f112c9a commit 456ae9820823fcd078746318620925792f112c9a Author: Alexander Ziaee AuthorDate: 2026-02-21 21:24:20 +0000 Commit: Alexander Ziaee CommitDate: 2026-02-22 00:14:01 +0000 ufs_disk_close.3: Correct include header macro This manual used the library macro to mark up a header file, causing pollution in the apropos database for libraries, as well as omission from the apropos database for headers. This also renders differently, enclosing the header in angle brackets. MFC after: 3 days --- lib/libufs/ufs_disk_close.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libufs/ufs_disk_close.3 b/lib/libufs/ufs_disk_close.3 index f332a9bb5de9..04cae3965a81 100644 --- a/lib/libufs/ufs_disk_close.3 +++ b/lib/libufs/ufs_disk_close.3 @@ -56,7 +56,7 @@ The structure referenced by the pointer must be aligned to at least the alignment specified by .Dv LIBUFS_ALIGN that is defined in the -.Lb libufs.h +.In libufs.h header file. The disk is opened read-only. The specified