Annotation of mandoc/regress/roff/ll/basic.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
! 2: .Dd $Mdocdate: July 4 2017 $
1.1 schwarze 3: .Dt LL-BASIC 1
1.2 ! schwarze 4: .Os
1.1 schwarze 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.
CVSweb