Author: kibi-guest Date: 2007-08-12 17:39:36 +0000 (Sun, 12 Aug 2007) New Revision: 3633
Added: packages/trunk/boswars/debian/manpage.6.in Removed: packages/trunk/boswars/debian/manpage.1.ex Log: Write a manpage skeleton Deleted: packages/trunk/boswars/debian/manpage.1.ex =================================================================== --- packages/trunk/boswars/debian/manpage.1.ex 2007-08-12 17:39:04 UTC (rev 3632) +++ packages/trunk/boswars/debian/manpage.1.ex 2007-08-12 17:39:36 UTC (rev 3633) @@ -1,59 +0,0 @@ -.\" 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 BOSWARS SECTION "August 12, 2007" -.\" 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 -boswars \- program to do something -.SH SYNOPSIS -.B boswars -.RI [ options ] " files" ... -.br -.B bar -.RI [ options ] " files" ... -.SH DESCRIPTION -This manual page documents briefly the -.B boswars -and -.B bar -commands. -.PP -.\" TeX users may be more comfortable with the \fB<whatever>\fP and -.\" \fI<whatever>\fP escape sequences to invode bold face and italics, -.\" respectively. -\fBboswars\fP is a program that... -.SH OPTIONS -These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. -For a complete description, see the Info files. -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-v, \-\-version -Show version of program. -.SH SEE ALSO -.BR bar (1), -.BR baz (1). -.br -The programs are documented fully by -.IR "The Rise and Fall of a Fooish Bar" , -available via the Info system. -.SH AUTHOR -boswars was written by <upstream author>. -.PP -This manual page was written by unknown <[EMAIL PROTECTED]>, -for the Debian project (but may be used by others). Copied: packages/trunk/boswars/debian/manpage.6.in (from rev 3625, packages/trunk/boswars/debian/manpage.1.ex) =================================================================== --- packages/trunk/boswars/debian/manpage.6.in (rev 0) +++ packages/trunk/boswars/debian/manpage.6.in 2007-08-12 17:39:36 UTC (rev 3633) @@ -0,0 +1,82 @@ +.\" 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 BOSWARS_BINARY_NAME SECTION "August 12, 2007" +.\" 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 +boswars_binary_name \- futuristic real-time strategy game +.br +.SH SYNOPSIS +.B boswars_binary_name +[\fIOPTIONS\fR] +.SH OPTIONS +.TP +\fB\-c\fR file.lua +configuration start file (default stratagus.lua) +.TP +\fB\-d\fR datapath +path to stratagus data +.TP +\fB\-e\fR +Start editor +.TP +\fB\-h\fR +Help shows this page +.TP +\fB\-l\fR +Disable command log +.TP +\fB\-P\fR port +Network port to use +.TP +\fB\-n\fR server +Network server host preset +.TP +\fB\-L\fR lag +Network lag in # frames (default 10 = 333ms) +.TP +\fB\-U\fR update +Network update rate in # frames (default 5=6x per s) +.TP +\fB\-N\fR name +Name of the player +.TP +\fB\-s\fR sleep +Number of frames for the AI to sleep before it starts +.TP +\fB\-v\fR mode +Video mode (0=default,1=640x480,2=800x600, +3=1024x768,4=1280x960,5=1600x1200) +.TP +\fB\-D\fR +Video mode depth = pixel per point (for Win32/TNT) +.TP +\fB\-F\fR +Full screen video mode +.TP +\fB\-S\fR +Sync speed (100 = 30 frames/s) +.TP +\fB\-W\fR +Windowed video mode +.PP +map is relative to StratagusLibPath=datapath, use ./map for relative to the current working directory. + + +.SH AUTHOR +boswars_binary_name was written by the Bos Wars and Stratagus Project. +.PP +This manual page was written by Cyril Brulebois <[EMAIL PROTECTED]>, +for the Debian project (but may be used by others). _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

