1.\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt LL-BASIC 1 4.Os 5.Sh NAME 6.Nm ll-basic 7.Nd changing the line length 8.Sh DESCRIPTION 9This is a longer text to demonstrate the default line length. 10In ASCII mode, it is expected to break at column 78. 11.Pp 12.ll 38n 13This is another long text to demonstrate shorter lines. 14In ASCII mode, it is expected to break at column 38. 15.Pp 16.ll 17This is a longer text after switching back to the default line length. 18In ASCII mode, it is expected to break at column 78. 19.Pp 20.ll +100n 21This is another long text to demonstrate longer lines. 22In ASCII mode, it is not expected to break at all. 23.Pp 24.ll FOO 25This is a longer text after switching to an invalid line length. 26In ASCII mode, it is expected to break at column 78. 27