Man pages: fix some errors
Fix some typos/errors/style issues in the man pages.
This commit is contained in:
parent
ec1990907e
commit
78a7313d65
6 changed files with 17 additions and 18 deletions
|
@ -15,7 +15,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH JSBSIM 1 2017-06-04 FlightGear "FlightGear man pages"
|
||||
.TH JSBSIM 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
JSBSim \- standalone version of the JSBSim open source flight dynamics model
|
||||
.SH SYNOPSIS
|
||||
|
@ -71,7 +71,7 @@ Use the initialization file \fIfilename\fR.
|
|||
.TP
|
||||
\fB\-\-catalog\fR[\fB=\fIaircraft\fR]
|
||||
Print all properties for the aircraft model (\fIaircraft\fR, if the model name
|
||||
is passed as an argument, or for the model loaded via the initialization file.
|
||||
is passed as an argument, or for the model loaded via the initialization file).
|
||||
|
||||
This option is incompatible with \fB\-\-script\fR.
|
||||
.TP
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH MIDGSMOOTH 1 2017-06-04 FlightGear "FlightGear man pages"
|
||||
.TH MIDGSMOOTH 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
MIDGsmooth \- send MIDG-formatted GPS data to a FlightGear instance
|
||||
.SH SYNOPSIS
|
||||
|
@ -23,11 +23,10 @@ MIDGsmooth \- send MIDG-formatted GPS data to a FlightGear instance
|
|||
| \fB\-\-infile\fR \fIinfile_name\fR [\fIoptions\fR]...
|
||||
| \fB\-\-serial\fR \fIdev_name\fR \fB\-\-outfile\fR \fIoutfile_name\fR
|
||||
[\fIoptions\fR]...
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B MIDGsmooth
|
||||
is a utility that reads GPS data in MIDG format from a text file or from an
|
||||
MDIG device connected to the serial port, parses it and sends it to a
|
||||
MIDG device connected to the serial port, parses it and sends it to a
|
||||
FlightGear instance for replaying.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
|
@ -35,7 +34,7 @@ FlightGear instance for replaying.
|
|||
Display usage information and exit.
|
||||
.TP
|
||||
\fB\-\-infile\fR \fIinfile_name\fR
|
||||
Read GPS data from \fIfilename\fR.
|
||||
Read GPS data from \fIinfile_name\fR.
|
||||
.TP
|
||||
\fB\-\-serial\fR \fIdev_name\fR
|
||||
Read GPS data from the serial device named \fIdev_name\fR.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH UGSMOOTH 1 2017-06-04 FlightGear "FlightGear man pages"
|
||||
.TH UGSMOOTH 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
UGsmooth \- send UGear-formatted GPS data to a FlightGear instance
|
||||
.SH SYNOPSIS
|
||||
|
@ -34,7 +34,7 @@ and sends it to a FlightGear instance for replaying.
|
|||
Display usage information and exit.
|
||||
.TP
|
||||
\fB\-\-infile\fR \fIinfile_name\fR
|
||||
Read GPS data from \fIfilename\fR.
|
||||
Read GPS data from \fIinfile_name\fR.
|
||||
.TP
|
||||
\fB\-\-flight\fR \fIflight_dir\fR
|
||||
Read GPS data from the flight directory named \fIflight_dir\fR.
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH FGFS 1 2017-06-04 FlightGear "FlightGear man pages"
|
||||
.TH FGFS 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
fgfs \- the FlightGear flight simulator
|
||||
.SH SYNOPSIS
|
||||
|
@ -130,7 +130,7 @@ property type by setting \fItype\fR to \fBstring\fR, \fBdouble\fR, \fBfloat\fR,
|
|||
\fBlong\fR, \fBint\fR or \fBbool\fR.
|
||||
.TP
|
||||
\fB\-\-config=\fIpath\fR
|
||||
Load additional configuration directives from \fIpath\fR. The file should be
|
||||
Load additional configuration directives from \fIpath\fR. The file should
|
||||
follow the format described in
|
||||
.BR fgfsrc (5).
|
||||
.TP
|
||||
|
@ -248,7 +248,7 @@ Enable/disable sound in the simulator.
|
|||
\fB\-\-terrain\-engine=tilecache\fR|\fBpagedLOD\fR
|
||||
Choose the terrain engine to use. \fBtilecache\fR is the "traditional" terrain
|
||||
engine (recommended); \fBpagedLOD\fR is a new, experimental terrain engine
|
||||
designed to minimize memory usage by loading more detailes versions of scenery
|
||||
designed to minimize memory usage by loading more detailed versions of scenery
|
||||
objects on demand.
|
||||
|
||||
The \fBpagedLOD\fR engine is available only if FlightGear was compiled with
|
||||
|
@ -513,7 +513,7 @@ Place the aircraft at the parking position \fIname\fR. This option requires the
|
|||
\fB\-\-airport\fR option to be present.
|
||||
.TP
|
||||
\fB\-\-runway=\fInumber\fR
|
||||
Place the aircraft on runway \fIname\fR. This option requires the
|
||||
Place the aircraft on runway \fInumber\fR. This option requires the
|
||||
\fB\-\-airport\fR option to be present.
|
||||
.TP
|
||||
\fB\-\-carrier=\fIname\fR|\fIID\fR
|
||||
|
@ -713,7 +713,7 @@ Enable the screenshot HTTP server interface on the specified port. \fBThis
|
|||
option is deprecated: use the Phi interface instead.\fR
|
||||
.TP
|
||||
\fB\-\-enable\-terrasync\fR, \fB\-\-disable\-terrasync\fR
|
||||
Enable/disable automatic scenery downloads/uploads.
|
||||
Enable/disable automatic scenery/object downloads.
|
||||
.TP
|
||||
\fB\-\-terrasync\-dir=\fIdirectory\fR
|
||||
Set the directory where the downloaded scenery will be stored to
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH FGVIEWER 1 2017-05-28 FlightGear "FlightGear man pages"
|
||||
.TH FGVIEWER 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
fgviewer \- An alternative FlightGear viewer application
|
||||
.SH SYNOPSIS
|
||||
|
@ -42,7 +42,7 @@ the time the program was compiled.
|
|||
\fB\-\-fg\-scenery\fR \fIscenerydir\fR
|
||||
Set the FlightGear scenery directory (\fB$FG_SCENERY\fR) to \fIscenerydir\fR.
|
||||
If this option is not set,
|
||||
.B fgelev
|
||||
.B fgviewer
|
||||
uses the path specified in the
|
||||
.B FG_SCENERY
|
||||
environment variable or, absent that, the
|
||||
|
@ -56,7 +56,7 @@ Read configuration directives from \fIconfigfile\fR.
|
|||
Set the property named \fIproperty\fR to \fIvalue\fR.
|
||||
.TP
|
||||
\fB\-\-renderer\fR \fIrend\fR
|
||||
Use the renderer names \fIrend\fR to render the scenery. This option is
|
||||
Use the renderer named \fIrend\fR to render the scenery. This option is
|
||||
currently not supported.
|
||||
.TP
|
||||
\fB\-\-hla\fR
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
|
||||
.\"
|
||||
.TH METAR 1 2017-05-27 FlightGear "FlightGear man pages"
|
||||
.TH METAR 1 2017-06-25 FlightGear "FlightGear man pages"
|
||||
.SH NAME
|
||||
metar \- demo METAR utility for FlightGear
|
||||
.SH SYNOPSIS
|
||||
|
@ -65,7 +65,7 @@ Print the current weather information for KSFO and KOAK:
|
|||
$ \fBmetar KSFO KOAK\fR
|
||||
|
||||
Print the current weather information for KSFO, as well as the command line
|
||||
required to start FlightGear with the weather conditions in effect:
|
||||
arguments required to start FlightGear with the weather conditions in effect:
|
||||
|
||||
$ \fBmetar -c KSFO -r KSFO\fR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue