summaryrefslogtreecommitdiffstats
path: root/share/man/man7/tbl.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* correct paper titlejsg2021-03-081-3/+3
|
* remove a few words to improve flow. ok schwarzetedu2019-02-111-4/+4
|
* add a BUGS section explaining the situation with box and line drawingschwarze2019-02-091-3/+17
| | | | in UTF-8 output; suggested by bentley@
* Fix typo: "a data cells" -> "a data cell".bentley2019-02-081-3/+3
| | | | ok schwarze@
* zap trailing whitespace;jmc2018-12-121-3/+3
|
* Let cells containing nothing but \^ extend the cell above.schwarze2018-11-251-8/+14
| | | | Missing feature reported by Pali dot Rohar at gmail dot com.
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-3/+5
|
* Rewrite half of this, i was completely unaware how bad it was.schwarze2017-06-281-187/+253
| | | | | | | | Remove several lies, lots of duplicate information, and a lengthy discussion of features we don't support. Clarify the wording in some places and make it more concise in others. Delete examples from where they don't belong and write a new EXAMPLES section from scratch.
* Implement w layout specifier (minimum column width).schwarze2017-06-081-7/+6
| | | | | Improve width calculation of text blocks. Reduces the groff/mandoc diff in Base+Xenocara by about 800 lines.
* Radical cleanup of COMPATIBILITY sections:schwarze2015-01-291-12/+11
| | | | | | | | Remove lots of lies, dozens of irrelevant implementation details, and all references to groff versions older than 1.17. Move relevant information to the pages where it belongs, and out of mandoc(1) in particular. Add some missing general remarks to roff(7), where it fits the character and purpose of the page much better.
* implement the tbl(7) "center" layout optionschwarze2015-01-281-3/+2
|
* Rework tbl(7) layout parsing:schwarze2015-01-261-10/+25
| | | | | | | | | | | * Continue parsing even if part of the input is invalid. * Do not require whitespace between cell specifications. * Allow tabs as well as blanks between modifiers. * Mark the 'm' modifier as unsupported. * Parse and ignore the 'p' and 'v' modifiers. * Better warning and error messages. * Get rid of a static buffer. Improved functionality but minus 50 lines of code.
* More improvements regarding tbl(7) options.schwarze2015-01-261-40/+42
| | | | | | | | | * Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation.
* one more "center"; tedu forgot to use -i, i think...jmc2015-01-201-2/+2
|
* change spelling of centre to center. consistent with other man pages,tedu2015-01-201-4/+4
| | | | | the name of the macro being described, and look(1). ok jmc
* Allow comma-separated options in tbl(7) tables.bentley2014-11-251-2/+3
| | | | | | Provides better groff compatibility. ok schwarze@
* Rudimentary implementation of the e, x, and z table layout modifiersschwarze2014-10-141-5/+15
| | | | | | | 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@.
* implement font modifiers in table layoutsschwarze2014-10-131-24/+25
|
* For citing the names and email addresses of authors,schwarze2013-07-131-4/+3
| | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
* sync to mandoc 1.11.5:schwarze2011-09-181-8/+18
| | | | | | | document eqn(7) and many other improvements from kristaps@ no objection from deraadt@ against adding an eqn.7 page
* Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noschwarze2011-02-071-6/+6
| | | | | | | longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
* sync to bsd.lv: document spans, and decimalpoint() is implementedschwarze2011-01-221-6/+16
|
* Add and install tbl(7);schwarze2011-01-091-0/+321
written by kristaps@, looked over by jmc@.