From ba34211e8fdb0e6c297e9576af0f81dd45faf4f1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 5 May 2001 19:23:36 +0000 Subject: [PATCH] It's "psed", not "sed". p4raw-id: //depot/perl@10002 --- x2p/s2p.PL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x2p/s2p.PL b/x2p/s2p.PL index a24a2e2fe8..69d0c04c27 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 -- 2.34.1