tbl: add page (#6594)

beep
pixel 2021-10-07 19:33:23 +02:00 committed by GitHub
parent 75bb521bee
commit 6e9db161e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/tbl.md Normal file
View 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`