From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BCD442BE02C for ; Wed, 24 Jun 2026 10:43:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782297782; cv=none; b=Itw8IRof8PUekBPemAYKkgk1qbvbn1aG3WopERNw6lKZEYjXepahLqifdrlQ5dwMnuGYr8Tn/2N0FRPtYUz3shdU2ZwQk814J/KuNGxy3xccfnK++R/O9nHUv+9XNFlnGbUTOJbSu7C5Vm/8Yue2I1Yl7CHjQzbIkaLWGs0IjdY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782297782; c=relaxed/simple; bh=5tAyU0tEkai5DL/s7RVSd0WSk/RH+bxWsVxf+Lb9gqM=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=tHD4tBZBp/yjRSWxCMCVJMs7sljL6eyVU+wqMeaj3wRu1xuOsClxz590w2SjL7Uz6rAMFEL5vlORQHoRuLNCZrTSl96aSQ3MKetAxWaHqAKn3OBzoExrRslyxslH1AXu9YCsNbZ6CkxoSENi2exIhNUPGfimhJsQqu14bkf+BhQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YSpgQsa2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YSpgQsa2" Received: by smtp.kernel.org (Postfix) with ESMTPS id 5A718C2BCC6 for ; Wed, 24 Jun 2026 10:43:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1782297782; bh=5tAyU0tEkai5DL/s7RVSd0WSk/RH+bxWsVxf+Lb9gqM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YSpgQsa2kCzCBLA1cDQNXW3nmDhYoHdy4xA87qLqrfwK4I//G72EoYIIwMCgW9XQ1 2KDaqyjvUxOpuxIdVQCULXRhqsu72hLFPxuHaLBUlpEXMYYqnCnxv1/zwgEWDqVJo5 0lRNWpKyTT8de9/F4HjeF1lxzigFkvdT3GspeRzLNQM+fKZcLVDFeKEtSy/yxG4FqU up990xTIAfZy4xnbD0vcBNljr2ZoACZtVT7NBRkt55IOAmJLHtFCQ4qvll8L7Jpy5p XObvQ38hnOceNaHrMy9+KkIw7gtYtD2nzhwX+yhjJW+WrCekQ0YfRZaHtcicVCcyGY oFCzt+q6kwc2g== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 443BCC53BC5; Wed, 24 Jun 2026 10:43:02 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-man@vger.kernel.org Subject: [Bug 221686] README.d/ is not mentioned in README Date: Wed, 24 Jun 2026 10:43:02 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Product: Documentation X-Bugzilla-Component: man-pages X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: alx@kernel.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D221686 --- Comment #1 from Alejandro Colomar (alx@kernel.org) --- On 2026-06-24T10:24:56+0000, bugzilla-daemon@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=3D221686 >=20 > Bug ID: 221686 > Summary: README.d/ is not mentioned in README > Product: Documentation > Version: unspecified > Hardware: All > OS: Linux > Status: NEW > Severity: enhancement > Priority: P3 > Component: man-pages > Assignee: documentation_man-pages@kernel-bugs.osdl.org > Reporter: jason@jasonyundt.email > Regression: No >=20 > The README file for the Linux man-pages project has a section named =E2= =80=9CFiles=E2=80=9D > that lists a bunch of different files and directories and describes them.= The > =E2=80=9CFiles=E2=80=9D section mentions the CONTRIBUTING file, the CONTR= IBUTING.d/ directory > and the README file, but it does not mention the README.d/ directory. It > would > be better if the README mentioned the README.d/ directory. Hi Jason! Thanks! I've pushed the following patch: commit dab26703f0de1206afe2990b26c084932e792e60 Author: Alejandro Colomar Date: 2026-06-24 12:41:41 +0200 README: Document README.d/* Reported-by: Jason Yundt Signed-off-by: Alejandro Colomar diff --git a/README b/README index d994e3c12f28..6dbcd97a1546 100644 --- a/README +++ b/README @@ -31,6 +31,7 @@ Files Notes for maintainers. README + README.d/* Main information about the project and the repository. RELEASE Have a lovely day! Alex --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=