]> git.mxchange.org Git - flightgear.git/commitdiff
Update man pages.
authorThorstenB <brehmt@gmail.com>
Mon, 19 Dec 2011 10:35:02 +0000 (11:35 +0100)
committerThorstenB <brehmt@gmail.com>
Mon, 19 Dec 2011 10:35:02 +0000 (11:35 +0100)
Drop obsolete pages.
Add fgpanel and terrasync man pages.

man/CMakeLists.txt
man/est-epsilon.1.in [deleted file]
man/fgfs.1.in
man/fgjs.1.in
man/fgpanel.1.in [new file with mode: 0644]
man/gl-info.1.in
man/js_demo.1.in
man/pstest.1.in [deleted file]
man/terrasync.1.in [new file with mode: 0644]

index 1785953999f3ec8ee369a3dc5d735af6769bc400..6e979570b6b10c16c7644fc32d0028352fb8abdf 100644 (file)
@@ -7,12 +7,12 @@ else(${CMAKE_VERSION} VERSION_GREATER 2.8.4)
 endif(${CMAKE_VERSION} VERSION_GREATER 2.8.4)
 
 set(MANPAGES
-    est-epsilon.1
     fgfs.1
     fgjs.1
+    fgpanel.1
     gl-info.1
     js_demo.1
-    pstest.1)
+    terrasync.1)
 
 # map some variables to what the man-pages expect
 set(PACKAGE ${CMAKE_PROJECT_NAME})
@@ -23,8 +23,7 @@ foreach(man ${MANPAGES})
         "${PROJECT_SOURCE_DIR}/man/${man}.in"
         "${PROJECT_BINARY_DIR}/man/${man}"
         )
-    
+
     install(FILES ${PROJECT_BINARY_DIR}/man/${man}
           DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT doc)
 endforeach()
-  
diff --git a/man/est-epsilon.1.in b/man/est-epsilon.1.in
deleted file mode 100644 (file)
index bbdb306..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-.\" 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@lists.sourceforge.net>.
-.SH SEE ALSO
-fgfs(1)
-.SH AUTHORS
-Curt L. Olson, et al.  See
-.I Thanks
-file for a list of contributors.
index ac48cbc6de9d8dc1abff57f7eb611ccf6112da1c..8ae223715579b7f1bc39362e230906ca92877da1 100644 (file)
 .\"
 .\" 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.
+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 .\" Or try here: http://www.fsf.org/copyleft/gpl.html
 .\"
-.Id $Id$
-.TH FGFS 1 "October 2003" "@VERSION@" "@PACKAGE@"
+.TH FGFS 1 "February 2012" "@VERSION@" "@PACKAGE@"
 .SH NAME
 fgfs \- FlightGear Flight Simulator
 .SH SYNOPSIS
@@ -27,6 +26,7 @@ fgfs \- FlightGear Flight Simulator
 is a free, open-source, multi-platform, and sophisticated flight
 simulator framework for the development and pursuit of interesting
 flight simulator ideas.
+For more information visit <http://www.flightgear.org>.
 .SH OPTIONS
 .TP
 .BI "--adf=" "[rotation:]frequency"
@@ -509,9 +509,10 @@ $FG_ROOT/mice.xml
 Mouse bindings.
 .RE
 .SH BUGS
-Send bug reports to <flightgear-devel@lists.sourceforge.net>.
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
 .SH SEE ALSO
-fgjs(1)
+fgjs(1), fgpanel(1), js_demo(1), terrasync(1)
 .SH AUTHORS
 Curt L. Olson, et al.  See
 .I Thanks
index 7fc890d4c62aaed55c727e25828ede5a24728225..5953cbad0c3b9aa4590de67c59c1aa297ca6525c 100644 (file)
 .\"
 .\" 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.
+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 .\" Or try here: http://www.fsf.org/copyleft/gpl.html
 .\"
-.Id $Id$
 .TH FGJS 1 "January 2002" "@VERSION@" "@PACKAGE@"
 .SH NAME
 fgjs \- FlightGear Joystick Utility
@@ -25,10 +24,12 @@ fgjs \- FlightGear Joystick Utility
 .B fgjs
 is a joystick utility for the FlightGear Flight Simulator.  It allows
 you to generate an appropriate configuration file for your joystick.
+For more information visit <http://wiki.flightgear.org/Joystick>.
 .SH BUGS
-Send bug reports to <flightgear-devel@lists.sourceforge.net>.
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
 .SH SEE ALSO
-fgfs(1)
+fgfs(1), fgpanel(1), js_demo(1), terrasync(1)
 .SH AUTHORS
 Tony Peden, et al.  See
 .I Thanks
