diff options
author | Marian Sigler <m@qjym.de> | 2013-11-18 03:34:31 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-21 18:08:12 -0400 |
commit | 63d717ea18eea93f89ef9654b1626bef500b6e36 (patch) | |
tree | f212ebb5dd6afc4c307b33e9997a2d2a1367e577 | |
parent | 58b6500f1144793cb70932e5b58b39e9b95c482a (diff) | |
download | moreutils-63d717ea18eea93f89ef9654b1626bef500b6e36.tar.gz |
Make vipe manpage a little clearer
-rwxr-xr-x | vipe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ command1 | vipe | command2 vipe allows you to run your editor in the middle of a unix pipeline and 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. +close it, that data will be piped into command2. =head1 ENVIRONMENT VARIABLES |