diff options
author | ru <ru@FreeBSD.org> | 2001-03-01 12:13:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-01 12:13:04 +0000 |
commit | b23f13237372d6da021ab5ba5cf6062b4200d6d5 (patch) | |
tree | 5394c09998de2ef05b13b7aadd563a4655f16a74 /share/man/man7 | |
parent | 7a3646c686ce9b4f2057d59afb4a2096c2bcfd4e (diff) | |
download | FreeBSD-src-b23f13237372d6da021ab5ba5cf6062b4200d6d5.zip FreeBSD-src-b23f13237372d6da021ab5ba5cf6062b4200d6d5.tar.gz |
Fixed two bugs with -tag lists.
If the -tag list definition didn't have a -width modifier,
the first .It call was supposed to set the width depending
on the first argument type; if it is a macro name, use the
macro's width value; otherwise, use width value of `No'.
The following two lists should produce identical output:
.Bl -tag -width Er -compact
.It Er EINVAL
invalid argument
.El
.Bl -tag -compact
.It Er EINVAL
invalid argument
.El
If the outermost -tag list definition did't have a -width
modifier, the .It elements of inner lists might not work
(producing a list where each successive element `walks' to
the right).
Example:
.Bl -tag -compact
.It outer
.It outer
.Bl -tag -compact
.It inner
.It inner
.El
.It outer
.It outer
.El
Ported from: mdocNG
Diffstat (limited to 'share/man/man7')
0 files changed, 0 insertions, 0 deletions