From 6008b6d66db348ea270f8038fe2a1f310a004739 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Sun, 18 Dec 2011 00:00:08 -0500 Subject: cptime.txt: AsciiDoc manpage for cptime.c32 Signed-off-by: Gene Cumm --- doc/cptime.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/cptime.txt (limited to 'doc') 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). + -- cgit v1.2.1