]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/ll/basic.in
while $() is more modern than ``, it does not work with the
[mandoc.git] / regress / roff / ll / basic.in
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
9 This is a longer text to demonstrate the default line length.
10 In ASCII mode, it is expected to break at column 78.
11 .Pp
12 .ll 38n
13 This is another long text to demonstrate shorter lines.
14 In ASCII mode, it is expected to break at column 38.
15 .Pp
16 .ll
17 This is a longer text after switching back to the default line length.
18 In ASCII mode, it is expected to break at column 78.
19 .Pp
20 .ll +100n
21 This is another long text to demonstrate longer lines.
22 In ASCII mode, it is not expected to break at all.
23 .Pp
24 .ll FOO
25 This is a longer text after switching to an invalid line length.
26 In ASCII mode, it is expected to break at column 78.