CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/10/13 20:16:02
Modified files: share/man/man7 : tbl.7 usr.bin/mandoc : mandoc.h out.c out.h tbl_html.c tbl_layout.c tbl_term.c Log message: Rudimentary implementation of the e, x, and z table layout modifiers to equalize, maximize, and ignore the width of columns. Does not yet take vertical rulers into account, and does not do line breaks within table cells. Considerably improves the lftp(1) manual; issue noticed by sthen@.