diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-02 18:48:26 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-02 18:48:26 +0000 |
commit | 1cc94bd9ac7134781d9fe9dfecb487fd51978334 (patch) | |
tree | 06e7faef9293569687b853590742c91e1e36d940 /docs | |
parent | 78e93f0ce2824e11fbb48e50b620da09add86dc9 (diff) | |
download | busybox-w32-1cc94bd9ac7134781d9fe9dfecb487fd51978334.tar.gz busybox-w32-1cc94bd9ac7134781d9fe9dfecb487fd51978334.tar.bz2 busybox-w32-1cc94bd9ac7134781d9fe9dfecb487fd51978334.zip |
Merge in two patches from Dave Cinege:
the first is a cleanup of tar --exclude
the second changes mount so mtab works more as it should, and
also allows mount to use the traditional short form (i.e.
'mount / -o remount,rw' now works.
While inside tar, I changed it to use getopt...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@937 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 4 | ||||
-rw-r--r-- | docs/busybox.sgml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index d42985306..cdbe3e0f0 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -1634,7 +1634,7 @@ File selection: | |||
1634 | 1634 | ||
1635 | f name of tarfile or "-" for stdin | 1635 | f name of tarfile or "-" for stdin |
1636 | O extract to stdout | 1636 | O extract to stdout |
1637 | --exclude file to exclude | 1637 | exclude file to exclude |
1638 | 1638 | ||
1639 | Informative output: | 1639 | Informative output: |
1640 | 1640 | ||
@@ -2044,4 +2044,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2044 | 2044 | ||
2045 | =cut | 2045 | =cut |
2046 | 2046 | ||
2047 | # $Id: busybox.pod,v 1.59 2000/07/21 21:32:12 andersen Exp $ | 2047 | # $Id: busybox.pod,v 1.60 2000/08/02 18:48:25 andersen Exp $ |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f65abda69..560bd61f6 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -2901,10 +2901,10 @@ | |||
2901 | 2901 | ||
2902 | <para> | 2902 | <para> |
2903 | <screen> | 2903 | <screen> |
2904 | f FILE Use FILE for tarfile (or stdin if '-') | 2904 | f FILE Use FILE for tarfile (or stdin if '-') |
2905 | O Extract to stdout | 2905 | O Extract to stdout |
2906 | --exclude FILE Exclude FILE | 2906 | exclude FILE File to exclude |
2907 | v List files processed | 2907 | v List files processed |
2908 | </screen> | 2908 | </screen> |
2909 | </para> | 2909 | </para> |
2910 | 2910 | ||