summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-06-30 16:27:22 -0700
committerGary E. Miller <gem@rellim.com>2017-06-30 16:27:22 -0700
commit05d1410fcd7a86f588431d547f399c303b7dda3a (patch)
tree9fbd198cab92abe1cd223bdcbde7a8225d073154 /gpsd.xml
parent3e3e09cfc9e07160b58a62f13137fe579f3f8623 (diff)
downloadgpsd-05d1410fcd7a86f588431d547f399c303b7dda3a.tar.gz
Alphabetize options in gpsd man page.
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml62
1 files changed, 31 insertions, 31 deletions
diff --git a/gpsd.xml b/gpsd.xml
index fa2592f5..d62cee74 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -25,17 +25,17 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<cmdsynopsis>
<command>gpsd</command>
- <arg choice='opt'>-F <replaceable>control-socket</replaceable></arg>
- <arg choice='opt'>-S <replaceable>listener-port</replaceable></arg>
<arg choice='opt'>-b </arg>
- <arg choice='opt'>-l </arg>
+ <arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
+ <arg choice='opt'>-F <replaceable>control-socket</replaceable></arg>
<arg choice='opt'>-G </arg>
+ <arg choice='opt'>-h </arg>
+ <arg choice='opt'>-l </arg>
<arg choice='opt'>-n </arg>
<arg choice='opt'>-N </arg>
- <arg choice='opt'>-h </arg>
- <arg choice='opt'>-r </arg>
<arg choice='opt'>-P <replaceable>pidfile</replaceable></arg>
- <arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
+ <arg choice='opt'>-r </arg>
+ <arg choice='opt'>-S <replaceable>listener-port</replaceable></arg>
<arg choice='opt'>-V </arg>
<arg rep='repeat'>
<group><replaceable>source-name</replaceable></group>
@@ -138,20 +138,6 @@ are supported and a client may connect via either.</para>
<para>The program accepts the following options:</para>
<variablelist remap='TP'>
<varlistentry>
-<term>-F</term>
-<listitem>
-<para>Create a control socket for device addition and removal
-commands. You must specify a valid pathname on your local filesystem;
-this will be created as a Unix-domain socket to which you can write
-commands that edit the daemon's internal device list.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term>-S</term>
-<listitem><para>Set TCP/IP port on which to listen for GPSD clients
-(default is 2947).</para></listitem>
-</varlistentry>
-<varlistentry>
<term>-b</term>
<listitem><para>Broken-device-safety mode, otherwise known as
read-only mode. A few bluetooth and USB receivers lock up or become
@@ -166,6 +152,24 @@ independent method to identify serial-over-Bluetooth devices would
also be nice.</para></listitem>
</varlistentry>
<varlistentry>
+<term>-D</term>
+<listitem>
+<para>Set debug level. At debug levels 2 and above,
+<application>gpsd</application> reports incoming sentence and actions
+to standard error if <application>gpsd</application> is in the foreground
+(-N) or to syslog if in the background.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term>-F</term>
+<listitem>
+<para>Create a control socket for device addition and removal
+commands. You must specify a valid pathname on your local filesystem;
+this will be created as a Unix-domain socket to which you can write
+commands that edit the daemon's internal device list.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
<term>-G</term>
<listitem><para>This flag causes <application>gpsd</application> to
listen on all addresses (INADDR_ANY) rather than just the loop back
@@ -174,6 +178,10 @@ information is now private to the local machine until the user makes
an effort to expose this to the world.</para></listitem>
</varlistentry>
<varlistentry>
+<term>-h</term>
+<listitem><para>Display help message and terminate.</para></listitem>
+</varlistentry>
+<varlistentry>
<term>-l</term>
<listitem><para>List all drivers compiled into this
<application>gpsd</application> instance. The letters to the left of
@@ -200,10 +208,6 @@ This switch is mainly useful for debugging.</para>
</listitem>
</varlistentry>
<varlistentry>
-<term>-h</term>
-<listitem><para>Display help message and terminate.</para></listitem>
-</varlistentry>
-<varlistentry>
<term>-r</term>
<listitem><para>Use GPS time even with no current fix. Some GPS's have
battery powered Real Time Clocks (RTC's) built in, makeing them a valid time
@@ -218,13 +222,9 @@ time at startup.</para></listitem>
</listitem>
</varlistentry>
<varlistentry>
-<term>-D</term>
-<listitem>
-<para>Set debug level. At debug levels 2 and above,
-<application>gpsd</application> reports incoming sentence and actions
-to standard error if <application>gpsd</application> is in the foreground
-(-N) or to syslog if in the background.</para>
-</listitem>
+<term>-S</term>
+<listitem><para>Set TCP/IP port on which to listen for GPSD clients
+(default is 2947).</para></listitem>
</varlistentry>
<varlistentry>
<term>-V</term>