1*27610Scuccia# Copyright (c) 1980 Regents of the University of California. 2*27610Scuccia# All rights reserved. The Berkeley software License Agreement 3*27610Scuccia# specifies the terms and conditions for redistribution. 4*27610Scuccia# 5*27610Scuccia# @(#)fixmks.sed 6.1 (Berkeley) 04/29/86 6*27610Scuccia# 7*27610Scuccia/ MK/s/// 8*27610Scuccia/"/s///g 9*27610Scuccia/,/s// /g 10*27610Scuccia/;.*/s/// 11*27610Scuccia/\\(pl/s//+/ 12*27610Scuccia/\\(mi/s//-/ 13*27610Scuccia/\\(\*\*/s//*/ 14*27610Scuccia/\\(eq/s//=/ 15*27610Scuccia 16