aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-02 05:32:07 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-02 05:32:07 +0000
commite31c06608e7737eff03bb80bbab093c40bf86395 (patch)
tree05cba664c25660c399431e03531e368064a98631 /docs
parent03ccce6e30abda4acb78af6bd89393e8104bf367 (diff)
downloadbusybox-e31c06608e7737eff03bb80bbab093c40bf86395.tar.gz
Bug fixes in the docs
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod7
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
Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
+Options:
+
-a Same as -dpR
-d Preserves links
-p Preserves file attributes if possable
@@ -253,6 +255,7 @@ Usage: date [OPTION]... [+FORMAT]
Displays the current time in the given FORMAT, or sets the system date.
Options:
+
-R Outputs RFC-822 compliant date string
-s Sets time described by STRING
-u Prints or sets Coordinated Universal Time
@@ -1052,7 +1055,7 @@ Options:
=item mktemp
-Usage: mktemp [-q] TEMPLATE
+Usage: mktemp [B<-q>] TEMPLATE
Creates a temporary file with its name based on TEMPLATE.
TEMPLATE is any name with six `Xs' (i.e. /tmp/temp.XXXXXX).
@@ -1854,4 +1857,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.25 2000/05/01 22:34:24 erik Exp $
+# $Id: busybox.pod,v 1.26 2000/05/02 05:32:07 erik Exp $