[BACK]Return to basic.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ll

File: [cvsweb.bsd.lv] / mandoc / regress / roff / ll / basic.in (download)

Revision 1.2, Tue Jul 4 15:26:39 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +3 -2 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $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.