diff --git a/man/fgpanel.1.in b/man/fgpanel.1.in
new file mode 100644 (file)
index 0000000..c497934
--- /dev/null
@@ -0,0 +1,48 @@
+.\" Copyright (C) 2011 Thorsten Brehm
+.\"
+.\" 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+.\" Or see here: http://www.fsf.org/copyleft/gpl.html
+.\"
+.TH FGPANEL 1 "February 2012" "@VERSION@" "@PACKAGE@"
+.SH NAME
+fgpanel \- FlightGear Flight Simulator Panel Rendering Engine
+.SH SYNOPSIS
+.B "fgpanel "
+[\-\-\fIfg-root\fP=path] [\-\-\fIprop\fP:name=value] \-\-\fIpanel\fP=file
+.SH DESCRIPTION
+.B FlightGear Panel
+is a free, open-source, multi-platform, and lightweight panel rendering engine
+to draw 2D panels on a low-cost computer/graphic card without 3D acceleration
+at reasonable frame rates.
+For more information visit <http://wiki.flightgear.org/FGPanel>.
+.SH OPTIONS
+.TP
+.BI "--fg-root=" "path"
+Specify the root path for data files.
+.TP
+.BI "--panel=" "file"
+Specify the panel description file to be displayed.
+.TP
+.BI "--prop:" "name=value"
+set property <name> to <value>.
+.SH BUGS
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
+.SH SEE ALSO
+fgfs(1), fgjs(1), js_demo(1), terrasync(1)
+.SH AUTHORS
+Torsten Dreyer, et al.  See
+.I Thanks
+file for a list of contributors.
index b6c1c441b7a0c17bc6b0ed5baab3c6ddaa98186c..9a8a534a51ea773d6b65ebf3d81d7e5f751ef240 100644 (file)
 .\"
 .\" 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.
+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 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
@@ -25,9 +24,10 @@ gl-info \- OpenGL test program for FlightGear
 .B gl-info
 is an OpenGL test program used to verify a valid OpenGL environment.
 .SH BUGS
-Send bug reports to <flightgear-devel@lists.sourceforge.net>.
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
 .SH SEE ALSO
-fgfs(1)
+fgfs(1), fgjs(1), fgpanel(1), js_demo(1), terrasync(1)
 .SH AUTHORS
 Curt L. Olson, et al.  See
 .I Thanks
index 577dfa612eecd617590a888362592535f9902d07..6acf8b0c82c35a1b6a5deb3aec10b30851758f62 100644 (file)
 .\"
 .\" 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.
+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 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
@@ -24,10 +23,12 @@ js_demo \- joystick test program for FlightGear
 .SH DESCRIPTION
 .B js_demo
 is a joystick test program for the FlightGear Flight Simulator.
+For more information visit <http://wiki.flightgear.org/Joystick>.
 .SH BUGS
-Send bug reports to <flightgear-devel@lists.sourceforge.net>.
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
 .SH SEE ALSO
-fgfs(1), fgjs(1)
+fgfs(1), fgjs(1), fgpanel(1), terrasync(1)
 .SH AUTHORS
 Tony Peden, et al.  See
 .I Thanks
diff --git a/man/pstest.1.in b/man/pstest.1.in
deleted file mode 100644 (file)
index 79a321f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-.\" 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@lists.sourceforge.net>.
-.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/terrasync.1.in b/man/terrasync.1.in
new file mode 100644 (file)
index 0000000..985b2d4
--- /dev/null
@@ -0,0 +1,47 @@
+.\" Copyright (C) 2011 Thorsten Brehm
+.\"
+.\" 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+.\" Or see here: http://www.fsf.org/copyleft/gpl.html
+.\"
+.TH TERRASYNC 1 "February 2012" "@VERSION@" "@PACKAGE@"
+.SH NAME
+terrasync \- FlightGear Flight Simulator Terrain Synchronization
+.SH SYNOPSIS
+.B "terrasync "
+[\-\fId\fP path] [\-\fIp\fP port] [\-\fIv\fP]
+.SH DESCRIPTION
+.B FlightGear TerraSync
+is a utility that automatically downloads the newest version of the FlightGear
+scenery while the simulator is running.
+For more information visit <http://wiki.flightgear.org/TerraSync>.
+.SH OPTIONS
+.TP
+.BI "-d" " path"
+Specify the path where to store the scenery data.
+.TP
+.BI "-p" " port"
+Specify the UDP port where terrasync listens for a FlightGear Flight Simulator connection.
+.TP
+.BI "-v"
+Enable verbose output.
+.SH BUGS
+Send bug reports to <flightgear-devel@lists.sourceforge.net> or visit
+<http://code.google.com/p/flightgear-bugs>.
+.SH SEE ALSO
+fgfs(1), fgjs(1), js_demo(1), terrasync(1)
+.SH AUTHORS
+Curt L. Olson, et al.  See
+.I Thanks
+file for a list of contributors.