[BACK]Return to tag.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bl

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bl / tag.in (download)

Revision 1.3, Tue Jul 4 15:25:24 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.2: +3 -2 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $OpenBSD: tag.in,v 1.18 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-TAG 1
.Os
.Sh NAME
.Nm Bl-tag
.Nd tagged lists
.Sh DESCRIPTION
.Bl -tag -width -4n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width -0.26i
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width -2n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width -1n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 0n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 1n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 2n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 3n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 4n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It tag
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It four
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It quint
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 0.46i
.It indent
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It septime
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It achtacht
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It neun neun
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It zehn_ zehn
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
.El
.Bl -tag -width 5n
.It This is a very long text contained in the tag, it is so long \
that it overruns the line -
and here comes the item body.
.El
.Bl -tag -width 100n
.It hundred
text text
.El
.Pp
Trailing white space in the head:
.Bl -tag -width 5n
.It "a"
none
.It "a "
one
.It "a  "
two
.It "a   "
three
.It "a    "
four
.It "a     "
five
.It "a      "
six
.It " "
white space only
.El
.Pp
Non-numeric width specification:
.Bl -tag -width xxx
.It tag
text
.El
.Bl -tag -width xxxxxxxxxx
.It tag
text
.El
.Pp
Scaling units other than n:
.Bl -tag -width 4m
.It tag
text
.El
.Bl -tag -width 800M
.It tag
text
.El
.Bl -tag -width 14
.It tag
text
.El
.Pp
Default width:
.Bl -tag
.It tag
text
.It long tag
long text
.It Sy tag Em with markup
text
.El
.Pp
Indented list:
.Bl -tag -offset 6n -width xxx
.It one
first text
.It two
second text
.El
.Pp
Embedded paragraph:
.Bl -tag -width Ds
.It tag
first paragraph
.Pp
second paragraph
.El