]> git.mxchange.org Git - flightgear.git/commitdiff
Updates to existing man pages. New man pages for est-epsilon, gl-info,
authorcurt <curt>
Thu, 31 Jan 2002 20:25:23 +0000 (20:25 +0000)
committercurt <curt>
Thu, 31 Jan 2002 20:25:23 +0000 (20:25 +0000)
js_demo, and pstest.

man/Makefile.am
man/est-epsilon.1.in [new file with mode: 0644]
man/fgfs.1.in
man/fgjs.1.in
man/gl-info.1.in [new file with mode: 0644]
man/js_demo.1.in [new file with mode: 0644]
man/pstest.1.in [new file with mode: 0644]

index 68261e5c7d0848ac88d23914c53821739eaeddb7..0c12be470cc9bd8f500f151e7ec4e9d53d0bf823 100644 (file)
@@ -1,3 +1,3 @@
 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
diff --git a/man/est-epsilon.1.in b/man/est-epsilon.1.in
new file mode 100644 (file)
index 0000000..9fb04c3
--- /dev/null
@@ -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.
index 6253006fc7cad2deffb63fc5fa5b13554b7be1eb..2c39f186ef11c1ba9f1c7921fb183bc217796771 100644 (file)
@@ -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
 .\" 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
 .\"
 .Id $Id$
-.TH FGFS 1 "August 2001" "@VERSION@" "@PACKAGE@"
+.TH FGFS 1 "January 2002" "@VERSION@" "@PACKAGE@"
 .SH NAME
 fgfs \- FlightGear Flight Simulator
 .SH SYNOPSIS
index c02d42a97d0241ebc3ee88e2cf31dedede287f2b..92f6ca87e2f48f20b40dc6163de7eec49aaf5274 100644 (file)
@@ -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
 .\" 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
 .\"
 .Id $Id$
-.TH FGJS 1 "August 2001" "@VERSION@" "@PACKAGE@"
+.TH FGJS 1 "January 2002" "@VERSION@" "@PACKAGE@"
 .SH NAME
 fgjs \- FlightGear Joystick Utility
 .SH SYNOPSIS
diff --git a/man/gl-info.1.in b/man/gl-info.1.in
new file mode 100644 (file)
index 0000000..8a46bd9
--- /dev/null
@@ -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.
diff --git a/man/js_demo.1.in b/man/js_demo.1.in
new file mode 100644 (file)
index 0000000..608deef
--- /dev/null
@@ -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.
diff --git a/man/pstest.1.in b/man/pstest.1.in
new file mode 100644 (file)
index 0000000..5e7cc6c
--- /dev/null
@@ -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.