summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2012-04-25 15:31:55 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2012-04-25 15:31:55 -0700
commit8771de3c3623785447014213007418573e652fd3 (patch)
tree6d25a684685240aff96d4034c96803d282158450 /doc
parent86a2df0467466d3e197837964db38b312b89ac0b (diff)
parentbd71f69ea0aa1e50f4bd4accc9f63be6f0d69cbb (diff)
downloadsyslinux-8771de3c3623785447014213007418573e652fd3.tar.gz
Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwip
Diffstat (limited to 'doc')
-rw-r--r--doc/cptime.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/cptime.txt b/doc/cptime.txt
new file mode 100644
index 00000000..982dbf7c
--- /dev/null
+++ b/doc/cptime.txt
@@ -0,0 +1,50 @@
+= cptime.c32(1) =
+:doctype: manpage
+:author: Gene Cumm
+:email: gene.cumm@gmail.com
+:revdate: 2011-12-17
+
+
+== NAME ==
+cptime.c32 - times the copy off (read) of a file
+
+
+== SYNOPSIS ==
+*cptime.c32* ['OPTIONS'] 'FILE'...
+
+
+== DESCRIPTION ==
+Times the copy off (read) of a file, optionally computes/displays
+transfer rates(on by default) with an adjustable transfer size and
+maximum transfer length.
+
+
+== OPTIONS ==
+*-b* 'SIZE'::
+ use 'SIZE' for transfer size; defaults to 2048 for COM32
+
+*-l*::
+ long output mode; default; reverses *-s*
+
+*-n* 'LEN'::
+ maximum length to fetch; defaults to whole file
+
+*-q*::
+ quiet (normal/non-verbose) mode; default; reverses *-v*
+
+*-s*::
+ simple output mode
+
+*-v*::
+ verbose mode
+
+The same mode is used for all files.
+
+
+== AUTHOR ==
+{author} <{email}>
+
+== COPYRIGHT ==
+Copyright \(C) 2011 {author}. Free use of this software is granted under
+the terms of the GNU General Public License (GPL).
+