[syslinux:lwip] cptime.txt: AsciiDoc manpage for cptime.c32

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Apr 25 15:33:07 PDT 2012


Commit-ID:  6008b6d66db348ea270f8038fe2a1f310a004739
Gitweb:     http://www.syslinux.org/commit/6008b6d66db348ea270f8038fe2a1f310a004739
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 18 Dec 2011 00:00:08 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 18 Dec 2011 00:01:52 -0500

cptime.txt: AsciiDoc manpage for cptime.c32

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 doc/cptime.txt |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/doc/cptime.txt b/doc/cptime.txt
new file mode 100644
index 0000000..982dbf7
--- /dev/null
+++ b/doc/cptime.txt
@@ -0,0 +1,50 @@
+= cptime.c32(1) =
+:doctype: manpage
+:author:  Gene Cumm
+:email:   gene.cumm at 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).
+


More information about the Syslinux-commits mailing list