aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-13 17:59:37 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-13 17:59:37 +0000
commitd0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5 (patch)
tree516e541d8eddfc2ee118c2c7d0716d16c8eb4be3
parent02ced93ec26f8e27f3721e2ec3cafef52f2eb1ec (diff)
downloadbusybox-w32-d0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5.tar.gz
busybox-w32-d0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5.tar.bz2
busybox-w32-d0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5.zip
Document gzip -d
-rw-r--r--applets/usage.c1
-rw-r--r--docs/busybox.pod3
-rw-r--r--docs/busybox.sgml1
-rw-r--r--usage.c1
4 files changed, 5 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 57e26bc26..876d253ab 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -432,6 +432,7 @@ const char gzip_usage[] =
432 "When FILE is '-', reads standard input. Implies -c.\n\n" 432 "When FILE is '-', reads standard input. Implies -c.\n\n"
433 "Options:\n" 433 "Options:\n"
434 "\t-c\tWrite output to standard output instead of FILE.gz\n" 434 "\t-c\tWrite output to standard output instead of FILE.gz\n"
435 "\t-d\tdecompress\n"
435#endif 436#endif
436 ; 437 ;
437#endif 438#endif
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 65a4e3289..4dd3a3a98 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -765,6 +765,7 @@ When FILE is '-', reads standard input. Implies B<-c>.
765Options: 765Options:
766 766
767 -c Write output to standard output instead of FILE.gz 767 -c Write output to standard output instead of FILE.gz
768 -d decompress
768 769
769Example: 770Example:
770 771
@@ -2292,4 +2293,4 @@ Enrique Zanardi <ezanardi@ull.es>
2292 2293
2293=cut 2294=cut
2294 2295
2295# $Id: busybox.pod,v 1.82 2000/12/11 19:39:25 andersen Exp $ 2296# $Id: busybox.pod,v 1.83 2000/12/13 17:59:37 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 7e351e958..fda66a619 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -1297,6 +1297,7 @@
1297 <para> 1297 <para>
1298 <screen> 1298 <screen>
1299 -c Write output to standard output 1299 -c Write output to standard output
1300 -d decompress
1300 </screen> 1301 </screen>
1301 </para> 1302 </para>
1302 1303
diff --git a/usage.c b/usage.c
index 57e26bc26..876d253ab 100644
--- a/usage.c
+++ b/usage.c
@@ -432,6 +432,7 @@ const char gzip_usage[] =
432 "When FILE is '-', reads standard input. Implies -c.\n\n" 432 "When FILE is '-', reads standard input. Implies -c.\n\n"
433 "Options:\n" 433 "Options:\n"
434 "\t-c\tWrite output to standard output instead of FILE.gz\n" 434 "\t-c\tWrite output to standard output instead of FILE.gz\n"
435 "\t-d\tdecompress\n"
435#endif 436#endif
436 ; 437 ;
437#endif 438#endif