From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4496E67816 for ; Sun, 3 Nov 2024 01:18:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B224C10E337; Sun, 3 Nov 2024 01:18:54 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=debian.org header.i=@debian.org header.b="oZZjPwIo"; dkim-atps=neutral Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) by gabe.freedesktop.org (Postfix) with ESMTPS id DBE9110E335 for ; Sun, 3 Nov 2024 01:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=tXQXYJsNjDvSzDy6sM0+n74th0uBmgUZPr+cgVqYamw=; b=oZZjPwIoemtSxKJonQP5vJP0Cd EEy2ZE4tn6jEtgGO3UUiG4l90WvnonAm90MRDssjgA1cPAZzFwVzL/r64i7DQLmzT2+FGX9/lhZcR Bu8GmkuUMCFolHUDegMLu5kvZSyhsR0J/hP5su++QiHi3VZ3lKw521X1Z3T4LWCHGntwpLvAbMQ/y Bpgjze4aHbIjxHbnJpfFSRNN47VZyO05jDmwLMMTgJAB63D4X7cSvxFT8hI9mEk9iAuSmuqtc4+3R xJAp9/Fi/O32demqCie7LwoCaQgjO3+HosRHsrrcichLrauoRzMOFdbg1Fs8Z0Jw3hX3GHgkGOX81 wenrq8rg==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1t7PGO-00B3pR-7h; Sun, 03 Nov 2024 01:18:44 +0000 Received: from ns1.rosewood.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.rosewood.vpn.ucam.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t7PGN-004qFr-0R; Sun, 03 Nov 2024 01:18:43 +0000 Date: Sun, 3 Nov 2024 01:18:42 +0000 From: Colin Watson To: "G. Branden Robinson" Cc: Ian Rogers , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-man@vger.kernel.org, groff@gnu.org Subject: Re: [PATCH v2 1/3] proc_pid_fdinfo.5: Reduce indent for most of the page Message-ID: Mail-Followup-To: "G. Branden Robinson" , Ian Rogers , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-man@vger.kernel.org, groff@gnu.org References: <20241101132437.ahn7xdgvmqamatce@devuan> <20241101200729.6wgyksuwdtsms3eu@devuan> <20241102100837.anfonowxfx4ekn3d@illithid> <20241102103937.ose4y72a7yl3dcmz@devuan> <20241102213620.kfccilxvhihwmnld@devuan> <20241103000534.th3jq7umwojlxnma@devuan> <20241103010929.ke6vf4amh76hyqb4@illithid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241103010929.ke6vf4amh76hyqb4@illithid> X-Debian-User: cjwatson X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" (now with some local vim macros fixed to stop accidentally corrupting the To: lines of some of my outgoing emails ...) On Sat, Nov 02, 2024 at 08:09:29PM -0500, G. Branden Robinson wrote: > At 2024-11-03T00:47:23+0000, Colin Watson wrote: > > and the fact that the NAME section has both semantic and > > presentational meaning means that like it or not the parser needs to > > be aware of this.) > > Even if mandb(8) doesn't run groff to extract the summary descriptions/ > apropos lines, I think this feature might be useful to you for > coverage/regression testing. Presumably, for valid inputs, groff and > mandb(8) should reach similar conclusions about how the text of a "Name" > section is to be formatted. Yes, that's a good point and I agree with that. -- Colin Watson (he/him) [cjwatson@debian.org]