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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87F90C433EF for ; Tue, 4 Jan 2022 07:51:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231953AbiADHvn (ORCPT ); Tue, 4 Jan 2022 02:51:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229757AbiADHvn (ORCPT ); Tue, 4 Jan 2022 02:51:43 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD94DC061761; Mon, 3 Jan 2022 23:51:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xXomDIo8Mnqf5pUQoP1DjKzfODrNTAGrCckSq8m2HHc=; b=ASlqO17R/2MEjUSetUlALyNNCg zION8cHzz7B/CdOwaM+xLtncyvkXEUDqhVPgVFbecdqJkuFspBCAbsAPmMACV446Pe2lh3uidwX3B fR6iIAcmU8He7rfbtsO1JL2K3lf3s8wVgiLXTD7gmTKTIIFMD5xzTA8NKehUoCTVwKRLCHXz605+B 1OOcmpAlBxMv9Nh36Bs3UVgvutRi3Stp7aNFLX9bWlvy+7a439JUyjt3+B+DO9ywGI7+NB3cGXmOZ sP8cz48OnaBerqd0dI/1qMHL7Rg38LmkI3ELDTtFyFq0KhtuwOpMoKkQvzVRQUvyx6W0OqInUP74z m30EzAow==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4ebe-00AYzG-Eg; Tue, 04 Jan 2022 07:51:42 +0000 Date: Mon, 3 Jan 2022 23:51:42 -0800 From: Christoph Hellwig To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: discourage use of list tables Message-ID: References: <87r19oxx87.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r19oxx87.fsf@meer.lwn.net> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jan 03, 2022 at 03:36:56PM -0700, Jonathan Corbet wrote: > Our documentation encourages the use of list-table formats, but that advice > runs counter to the objective of keeping the plain-text documentation as > useful and readable as possible. Turn that advice around the other way so > that people don't keep adding these tables. Thanks! Acked-by: Christoph Hellwig