tbl: add page (#6594)
This commit is contained in:
24
pages/common/tbl.md
Normal file
24
pages/common/tbl.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# tbl
|
||||
|
||||
> Format tables for `troff`.
|
||||
> More information: <https://manned.org/tbl>.
|
||||
|
||||
- Format tables for `troff` and print it to stdout:
|
||||
|
||||
`cat {{path/to/file.troff}} | tbl`
|
||||
|
||||
- Format tables for `troff` in "compatibility mode":
|
||||
|
||||
`cat {{path/to/file.troff}} | tbl -C`
|
||||
|
||||
- Format tables for `troff` from a file:
|
||||
|
||||
`tbl {{path/to/file.troff}}`
|
||||
|
||||
- Mark the beginning of a table ("Table Start"):
|
||||
|
||||
`.TS`
|
||||
|
||||
- Mark the end of the table ("Table End"):
|
||||
|
||||
`.TE`
|
Reference in New Issue
Block a user