From: Fred L. D. <fd...@us...> - 2003-07-15 16:13:53
|
Update of /cvsroot/cvs-syncmail/syncmail/doc In directory sc8-pr-cvs1:/tmp/cvs-serv20085 Modified Files: syncmail.sgml syncmail.1 Log Message: Use normal case for section headings; stylesheets can transform if desired. Index: syncmail.sgml =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/doc/syncmail.sgml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- syncmail.sgml 8 Jul 2003 21:20:23 -0000 1.3 +++ syncmail.sgml 15 Jul 2003 16:13:50 -0000 1.4 @@ -13,13 +13,13 @@ <!ENTITY dhfirstname "<firstname>Fred</firstname>"> <!ENTITY dhsurname "<surname>Drake</surname>"> <!-- Please adjust the date whenever revising the manpage. --> - <!ENTITY dhdate "<date>July 8, 2003</date>"> + <!ENTITY dhdate "<date>July 15, 2003</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>fd...@ac...</email>"> <!ENTITY dhusername "Fred L. Drake, Jr."> - <!ENTITY dhucpackage "<refentrytitle>SYNCMAIL</refentrytitle>"> + <!ENTITY dhucpackage "<refentrytitle>syncmail</refentrytitle>"> <!ENTITY dhpackage "syncmail"> <!ENTITY debian "<productname>Debian GNU/Linux</productname>"> @@ -73,7 +73,7 @@ </refsynopsisdiv> <refsect1> - <title>DESCRIPTION</title> + <title>Description</title> <para> <command>&dhpackage;</command> sends out notifications of CVS commits via email, including the patch that was applied for @@ -109,7 +109,7 @@ </refsect1> <refsect1> - <title>SETTING UP SYNCMAIL</title> + <title>Setting Up syncmail</title> <para> Setting up &dhpackage; is not difficult, but there are usually several steps: @@ -266,7 +266,7 @@ </refsect1> <refsect1> - <title>OPTIONS</title> + <title>Options</title> <para> When an option includes an argument, you may specify the argument either separate ("-d output") or mashed ("-doutput"). @@ -403,7 +403,7 @@ </refsect1> <refsect1> - <title>BUGS</title> + <title>Bugs</title> <para> There are probably some bugs. If you find them, please report them to the maintainers using the <ulink @@ -413,7 +413,7 @@ </refsect1> <refsect1> - <title>ALTERNATIVES</title> + <title>Alternatives</title> <para> Other people have written tools that serve similar purposes, but not all of these are meant to support CVS repositories accessed @@ -440,7 +440,7 @@ </refsect1> <refsect1> - <title>SEE ALSO</title> + <title>See Also</title> <para> The <ulink url="http://sourceforge.net/projects/cvs-syncmail/" >&dhpackage; page</ulink> on &sourceforge;. @@ -452,7 +452,7 @@ </refsect1> <refsect1> - <title>AUTHOR</title> + <title>Author</title> <para> &dhpackage; was originally written by Barry Warsaw to send mail based on checkins to the Python project. Barry continues to Index: syncmail.1 =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/doc/syncmail.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- syncmail.1 8 Jul 2003 21:20:23 -0000 1.3 +++ syncmail.1 15 Jul 2003 16:13:50 -0000 1.4 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <st...@gg...>. -.TH "SYNCMAIL" "1" "08 July 2003" "" "" +.TH "SYNCMAIL" "1" "15 July 2003" "" "" .SH NAME syncmail \- Send email notifications of CVS activity |