From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:50124 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725953AbeJCJea (ORCPT ); Wed, 3 Oct 2018 05:34:30 -0400 Date: Tue, 2 Oct 2018 22:48:05 -0400 From: "Theodore Y. Ts'o" To: "Darrick J. Wong" Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH 3/3] docs: make ext4 readme tables readable Message-ID: <20181003024805.GE18521@thunk.org> References: <153798873160.29896.3647029167086263735.stgit@magnolia> <153798875046.29896.10731326312802989345.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153798875046.29896.10731326312802989345.stgit@magnolia> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Sep 26, 2018 at 12:05:50PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > The tables in the ext4 readme are not particularly space efficient in > the text or html outputs, and they're totally broken in the pdf output. > Convert them into titled paragraphs so that they render more nicely. > > Signed-off-by: Darrick J. Wong Thanks, applied. - Ted