initial cut at an altosui man page
authorBdale Garbee <bdale@gag.com>
Fri, 10 Sep 2010 02:34:22 +0000 (20:34 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 10 Sep 2010 02:34:22 +0000 (20:34 -0600)
ao-tools/altosui/Makefile.am
ao-tools/altosui/altosui.1

index 804e0c740cf4b6d909cfd118e3cb0f99fad4f10d..3e0d7c9bdd60844505e725ca92448618c2c75ff9 100644 (file)
@@ -1,6 +1,8 @@
 JAVAROOT=classes
 AM_JAVACFLAGS=-encoding UTF-8
 
 JAVAROOT=classes
 AM_JAVACFLAGS=-encoding UTF-8
 
+man_MANS=altosui.1
+
 altoslibdir=$(libdir)/altos
 
 CLASSPATH_ENV=mkdir -p $(JAVAROOT); CLASSPATH=".:classes:../libaltos:$(FREETTS)/*:/usr/share/java/*"
 altoslibdir=$(libdir)/altos
 
 CLASSPATH_ENV=mkdir -p $(JAVAROOT); CLASSPATH=".:classes:../libaltos:$(FREETTS)/*:/usr/share/java/*"
@@ -171,4 +173,4 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA)
 
 $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi
        -rm -f $@
 
 $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi
        -rm -f $@
-       makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi
\ No newline at end of file
+       makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi
index c3130fce634b40aaecf6c7af8d507b2148d494d4..57fa448967089a05649c7b94456a0db4ac345e90 100644 (file)
@@ -16,7 +16,7 @@
 .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 .\"
 .\"
 .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 .\"
 .\"
-.TH AO-VIEW 1 "altosui" ""
+.TH ALTOSUI 1 "altosui" ""
 .SH NAME
 altosui \- Rocket flight monitor
 .SH SYNOPSIS
 .SH NAME
 altosui \- Rocket flight monitor
 .SH SYNOPSIS
@@ -24,21 +24,23 @@ altosui \- Rocket flight monitor
 .SH DESCRIPTION
 .I altosui
 connects to a TeleDongle or TeleMetrum device through a USB serial device.
 .SH DESCRIPTION
 .I altosui
 connects to a TeleDongle or TeleMetrum device through a USB serial device.
-It provides a user interface to monitor, record and review rocket flight data.
+It provides a menu-oriented
+user interface to monitor, record and review rocket flight data.
 .SH USAGE
 When connected to a TeleDongle device, altosui turns on the radio
 receiver and listens for telemetry packets. It displays the received
 telemetry data, and reports flight status via voice synthesis. All
 received telemetry information is recorded to a file.
 .P
 .SH USAGE
 When connected to a TeleDongle device, altosui turns on the radio
 receiver and listens for telemetry packets. It displays the received
 telemetry data, and reports flight status via voice synthesis. All
 received telemetry information is recorded to a file.
 .P
-When connected to a TeleMetrum device, altosui downloads the eeprom
-data and stores it in a file.
+When connected to a TeleMetrum device, altosui can be used to configure the
+TeleMetrum, and to downloads the eeprom data and store it in a file.
+.P
+A number of other menu options exist, including the ability to export flight
+data in different formats.
 .SH FILES
 All data log files are recorded into a user-specified directory
 .SH FILES
 All data log files are recorded into a user-specified directory
-(default ~/AltOS). Files are named using the current date, the serial
+(default ~/TeleMetrum). Files are named using the current date, the serial
 number of the reporting device, the flight number recorded in the data
 and either '.telem' for telemetry data or '.eeprom' for eeprom data.
 number of the reporting device, the flight number recorded in the data
 and either '.telem' for telemetry data or '.eeprom' for eeprom data.
-.SH "SEE ALSO"
-ao-view(1), ao-load(1), ao-eeprom(1)
 .SH AUTHOR
 Keith Packard
 .SH AUTHOR
 Keith Packard