Blame SOURCES/perl-5.19.0-Synchronize-h2ph-POD-text-with-usage-output.patch

9572a7
From fe89bf70817551c30bcacaef25578ffeb7d71eb1 Mon Sep 17 00:00:00 2001
9572a7
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
9572a7
Date: Sun, 9 Jun 2013 14:01:49 -0400
9572a7
Subject: [PATCH] Synchronize h2ph POD text with usage output
9572a7
9572a7
---
9572a7
 utils/h2ph.PL | 8 +++++++-
9572a7
 1 file changed, 7 insertions(+), 1 deletion(-)
9572a7
9572a7
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
9572a7
index a2d737b..9a8b14d 100644
9572a7
--- a/utils/h2ph.PL
9572a7
+++ b/utils/h2ph.PL
9572a7
@@ -866,7 +866,8 @@ h2ph - convert .h C header files to .ph Perl header files
9572a7
 
9572a7
 =head1 SYNOPSIS
9572a7
 
9572a7
-B<h2ph [-d destination directory] [-r | -a] [-l] [headerfiles]>
9572a7
+B
9572a7
+[headerfiles]>
9572a7
 
9572a7
 =head1 DESCRIPTION
9572a7
 
9572a7
@@ -932,6 +933,11 @@ you will see the slightly more helpful
9572a7
 
9572a7
 However, the B<.ph> files almost double in size when built using B<-h>.
9572a7
 
9572a7
+=item -e
9572a7
+
9572a7
+If an error is encountered during conversion, output file will be removed and
9572a7
+a warning emitted instead of terminating the conversion immediately.
9572a7
+
9572a7
 =item -D
9572a7
 
9572a7
 Include the code from the B<.h> file as a comment in the B<.ph> file.
9572a7
-- 
9572a7
1.8.1.4
9572a7