1.\" $OpenBSD: e.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt ESC-E 1 4.Os 5.Sh NAME 6.Nm esc-e 7.Nd escaping backslashes 8.Sh DESCRIPTION 9In plain text: "\e" and "\\" 10.Pp 11On macro lines: 12.Qq \e(at 13and 14.Qq \\(at 15.Pp 16In a macro definition: 17.de mytest 18"\e$1" and "\\$2" 19.. 20.mytest one two 21