On 7/7/20 11:43 PM, Mike Rapoport wrote: > Hi Randy, > > On Tue, Jul 07, 2020 at 06:07:40PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> >> Make the tables be presented as tables in the generated output files >> (the line drawing did not present well). >> >> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> Cc: Jonathan Corbet <corbet@xxxxxxx> >> Cc: linux-doc@xxxxxxxxxxxxxxx >> Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> >> Cc: Mike Rapoport <rppt@xxxxxxxxxx> >> Cc: linux-arch@xxxxxxxxxxxxxxx >> Cc: linux-mm@xxxxxxxxx >> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> >> --- >> Documentation/vm/arch_pgtable_helpers.rst | 333 ++++++-------------- >> 1 file changed, 116 insertions(+), 217 deletions(-) >> >> --- linux-next-20200707.orig/Documentation/vm/arch_pgtable_helpers.rst >> +++ linux-next-20200707/Documentation/vm/arch_pgtable_helpers.rst >> @@ -17,242 +17,141 @@ test need to be in sync. >> PTE Page Table Helpers >> ====================== >> >> --------------------------------------------------------------------------------- >> -| pte_same | Tests whether both PTE entries are the same | >> --------------------------------------------------------------------------------- > > According to ReST docs [1] we can use +---+---+ as row delimiter and > than we can keep | as column delimiter. > > @Andrew, can you please fold the below patch into Anshuman's original > patch? > > [1] https://docutils.sourceforge.io/docs/user/rst/quickref.html#tables Works for me. Thanks. -- ~Randy