File: list.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 (22 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.\" $OpenBSD: list.in,v 1.1 2020/04/06 09:55:50 schwarze Exp $
.Dd $Mdocdate: April 6 2020 $
.Dt TG-LIST 1
.Os
.Sh NAME
.Nm Tg-list
.Nd explicit tagging of lists and list elements
.Sh DESCRIPTION
BEGINTEST
.Tg dashlist
.Bl -dash
.Tg dashitem
.It
item
.El
.Tg taglist
.Bl -tag -width Ds
.Tg tagitem
.It tag
text
.El
ENDTEST