From: Jarkko Hietaniemi Date: Sat, 5 May 2001 19:23:36 +0000 (+0000) Subject: It's "psed", not "sed". X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba34211e8fdb0e6c297e9576af0f81dd45faf4f1;p=p5sagit%2Fp5-mst-13.2.git It's "psed", not "sed". p4raw-id: //depot/perl@10002 --- diff --git a/x2p/s2p.PL b/x2p/s2p.PL index a24a2e2..69d0c04 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -54,12 +54,14 @@ use Symbol; =head1 NAME -sed - a stream editor +psed - a stream editor =head1 SYNOPSIS - sed [-an] script [file ...] - sed [-an] [-e script] [-f script-file] [file ...] + psed [-an] script [file ...] + psed [-an] [-e script] [-f script-file] [file ...] + + s2p [-an] [-e script] [-f script-file] =head1 DESCRIPTION