Updates to existing man pages. New man pages for est-epsilon, gl-info,
js_demo, and pstest.
This commit is contained in:
parent
88170a7d36
commit
d81629de43
7 changed files with 141 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
man_MANS = fgfs.1 fgjs.1
|
man_MANS = est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
|
||||||
|
|
34
man/est-epsilon.1.in
Normal file
34
man/est-epsilon.1.in
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
|
.\"
|
||||||
|
.\" This program is free software; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
.\" as published by the Free Software Foundation; either version 2
|
||||||
|
.\" of the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" This program is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" You should have received a copy of the GNU General Public License
|
||||||
|
.\" along with this program; if not, write to the Free Software
|
||||||
|
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
|
.\"
|
||||||
|
.Id $Id$
|
||||||
|
.TH EST-EPSILON 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
|
.SH NAME
|
||||||
|
est-epsilon \- GLfloat epsilon estimation program for FlightGear
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B est-epsilon
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B est-epsilon
|
||||||
|
is an OpenGL test program used to show epsilon estimation of GLfloat.
|
||||||
|
.SH BUGS
|
||||||
|
Send bug reports to <flightgear-devel@flightgear.org>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
fgfs(1)
|
||||||
|
.SH AUTHORS
|
||||||
|
Curt L. Olson, et al. See
|
||||||
|
.I Thanks
|
||||||
|
file for a list of contributors.
|
|
@ -1,4 +1,4 @@
|
||||||
.\" Copyright (C) 2001 Cameron Moore
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
.\"
|
.\"
|
||||||
.\" This program is free software; you can redistribute it and/or
|
.\" This program is free software; you can redistribute it and/or
|
||||||
.\" modify it under the terms of the GNU General Public License
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
.\"
|
.\"
|
||||||
.Id $Id$
|
.Id $Id$
|
||||||
.TH FGFS 1 "August 2001" "@VERSION@" "@PACKAGE@"
|
.TH FGFS 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fgfs \- FlightGear Flight Simulator
|
fgfs \- FlightGear Flight Simulator
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" Copyright (C) 2001 Cameron Moore
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
.\"
|
.\"
|
||||||
.\" This program is free software; you can redistribute it and/or
|
.\" This program is free software; you can redistribute it and/or
|
||||||
.\" modify it under the terms of the GNU General Public License
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
.\"
|
.\"
|
||||||
.Id $Id$
|
.Id $Id$
|
||||||
.TH FGJS 1 "August 2001" "@VERSION@" "@PACKAGE@"
|
.TH FGJS 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fgjs \- FlightGear Joystick Utility
|
fgjs \- FlightGear Joystick Utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
34
man/gl-info.1.in
Normal file
34
man/gl-info.1.in
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
|
.\"
|
||||||
|
.\" This program is free software; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
.\" as published by the Free Software Foundation; either version 2
|
||||||
|
.\" of the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" This program is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" You should have received a copy of the GNU General Public License
|
||||||
|
.\" along with this program; if not, write to the Free Software
|
||||||
|
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
|
.\"
|
||||||
|
.Id $Id$
|
||||||
|
.TH GL-INFO 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
|
.SH NAME
|
||||||
|
gl-info \- OpenGL test program for FlightGear
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B gl-info
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B gl-info
|
||||||
|
is an OpenGL test program used to verify a valid OpenGL environment.
|
||||||
|
.SH BUGS
|
||||||
|
Send bug reports to <flightgear-devel@flightgear.org>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
fgfs(1)
|
||||||
|
.SH AUTHORS
|
||||||
|
Curt L. Olson, et al. See
|
||||||
|
.I Thanks
|
||||||
|
file for a list of contributors.
|
34
man/js_demo.1.in
Normal file
34
man/js_demo.1.in
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
|
.\"
|
||||||
|
.\" This program is free software; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
.\" as published by the Free Software Foundation; either version 2
|
||||||
|
.\" of the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" This program is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" You should have received a copy of the GNU General Public License
|
||||||
|
.\" along with this program; if not, write to the Free Software
|
||||||
|
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
|
.\"
|
||||||
|
.Id $Id$
|
||||||
|
.TH JS_DEMO 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
|
.SH NAME
|
||||||
|
js_demo \- joystick test program for FlightGear
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B js_demo
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B js_demo
|
||||||
|
is a joystick test program for the FlightGear Flight Simulator.
|
||||||
|
.SH BUGS
|
||||||
|
Send bug reports to <flightgear-devel@flightgear.org>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
fgfs(1), fgjs(1)
|
||||||
|
.SH AUTHORS
|
||||||
|
Tony Peden, et al. See
|
||||||
|
.I Thanks
|
||||||
|
file for a list of contributors.
|
34
man/pstest.1.in
Normal file
34
man/pstest.1.in
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
.\" Copyright (C) 2002 Cameron Moore
|
||||||
|
.\"
|
||||||
|
.\" This program is free software; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License
|
||||||
|
.\" as published by the Free Software Foundation; either version 2
|
||||||
|
.\" of the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" This program is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" You should have received a copy of the GNU General Public License
|
||||||
|
.\" along with this program; if not, write to the Free Software
|
||||||
|
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||||
|
.\"
|
||||||
|
.Id $Id$
|
||||||
|
.TH PSTEST 1 "January 2002" "@VERSION@" "@PACKAGE@"
|
||||||
|
.SH NAME
|
||||||
|
pstest \- engine model test for FlightGear
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B pstest
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B pstest
|
||||||
|
is a test program that models a Continental IO-520-M engine.
|
||||||
|
.SH BUGS
|
||||||
|
Send bug reports to <flightgear-devel@flightgear.org>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
fgfs(1)
|
||||||
|
.SH AUTHORS
|
||||||
|
Curt L. Olson, et al. See
|
||||||
|
.I Thanks
|
||||||
|
file for a list of contributors.
|
Loading…
Reference in a new issue