ao-tools: add ao-mega man page, ignore executable
authorKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 05:56:47 +0000 (14:56 +0900)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 05:56:47 +0000 (14:56 +0900)
ao-tools/ao-mega/.gitignore [new file with mode: 0644]
ao-tools/ao-mega/ao-mega.1 [new file with mode: 0644]

diff --git a/ao-tools/ao-mega/.gitignore b/ao-tools/ao-mega/.gitignore
new file mode 100644 (file)
index 0000000..7bb3739
--- /dev/null
@@ -0,0 +1 @@
+ao-mega
diff --git a/ao-tools/ao-mega/ao-mega.1 b/ao-tools/ao-mega/ao-mega.1
new file mode 100644 (file)
index 0000000..0f96bdc
--- /dev/null
@@ -0,0 +1,30 @@
+.\"
+.\" Copyright © 2009 Keith Packard <keithp@keithp.com>
+.\"
+.\" 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.
+.\"
+.\"
+.TH AO-TELEM 1 "ao-mega" ""
+.SH NAME
+ao-mega \- Dump a mega flight log (eeprom only)
+.SH SYNOPSIS
+.B "ao-mega"
+{flight.mega}
+.SH DESCRIPTION
+.I ao-mega
+reads the specified flight log and dumps it in human readable format.
+output.
+.SH AUTHOR
+Keith Packard