From b53b3b71ecc1778b18c25720a9ba981826a606c6 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Mon, 18 Nov 2013 14:35:37 +0100
Subject: [PATCH 1/1] doc/man: misc fixes to man pages

The help text in particular was copied from the output of the '-h'
option which was referring to "this help message", this was OK on the
command line but it sounds a little off in a man page.
---
 doc/man/am7xxx-modeswitch.1.txt | 2 +-
 doc/man/am7xxx-play.1.txt       | 2 +-
 doc/man/picoproj.1.txt          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/man/am7xxx-modeswitch.1.txt b/doc/man/am7xxx-modeswitch.1.txt
index 20dfd29..a824d8c 100644
--- a/doc/man/am7xxx-modeswitch.1.txt
+++ b/doc/man/am7xxx-modeswitch.1.txt
@@ -25,7 +25,7 @@ It is handy on systems where usb-modeswitch is not available, like Windows.
 EXAMPLE OF USE
 --------------
 
-am7xxx-modeswitch
+  am7xxx-modeswitch
 
 
 EXIT STATUS
diff --git a/doc/man/am7xxx-play.1.txt b/doc/man/am7xxx-play.1.txt
index eabdb9c..4dcf296 100644
--- a/doc/man/am7xxx-play.1.txt
+++ b/doc/man/am7xxx-play.1.txt
@@ -66,7 +66,7 @@ EXAMPLE:
     the display zoom mode, between 0 (original) and 3 (test)
 
 *-h*::
-    this help message
+    show the help message
 
 
 EXAMPLES OF USE
diff --git a/doc/man/picoproj.1.txt b/doc/man/picoproj.1.txt
index 0fea153..1b0e471 100644
--- a/doc/man/picoproj.1.txt
+++ b/doc/man/picoproj.1.txt
@@ -55,13 +55,13 @@ OPTIONS
     the height of the image to upload
 
 *-h*::
-    this help message
+    show the help message
 
 
 EXAMPLE OF USE
 --------------
 
-picoproj -f file.jpg -F 1 -l 5 -W 800 -H 480
+  picoproj -f file.jpg -F 1 -l 5 -W 800 -H 480
 
 
 EXIT STATUS
-- 
2.1.4