Home | History | Annotate | Line # | Download | only in tools
Troff.sed revision 1.1
      1  1.1  cgd /^['.]/s//\\\&&/
      2  1.1  cgd /^%%/s//.&/
      3  1.1  cgd /--/s//\\*-/g
      4  1.1  cgd /_a-squared cos 2(phi)/s//\\fIa\\fP\\u2\\d cos 2\\(*f/
      5  1.1  cgd /__**\([a-zA-Z]*\)/s//\\fI\1\\fP/g
      6  1.1  cgd /"\(.\)/s//\1\\*:/g
      7  1.1  cgd /`\(.\)/s//\1\\*`/g
      8  1.1  cgd /'\(.\)/s//\1\\*'/g
      9  1.1  cgd /~\(.\)/s//\1\\*~/g
     10  1.1  cgd /\^\(.\)/s//\1\\*^/g
     11  1.1  cgd /,\(.\)/s//\1\\*,/g
     12  1.1  cgd /\(.\)\(.\)/s//\\o_\1\2_/g
     13  1.1  cgd /*/s//\\(bs/g
     14