From 85623d625a85f1e0cdd5eeb68e59c2b6e5d66d89 Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
Date: Sat, 26 Jun 2010 14:41:04 -0400
Subject: [PATCH] ubuntu-iso: Add manpage.

---
 debian/changelog |  3 ++-
 doc/ubuntu-iso.1 | 16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 doc/ubuntu-iso.1

diff --git a/debian/changelog b/debian/changelog
index 72896e1..802dd8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ ubuntu-dev-tools (0.101) UNRELEASED; urgency=low
   * massfile: Add manpage.
   * pull-debian-debdiff: Add manpage.
   * setup-packaging-environment: Add manpage.
+  * ubuntu-iso: Add manpage.
 
- -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Sat, 26 Jun 2010 14:31:15 -0400
+ -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Sat, 26 Jun 2010 14:40:48 -0400
 
 ubuntu-dev-tools (0.100) maverick; urgency=low
 
diff --git a/doc/ubuntu-iso.1 b/doc/ubuntu-iso.1
new file mode 100644
index 0000000..7dfcbb7
--- /dev/null
+++ b/doc/ubuntu-iso.1
@@ -0,0 +1,16 @@
+.TH UBUNTU_ISO "1" "June 2010" "ubuntu-dev-tools"
+.SH NAME
+\fBubuntu-iso\fR \- tool to examine Ubuntu CD (ISO) installation media
+
+.SH SYNOPSIS
+\fBubuntu-iso\fR <path to ISO>
+
+.SH DESCRIPTION
+When given a path to an ISO, \fBubuntu-iso\fR will determine whether it is an an Ubuntu ISO or not. If it is, it will extract and display the version information.
+
+.SH AUTHORS
+\fBubuntu-iso\fR was written by Matt Zimmerman <mdz@ubuntu.com>.
+
+This manual page was written by Andrew Starr-Bochicchio <a.starr.b@gmail.com>.
+.PP
+Both are released under the terms of the GNU General Public License, version 2.