Re: [PATCH 1/2] ext4: docs: switch away from list-table
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-10-07 14:48:44
Also in:
linux-doc
"Theodore Ts'o" [off-list ref] writes:
On Tue, Sep 21, 2021 at 05:18:06PM -0600, Jonathan Corbet wrote:quoted
Jan Kara [off-list ref] writes:quoted
On Thu 02-09-21 16:08:53, Jonathan Corbet wrote:quoted
Commit 3a6541e97c03 (Add documentation about the orphan file feature) added a new document on orphan files, which is great. But the use of "list-table" results in documents that are absolutely unreadable in their plain-text form. Switch this file to the regular RST table format instead; the rendered (HTML) output is identical. Signed-off-by: Jonathan Corbet <corbet@lwn.net>Thanks! Definitely looks more readable :). You can add: Reviewed-by: Jan Kara <jack@suse.cz>Thanks for having a look! I'll ahead and apply these, then.Hey Jon, I don't see these patches in linux-next. I'm guessing because you were busy with some silly thing like LPC. :-) Do you want to take them, or I can take them through the ext4 tree.
Ah...I learned something today. If you try to apply your own patches with "git am -s" (via b4 to lazily grab Jan's Reviewed-by tags), it fails, complaining about duplicate signoff lines. I'd failed to notice that before. I've *really* applied them this time (and tweaked my scripts :). Thanks, jon