aria2/doc
Tatsuhiro Tsujikawa 6aa98f9b9f 2007-08-10 Ross Smith II <aria2spam at smithii dot com>
Move sleep functions to Util class:
	* src/Util.cc
	(sleep): New function.
	(usleep): New function.
	* src/DownloadCommand.cc: sleep -> Util::sleep
	* test/TimeSeedCriteriaTest.cc: sleep -> Util::sleep

	MinGW build enhancements. The following files are added:
	* src/timegm.{c,h}

	Changes to support the above new files:
	* configure.ac
	* src/Makefile.am
	* src/a2time.h
	* src/Util.cc:
	* src/strptime.c: Added support for %Z option.

	Miscellenous build fixes/enhancements.
	* configure.ac: Added summary report.
	* src/Platform.h: Tweaked #include's.
	* src/a2netcompat.h: Tweaked #include's.
	* src/strptime.h: Tweaked #include's.
	* src/gai_strerror.c: Tweaked #include's.
	* src/gai_strerror.h: _D_GETADDRINFO_H -> _D_GAI_STRERROR_H
	* src/getaddrinfo.h: Moved #ifndef __MINGW32__
	* src/gettimeofday.h: Added HAVE_CONFIG_H
2007-08-14 14:51:08 +00:00
..
Makefile.am Added man page 2006-10-01 14:11:29 +00:00
Makefile.in 2007-08-10 Ross Smith II <aria2spam at smithii dot com> 2007-08-14 14:51:08 +00:00
README.txt 2007-03-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-03-28 15:08:22 +00:00
aria2c.1 Marked 0.11.2 release 2007-08-09 15:34:03 +00:00
aria2c.1.txt Marked 0.11.2 release 2007-08-09 15:34:03 +00:00
makeman 2007-03-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-03-28 15:08:22 +00:00

README.txt

To produce aria2c.1:

a2x  -f manpage aria2c.1.txt

You may have to insert line break before '.sp' in output file.