diff -pruN freetalk/doc/CVS/Entries freetalk-hac/doc/CVS/Entries --- freetalk/doc/CVS/Entries 2005-06-11 14:33:16.000000000 +0530 +++ freetalk-hac/doc/CVS/Entries 2005-06-11 11:06:46.000000000 +0530 @@ -1,7 +1,7 @@ /Makefile.am/1.1/Tue Oct 18 20:27:54 2005// /authors.texi/1.1/Tue Oct 18 20:27:54 2005// /fdl.texi/1.1/Tue Oct 18 20:27:54 2005// -/freetalk.texi/1.10/Thu Nov 3 11:41:01 2005// /gpl.texi/1.1/Tue Oct 18 20:27:54 2005// /permissions.texi/1.1/Tue Oct 18 20:27:54 2005// +/freetalk.texi/1.10/Sat Jun 11 05:36:46 2005// D diff -pruN freetalk/doc/CVS/Root freetalk-hac/doc/CVS/Root --- freetalk/doc/CVS/Root 2005-06-11 14:33:13.000000000 +0530 +++ freetalk-hac/doc/CVS/Root 2005-10-26 16:23:29.000000000 +0530 @@ -1 +1 @@ -:ext:address@hidden:/cvsroot/freetalk/ +:ext:address@hidden:/cvsroot/freetalk diff -pruN freetalk/doc/Makefile.am freetalk-hac/doc/Makefile.am --- freetalk/doc/Makefile.am 2005-10-19 01:57:54.000000000 +0530 +++ freetalk-hac/doc/Makefile.am 2005-06-11 11:01:12.000000000 +0530 @@ -2,9 +2,10 @@ info_TEXINFOS = freetalk.texi freetalk_TEXINFOS = authors.texi gpl.texi fdl.texi permissions.texi -# man_MANS = freehoo.1 -# freehoo.1: freehoo.man -# -cp freehoo.man freehoo.1 +man_MANS = freetalk.1 + +freetalk.1: freetalk.man + -cp freetalk.man freetalk.1 CLEANFILES = *~ DISTCLEANFILES = .deps/*.P *.1 *.info *vti diff -pruN freetalk/doc/freetalk.man freetalk-hac/doc/freetalk.man --- freetalk/doc/freetalk.man 1970-01-01 05:30:00.000000000 +0530 +++ freetalk-hac/doc/freetalk.man 2005-06-11 14:31:32.000000000 +0530 @@ -0,0 +1,57 @@ +.TH freetalk "1" "November 2005" "freetalk" "GNU Tools" +.SH NAME +freetalk \- The Console based Jabber client-cum-bot. +.SH DESCRIPTION +FreeTalk is a console based jabber client-cum-bot with geeky "readline" and "guile" interface +.IP +freetalk [options] +.SH OPTIONS +.TP +\fB\-j\fR=\fIJABBER-ID\fR, \fB\-\-jid\fR=\fIJABBER-ID\fR +JABBER-ID is your login name. +.TP +\fB\-s\fR=\fISCRIPT-FILE\fR, \fB\-\-script\fR=\fISCRIPT-FILE\fR +Invoke Script/Bot Mode SCRIPT-FILE as the source. +.TP +\fB\-V\fR, \fB\-\-version\fR +Version information +.TP +\fB\-?\fR, \fB\-\-help\fR, \fB\-\-usage\fR +Help briefly on the above options + +.PP +For more information, type "/help" or "help" from within freetalk, or consult the +freetalk manual (available as on-line info or a printed manual). + +.SH "REPORTING BUGS" +Report bugs to "address@hidden" + +.PP +Freetalk comes with ABSOLUTELY NO WARRANTY. +You may redistribute copies of Freetalk +under the terms of the GNU General Public License v2 or later. +For more information about these matters, see the filenamed COPYING. + +.SH "AUTHOR" + Vikas Gorur . + +.SH "DISTRIBUTION" +For the newest of the packages visit us at +.B http://www.nongnu.org/freetalk/ +For doing CVS check out our site at +.B http://savannah.nongnu.org/projects/freetalk/ + +.SH "SEE ALSO" +The full documentation for +.B FreeTalk +is maintained as a Texinfo manual. If the +.B info +and +.B freetalk +programs are properly installed at your site, the command + +.IP +.B info freetalk + +.PP +should give you access to the complete manual.