=================================================================== RCS file: /cvs/mandoc/regress/tbl/layout/spacing.out_ascii,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- mandoc/regress/tbl/layout/spacing.out_ascii 2020/09/01 18:25:29 1.1 +++ mandoc/regress/tbl/layout/spacing.out_ascii 2025/07/24 18:14:29 1.6 @@ -1,39 +1,35 @@ TBL-LAYOUT-SPACING(1) General Commands Manual TBL-LAYOUT-SPACING(1) - - NNAAMMEE - tbl-layout-spacing - spacing modifiers + tbl-layout-spacing - spacing modifiers DDEESSCCRRIIPPTTIIOONN - default spacing: + default spacing: + +-------+ + | a b | + +-------+ - +------+ - |a b | - +------+ - spacing 0: + spacing 0: + +----+ + | ab | + +----+ - +---+ - |ab | - +---+ - spacing 1: + spacing 1: + +-----+ + | a b | + +-----+ - +----+ - |a b | - +----+ - spacing 2: + spacing 2: + +---+--+ + | a |b | + +---+--+ - +--+--+ - |a |b | - +--+--+ - spacing 5: + spacing 5: + +----++---+ + | a || b | + +----++---+ - +---++---+ - |a || b | - +---++---+ - leaked tab settings: - a b cdef - - + leaked tab settings: + a b c d e f OpenBSD September 1, 2020 TBL-LAYOUT-SPACING(1)