It's "psed", not "sed".
Jarkko Hietaniemi [Sat, 5 May 2001 19:23:36 +0000 (19:23 +0000)]
p4raw-id: //depot/perl@10002

x2p/s2p.PL

index a24a2e2..69d0c04 100644 (file)
@@ -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