]> Dogcows Code - chaz/yoink/blobdiff - doc/yoink.6.in
new win32 deps script; using pkgconfig for openal
[chaz/yoink] / doc / yoink.6.in
index 7e100d3eec623b747472ed91f12d113a6c5aae31..4de435386dc7034f1233034c033e11ffd7b56ecf 100644 (file)
@@ -1,29 +1,9 @@
 .\"
-.\" Copyright (c) 2009, Charles McGarvey
+.\" Copyright (c) 2009-2010, Charles McGarvey
 .\" All rights reserved.
 .\" 
-.\" Redistribution  and  use  in  source  and binary forms, with or without
-.\" modification,  are permitted provided that the following conditions are
-.\" met:
-.\" 
-.\" 1. Redistributions  of  source  code  must  retain  the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions  in  binary  form must reproduce the above copyright
-.\"    notice,  this list of conditions and the following disclaimer in the
-.\"    documentation and/or other materials provided with the distribution.
-.\" 
-.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-.\" IS"  AND  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO,  THE  IMPLIED  WARRANTIES  OF  MERCHANTABILITY  AND  FITNESS  FOR A
-.\" PARTICULAR  PURPOSE  ARE  DISCLAIMED.  IN  NO EVENT SHALL THE COPYRIGHT
-.\" OWNER  OR  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-.\" SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT
-.\" LIMITED  TO,  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA,  OR  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" THEORY  OF  LIABILITY,  WHETHER  IN CONTRACT, STRICT LIABILITY, OR TORT
-.\" (INCLUDING  NEGLIGENCE  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-.\" OF  THIS  SOFTWARE,  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\" 
+.\" Distributable under the terms and conditions of the 2-clause BSD
+.\" license; see the file COPYING for a complete text of the license.
 .\"
 .TH YOINK 6 "July 24, 2009"
 .SH NAME
@@ -117,15 +97,15 @@ If true, the window will capture the display and render the game in full
 screen splendor.  A value of false means the game will run in a window.
 The default value is false.
 .TP
-.B showfps
-If true, the current number of frames being drawn per second will be
-printed to the console every second.  The default value is false.
-.TP
 .B resizable
 If true, the window will be resizable by the window manager.  This option
 is meaningless if the game is drawing to the full screen.  The default
 option is true.
 .TP
+.B showfps
+If true, the current number of frames being drawn per second will be
+printed to the console every second.  The default value is false.
+.TP
 .B timestep
 The number of times per second the simulation state will be updated.  A
 value of 100 or higher is ideal for a better physical simulation.  Values
@@ -161,8 +141,8 @@ If set to a path of a valid directory (presumably your home directory),
 config file.
 .TP
 .I USER
-\fByoink\fP uses this variable to guess the user's nickname, for a high
-score entry or whatever.
+\fByoink\fP uses this variable as the user's name, for a high score entry
+or whatever.
 .TP
 .I YOINK_DATADIR
 If set to a path of a valid directory, \fByoink\fP will look in this
This page took 0.021861 seconds and 4 git commands to generate.