From cffbc025532487bbd9b467476be05d0997b5133e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 12 Nov 2013 14:56:47 +0900 Subject: [PATCH] ao-tools: add ao-mega man page, ignore executable --- ao-tools/ao-mega/.gitignore | 1 + ao-tools/ao-mega/ao-mega.1 | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 ao-tools/ao-mega/.gitignore create mode 100644 ao-tools/ao-mega/ao-mega.1 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 +.\" +.\" 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 -- 2.30.2