view nt/ad2c.sed @ 677:83a5b1a6e62c

[xemacs-hg @ 2001-11-27 19:00:29 by adrian] [PATCH RECOMMEND 21.5] xemacs-21.5: man/Makefile to produce html documents <elmmmq3t.fsf@mailto.t-online.de>
author adrian
date Tue, 27 Nov 2001 19:00:29 +0000
parents 4be1180a9e89
children
line wrap: on
line source

/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test