Author: osallou-guest Date: 2012-01-24 22:21:43 +0000 (Tue, 24 Jan 2012) New Revision: 9423
Added: trunk/packages/f2j/trunk/debian/javab.1 Removed: trunk/packages/f2j/trunk/debian/blastb.1 Log: rename man page Deleted: trunk/packages/f2j/trunk/debian/blastb.1 =================================================================== --- trunk/packages/f2j/trunk/debian/blastb.1 2012-01-24 22:18:59 UTC (rev 9422) +++ trunk/packages/f2j/trunk/debian/blastb.1 2012-01-24 22:21:43 UTC (rev 9423) @@ -1,12 +0,0 @@ -.TH blastb 1 "January 24, 2012" "version 0.8.1" "USER COMMANDS" -.SH NAME -blastb - converts GOGO statements in java class files -.SH SYNOPSIS -.B blastb file -.I file class file generated by f2java -.SH DESCRIPTION -To recompile java source files generated by f2java, using javac command, the generated class file must be post-treated with the javab tool. - It converts the GOTO statements in the class file and remove warnings such as "Untransformed goto remaining in program). -.SH AUTHOR -Man page by Olivier Sallou <[email protected]> -f2java project by Keith Seymour <[email protected]> Copied: trunk/packages/f2j/trunk/debian/javab.1 (from rev 9422, trunk/packages/f2j/trunk/debian/blastb.1) =================================================================== --- trunk/packages/f2j/trunk/debian/javab.1 (rev 0) +++ trunk/packages/f2j/trunk/debian/javab.1 2012-01-24 22:21:43 UTC (rev 9423) @@ -0,0 +1,12 @@ +.TH blastb 1 "January 24, 2012" "version 0.8.1" "USER COMMANDS" +.SH NAME +blastb - converts GOGO statements in java class files +.SH SYNOPSIS +.B blastb file +.I file class file generated by f2java +.SH DESCRIPTION +To recompile java source files generated by f2java, using javac command, the generated class file must be post-treated with the javab tool. + It converts the GOTO statements in the class file and remove warnings such as "Untransformed goto remaining in program). +.SH AUTHOR +Man page by Olivier Sallou <[email protected]> +f2java project by Keith Seymour <[email protected]> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
