aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ll/basic.in
blob: fe5d2ec49cbd992f68115d7ef5822c1d1473570f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" $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.