1.\" $OpenBSD: notype.in,v 1.5 2017/07/04 14:53:24 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt BL-NOTYPE 1 4.Os 5.Sh NAME 6.Nm Bl-notype 7.Nd lists with late or missing types 8.Sh DESCRIPTION 9late type: 10.Bl -offset indent -bullet 11.It 12Some text. 13.El tail argument 14.Pp 15no type: 16.Bl -offset indent -width Ds 17.It 18Some text. 19.El 20.Pp 21no argument at all: 22.Bl 23.It 24Some text. 25.El 26.Pp 27final text 28