summaryrefslogblamecommitdiffstats
path: root/regress/char/space/esct-mdoc.in
blob: 0c9ba1eb679cac7bc56f8511f4f849f9febca5c6 (plain) (tree)
1
                 

































                                                                     
.Dd June 20, 2013
.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