aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-12-18 00:00:08 -0500
committerGene Cumm <gene.cumm@gmail.com>2011-12-18 00:01:52 -0500
commit6008b6d66db348ea270f8038fe2a1f310a004739 (patch)
tree7c72994c27746f9b9965057563cf08ebb48a1b72
parent136f89c14fd5b8d13cf32d9670a8d4634ecae2f3 (diff)
downloadsyslinux-6008b6d66db348ea270f8038fe2a1f310a004739.tar.gz
syslinux-6008b6d66db348ea270f8038fe2a1f310a004739.tar.xz
syslinux-6008b6d66db348ea270f8038fe2a1f310a004739.zip
cptime.txt: AsciiDoc manpage for cptime.c32
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-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).
+