Package: pristine-tar
Version: 0.14
Severity: minor
Tags: patch

Hi,

the documentation for the option lists misses an =back after the last
item.  This leaves an error message in the man pages:
    POD ERRORS
    Hey! The above document had some coding errors, which are
    explained below:

    Around line 95:
        You forgot a ’=back’ before ’=head1’

The attached patch adds the missing tags.

Regards,
Ansgar
>From 9f4dbe8bac50b5adf8271f83a3ce1ab5979c9cb6 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <[EMAIL PROTECTED]>
Date: Mon, 2 Jun 2008 21:21:10 +0200
Subject: [PATCH] add missing =back to option lists

---
 pristine-bz2 |    2 ++
 pristine-gz  |    2 ++
 pristine-tar |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pristine-bz2 b/pristine-bz2
index 13c4b25..212e350 100755
--- a/pristine-bz2
+++ b/pristine-bz2
@@ -54,6 +54,8 @@ Debug mode.
 
 Don't clean up the temporary directory on exit.
 
+=back
+
 =head1 AUTHOR
 
 Joey Hess <[EMAIL PROTECTED]>,
diff --git a/pristine-gz b/pristine-gz
index d4f33a5..56097b0 100755
--- a/pristine-gz
+++ b/pristine-gz
@@ -55,6 +55,8 @@ Debug mode.
 
 Don't clean up the temporary directory on exit.
 
+=back
+
 =head1 AUTHOR
 
 Joey Hess <[EMAIL PROTECTED]>,
diff --git a/pristine-tar b/pristine-tar
index 5456436..2837f48 100755
--- a/pristine-tar
+++ b/pristine-tar
@@ -92,6 +92,8 @@ Don't clean up the temporary directory on exit.
 
 Use this option to specify a custom commit message to pristine-tar commit.
 
+=back
+
 =head1 LIMITATIONS
 
 Only .tar, .tar.gz, and .tar.bz2 files are currently supported.
-- 
1.5.5.1

Reply via email to