diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-12 14:56:47 +0900 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-12 14:56:47 +0900 |
commit | cffbc025532487bbd9b467476be05d0997b5133e (patch) | |
tree | 9d10ecf1335145ec507c54651c0bb661fe1faea7 /ao-tools | |
parent | 40d3575a9365d77ca507ebee226d51d081e1ecc6 (diff) |
ao-tools: add ao-mega man page, ignore executable
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-mega/.gitignore | 1 | ||||
-rw-r--r-- | ao-tools/ao-mega/ao-mega.1 | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/ao-tools/ao-mega/.gitignore b/ao-tools/ao-mega/.gitignore new file mode 100644 index 00000000..7bb37391 --- /dev/null +++ b/ao-tools/ao-mega/.gitignore @@ -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 index 00000000..0f96bdc8 --- /dev/null +++ b/ao-tools/ao-mega/ao-mega.1 @@ -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 |