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