From d81629de43f0fa706371c9564b668b7ab2abc3e0 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 31 Jan 2002 20:25:23 +0000 Subject: [PATCH] Updates to existing man pages. New man pages for est-epsilon, gl-info, js_demo, and pstest. --- man/Makefile.am | 2 +- man/est-epsilon.1.in | 34 ++++++++++++++++++++++++++++++++++ man/fgfs.1.in | 4 ++-- man/fgjs.1.in | 4 ++-- man/gl-info.1.in | 34 ++++++++++++++++++++++++++++++++++ man/js_demo.1.in | 34 ++++++++++++++++++++++++++++++++++ man/pstest.1.in | 34 ++++++++++++++++++++++++++++++++++ 7 files changed, 141 insertions(+), 5 deletions(-) create mode 100644 man/est-epsilon.1.in create mode 100644 man/gl-info.1.in create mode 100644 man/js_demo.1.in create mode 100644 man/pstest.1.in diff --git a/man/Makefile.am b/man/Makefile.am index 68261e5c7..0c12be470 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -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 index 000000000..9fb04c34b --- /dev/null +++ b/man/est-epsilon.1.in @@ -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 . +.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/fgfs.1.in b/man/fgfs.1.in index 6253006fc..2c39f186e 100644 --- a/man/fgfs.1.in +++ b/man/fgfs.1.in @@ -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 diff --git a/man/fgjs.1.in b/man/fgjs.1.in index c02d42a97..92f6ca87e 100644 --- a/man/fgjs.1.in +++ b/man/fgjs.1.in @@ -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 index 000000000..8a46bd960 --- /dev/null +++ b/man/gl-info.1.in @@ -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 . +.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 index 000000000..608deefc9 --- /dev/null +++ b/man/js_demo.1.in @@ -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 . +.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 index 000000000..5e7cc6c6f --- /dev/null +++ b/man/pstest.1.in @@ -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 . +.SH SEE ALSO +fgfs(1) +.SH AUTHORS +Curt L. Olson, et al. See +.I Thanks +file for a list of contributors. -- 2.39.2