kludge around a bug in tbl/nroff

- when not tbl'd, it renders fine, except for the table
 - then tbl'd, it displays only 1/4 of the man page
so replace the table by a list. temporarily.
This commit is contained in:
tg
2003-06-14 11:51:40 +00:00
parent c6d42d15bd
commit b8b2929b02

View File

@ -1,4 +1,4 @@
.\" $MirBSD: ksh.1tbl,v 1.5 2003/06/09 01:03:48 tg Exp $ .\" $MirBSD: ksh.1tbl,v 1.6 2003/06/14 11:51:40 tg Exp $
.\" $OpenBSD: ksh.1tbl,v 1.53 2003/06/06 10:05:52 jmc Exp $ .\" $OpenBSD: ksh.1tbl,v 1.53 2003/06/06 10:05:52 jmc Exp $
.\" .\"
.\" Copyright (c) 1980, 1990, 1993 .\" Copyright (c) 1980, 1990, 1993
@ -449,20 +449,20 @@ are only recognized if they are unquoted and if they are used as the first
word of a command (i.e., they can't be preceded by parameter assignments or word of a command (i.e., they can't be preceded by parameter assignments or
redirections): redirections):
.Pp .Pp
.TS .\" .TS
center; .\" center;
lfB lfB lfB lfB lfB . .\" lfB lfB lfB lfB lfB .
case else function then ! .\" case else function then !
do esac if time [[ .\" do esac if time [[
done fi in until { .\" done fi in until {
elif for select while } .\" elif for select while }
.TE .\" .TE
.\" .\"
.\".Ic case , do , done , elif , .Ic case , do , done , elif ,
.\".Ic else , esac , fi , for , .Ic else , esac , fi , for ,
.\".Ic function , if , in , select , .Ic function , if , in , select ,
.\".Ic then , time , until , while , .Ic then , time , until , while ,
.\".Ic \&! , \&[\&[ , \&{ , \&} .Ic \&! , \&[\&[ , \&{ , \&}
.Pp .Pp
.Sy Note: .Sy Note:
Some shells (but not this one) execute control structure commands in a Some shells (but not this one) execute control structure commands in a