.\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $ .Dd $Mdocdate: July 4 2017 $ .Dt LL-BASIC 1 .Os .Sh NAME .Nm ll-basic .Nd changing the line length .Sh DESCRIPTION This is a longer text to demonstrate the default line length. In ASCII mode, it is expected to break at column 78. .Pp .ll 38n This is another long text to demonstrate shorter lines. In ASCII mode, it is expected to break at column 38. .Pp .ll This is a longer text after switching back to the default line length. In ASCII mode, it is expected to break at column 78. .Pp .ll +100n This is another long text to demonstrate longer lines. In ASCII mode, it is not expected to break at all. .Pp .ll FOO This is a longer text after switching to an invalid line length. In ASCII mode, it is expected to break at column 78.