diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-02 05:32:07 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-02 05:32:07 +0000 |
commit | e31c06608e7737eff03bb80bbab093c40bf86395 (patch) | |
tree | 05cba664c25660c399431e03531e368064a98631 | |
parent | 03ccce6e30abda4acb78af6bd89393e8104bf367 (diff) | |
download | busybox-w32-e31c06608e7737eff03bb80bbab093c40bf86395.tar.gz busybox-w32-e31c06608e7737eff03bb80bbab093c40bf86395.tar.bz2 busybox-w32-e31c06608e7737eff03bb80bbab093c40bf86395.zip |
Bug fixes in the docs
-Erik
-rw-r--r-- | docs/busybox.pod | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 6f40884b5..e64cf8070 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -237,6 +237,8 @@ Usage: cp [OPTION]... SOURCE DEST | |||
237 | 237 | ||
238 | Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. | 238 | Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. |
239 | 239 | ||
240 | Options: | ||
241 | |||
240 | -a Same as -dpR | 242 | -a Same as -dpR |
241 | -d Preserves links | 243 | -d Preserves links |
242 | -p Preserves file attributes if possable | 244 | -p Preserves file attributes if possable |
@@ -253,6 +255,7 @@ Usage: date [OPTION]... [+FORMAT] | |||
253 | Displays the current time in the given FORMAT, or sets the system date. | 255 | Displays the current time in the given FORMAT, or sets the system date. |
254 | 256 | ||
255 | Options: | 257 | Options: |
258 | |||
256 | -R Outputs RFC-822 compliant date string | 259 | -R Outputs RFC-822 compliant date string |
257 | -s Sets time described by STRING | 260 | -s Sets time described by STRING |
258 | -u Prints or sets Coordinated Universal Time | 261 | -u Prints or sets Coordinated Universal Time |
@@ -1052,7 +1055,7 @@ Options: | |||
1052 | 1055 | ||
1053 | =item mktemp | 1056 | =item mktemp |
1054 | 1057 | ||
1055 | Usage: mktemp [-q] TEMPLATE | 1058 | Usage: mktemp [B<-q>] TEMPLATE |
1056 | 1059 | ||
1057 | Creates a temporary file with its name based on TEMPLATE. | 1060 | Creates a temporary file with its name based on TEMPLATE. |
1058 | TEMPLATE is any name with six `Xs' (i.e. /tmp/temp.XXXXXX). | 1061 | TEMPLATE is any name with six `Xs' (i.e. /tmp/temp.XXXXXX). |
@@ -1854,4 +1857,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1854 | 1857 | ||
1855 | =cut | 1858 | =cut |
1856 | 1859 | ||
1857 | # $Id: busybox.pod,v 1.25 2000/05/01 22:34:24 erik Exp $ | 1860 | # $Id: busybox.pod,v 1.26 2000/05/02 05:32:07 erik Exp $ |