-moreutils (0.10) UNRELEASED; urgency=low
+moreutils (0.10) unstable; urgency=low
* ifdata: patch from Adam Lackorzynski to translate French error messages
to English and to convert some #defines to enums.
* Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
"z").
- -- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 16:15:35 -0400
+ -- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 18:34:01 -0400
moreutils (0.9) unstable; urgency=low
- vidir: edit a directory in your text editor
- vipe: insert a text editor into a pipe
- combine: combine the lines in two files using boolean operations
- - ifdata: get network interface info without parsing ifconfig output
+ - ifdata: get network interface info without parsing ifconfig output
- pee: tee standard input to pipes
- zrun: automatically uncompress arguments to command
+++ /dev/null
-.TH pee 1 2006\-03\-14
-.SH NAME
-pee \- tee standard input to pipes
-.SH SYNOPSIS
-\fBpee\fR [\fB"command"\fR\&...]
-.SH DESCRIPTION
-pee is like tee
-but for pipes. Each command is run and fed a copy of the
-stadard input. The output of all commands is sent to
-stdout.
-.SH "SEE ALSO"
-\fBtee\fR(1)