aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-21 02:06:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-21 02:06:35 +0000
commit350b3f9236b29514f3755af2b4b2957475abf829 (patch)
treeccae9825625a1b69c65c88a678b0de461547f611
parentae22612792e79b3caafbb6bebcccca510a75d158 (diff)
downloadbusybox-w32-350b3f9236b29514f3755af2b4b2957475abf829.tar.gz
busybox-w32-350b3f9236b29514f3755af2b4b2957475abf829.tar.bz2
busybox-w32-350b3f9236b29514f3755af2b4b2957475abf829.zip
Typo fix.
-rw-r--r--docs/busybox.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 5fd15cab5..e12c8243c 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1948,7 +1948,7 @@ Converts a text file from unix format to dos format.
1948 1948
1949=item unrpm 1949=item unrpm
1950 1950
1951Usage: unrpm < package.rpm | gzip -d | cpio -idmuv 1951Usage: unrpm < package.rpm | gzip B<-d> | cpio -idmuv
1952 1952
1953Extracts an rpm archive. 1953Extracts an rpm archive.
1954 1954
@@ -2182,4 +2182,4 @@ Enrique Zanardi <ezanardi@ull.es>
2182 2182
2183=cut 2183=cut
2184 2184
2185# $Id: busybox.pod,v 1.69 2000/09/20 19:22:26 andersen Exp $ 2185# $Id: busybox.pod,v 1.70 2000/09/21 02:06:35 andersen Exp $