based on suggestion from Dieter Plaetinck
=head1 SYNOPSIS
-command | vipe | command
+command1 | vipe | command2
=head1 DESCRIPTION
vipe allows you to run your editor in the middle of a unix pipeline and
-edit the data that is being piped between programs.
+edit the data that is being piped between programs. Your editor will
+have the full data being piped from command1 loaded into it, and when you
+save, that data will be piped into command2.
=head1 ENVIRONMENT VARIABLES