summaryrefslogblamecommitdiffstats
path: root/regress/char/space/esct-mdoc.in
blob: a22f491494247fbd8fe550940925c4208ddaae77 (plain) (tree)
1
2
3
4

                                                                   
                     
   































                                                                     
.\" $OpenBSD: esct-mdoc.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate$
.Dt SPACE-ESCT-MDOC 1
.Os
.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