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

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

Revision 1.1, Wed Feb 8 03:03:20 2017 UTC (7 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1, VERSION_1_13

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

.Dd June 29, 2014
.Dt DS-ESCNAME 1
.Os OpenBSD
.Sh NAME
.Nm ds-escname
.Nd escape sequences in string names
.Sh DESCRIPTION
.ds std\\esc stdval
Now \e*[std\\esc] is
.Sq \*[std\\esc] .
.Pp
.ds esc\eesc escval
Now \e*[esc] is
.Sq \*[esc] .