File: column.in

package info (click to toggle)
mdocml 1.14.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,536 kB
  • sloc: ansic: 37,110; makefile: 1,159; sh: 562; perl: 413
file content (18 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: column.in,v 1.2 2020/04/07 22:45:38 schwarze Exp $
.Dd $Mdocdate: April 7 2020 $
.Dt TG-COLUMN 1
.Os
.Sh NAME
.Nm Tg-column
.Nd explicit tagging of column lists and rows
.Sh DESCRIPTION
BEGINTEST
.Tg list
.Bl -column one two
.It one Ta
.Tg row1
two
.Tg row2
.It 1	2
.El
ENDTEST