Author: bdefreese Date: 2009-04-11 20:37:07 +0000 (Sat, 11 Apr 2009) New Revision: 9533
Added: packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.6 Modified: packages/trunk/excellent-bifurcation/debian/changelog packages/trunk/excellent-bifurcation/debian/rules Log: Add simple man page. Modified: packages/trunk/excellent-bifurcation/debian/changelog =================================================================== --- packages/trunk/excellent-bifurcation/debian/changelog 2009-04-11 18:05:26 UTC (rev 9532) +++ packages/trunk/excellent-bifurcation/debian/changelog 2009-04-11 20:37:07 UTC (rev 9533) @@ -8,5 +8,6 @@ [ Barry deFreese ] * Add myself to uploaders. + * Add simple manpage. -- Barry deFreese <[email protected]> Sat, 11 Apr 2009 11:40:36 -0400 Added: packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.6 =================================================================== --- packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.6 (rev 0) +++ packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.6 2009-04-11 20:37:07 UTC (rev 9533) @@ -0,0 +1,65 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH EXCELLENT-BIFURCATION 6 "11 April 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +excellent-bifurcation \- an abstract two-sided vertical shooter +.SH SYNOPSIS +.B excellent-bifurcation +.SH DESCRIPTION +The aliens have attacked, and their ability to exist in +either or both of their world and ours has given them an +almost unsurpassable advantage. + +Take command of a special fighter craft capable of existing +in both realities at once and drive them back! + +The form your fighter takes on the left has double fast-firing +cannons and can charge to release up to eight seekers. It is ideal +for destroying small and weak but numerous enemies. The right-hand +form has a single powerful cannon which fires slowly but does far +more damage, and is more suited to taking out larger enemies. +It can charge up to release a wave which passes through things, +damaging them as it goes (unlike the beam weapons, which only hit +anything once no matter how thick it is). You can switch them between +the worlds depending on what kind of firepower you need where. +.SH KEYS +.TP +.B Left, Right, Up, Down +move the fighter across the screen +.TP +.B Z +fire the main weapon +.TP +.B X +charges your weapons +.TP +.B C +switches between the two worlds (screens) +.TP +.B A +turns on or off the autofire mode +.TP +.B Esc +return to the main menu + +Key controls can be modified inside the game options menu. +.BR +.SH AUTHOR +excellent-bifurcation was written by Linley Henzell. + +This manual page was written by Barry deFreese <[email protected]> +for the Debian GNU/Linux system (but may be used by others). Modified: packages/trunk/excellent-bifurcation/debian/rules =================================================================== --- packages/trunk/excellent-bifurcation/debian/rules 2009-04-11 18:05:26 UTC (rev 9532) +++ packages/trunk/excellent-bifurcation/debian/rules 2009-04-11 20:37:07 UTC (rev 9533) @@ -50,7 +50,7 @@ dh_installexamples dh_install # dh_installmenu - dh_installman + dh_installman debian/excellent-bifurcation.6 dh_link dh_strip dh_compress _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

