1.\" $OpenBSD: empty.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt BL-EMPTY 1 4.Os 5.Sh NAME 6.Nm Bl-empty 7.Nd empty lists 8.Sh DESCRIPTION 9bullet list: 10.Bl -bullet 11.El 12column list: 13.Bl -column one two 14.El 15dash list: 16.Bl -dash 17.El 18diag list: 19.Bl -diag 20.El 21enum list: 22.Bl -enum 23.El 24hang list: 25.Bl -hang 26.El 27hyphen list: 28.Bl -hyphen 29.El 30inset list: 31.Bl -inset 32.El 33item list: 34.Bl -item 35.El 36ohang list: 37.Bl -ohang 38.El 39tag list: 40.Bl -tag -width Ds 41.El 42end of test document 43