]> err.no Git - moreutils/commitdiff
releasing version 0.10 0.10
authorjoeyh <joeyh>
Sun, 2 Apr 2006 22:47:56 +0000 (22:47 +0000)
committerjoeyh <joeyh>
Sun, 2 Apr 2006 22:47:56 +0000 (22:47 +0000)
debian/changelog
debian/control
pee.1 [deleted file]

index df19875b763b976fc215a5e94d57508f50161853..5047f09dcd7349f61941fc861848a5f95601ce8a 100644 (file)
@@ -1,4 +1,4 @@
-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.
@@ -7,7 +7,7 @@ moreutils (0.10) UNRELEASED; urgency=low
   * 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
 
index 2b2dde099a9f0fe5d729cd4ebdf0df362392d354..b7e4c13b77e303aa70a3df316eea55c5af892175 100644 (file)
@@ -19,6 +19,6 @@ Description: additional unix utilities
   - 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
diff --git a/pee.1 b/pee.1
deleted file mode 100644 (file)
index b0faebf..0000000
--- a/pee.1
+++ /dev/null
@@ -1,12 +0,0 @@
-.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)