[BACK]Return to esct-mdoc.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / space

File: [cvsweb.bsd.lv] / mandoc / regress / char / space / esct-mdoc.in (download)

Revision 1.1, Wed Feb 8 03:02:16 2017 UTC (7 years, 4 months ago) by schwarze
Branch: MAIN

Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.

.Dd $Mdocdate: February 8 2017 $
.Dt SPACE-ESCT-MDOC 1
.Os OpenBSD
.Sh NAME
.Nm space-esct-mdoc
.Nd the t escape sequence in pages with mdoc macros
.Sh DESCRIPTION
In plain text:
.Pp
single	tab
.Pp
single\tescape-t
.Pp
double		tab
.Pp
double\t\tescape-t
.Pp
\tThis line starts with escape-t and comes close to the right margin.
\tThe next line starts with escape-t as well.
.Pp
In an unfilled display:
.Bd -unfilled -offset 3n
single	tab
single\tescape-t
double		tab
double\t\tescape-t
.Ed
.Pp
In a literal display:
.Bd -literal -offset 3n
single	tab
single\tescape-t
double		tab
double\t\tescape-t
.Ed