fix for gzip man page pack reference
authorBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:44:04 +0000 (11:44 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:44:04 +0000 (11:44 -0600)
debian/changelog
debian/patches/gzip-man-pack.diff [new file with mode: 0644]
debian/patches/series
gzip.1

index 9ed8c632b5ea4e78cd989357b439df926351feab..006d5cfede8289e6250474fd42639d27df597ac9 100644 (file)
@@ -1,6 +1,8 @@
 gzip (1.4-6) unstable; urgency=low
 
   * patch to restore zgrep -h from Pär-Ola Nilsson, closes: #658734
+  * patch to fix pack reference in gzip man page from Stéphane Aulery,
+    closes: #308522
 
  -- Bdale Garbee <bdale@gag.com>  Thu, 12 Apr 2012 11:38:56 -0600
 
diff --git a/debian/patches/gzip-man-pack.diff b/debian/patches/gzip-man-pack.diff
new file mode 100644 (file)
index 0000000..c065caf
--- /dev/null
@@ -0,0 +1,21 @@
+--- gzip.1.old 2012-02-04 23:12:50.000000000 +0100
++++ gzip.1     2012-02-04 22:58:11.181471569 +0100
+@@ -300,7 +300,7 @@
+ Previous versions of gzip used
+ the .z suffix. This was changed to avoid a conflict with
+-.IR pack "(1)".
++.I pack.
+ .TP
+ .B \-t --test
+ Test. Check the compressed file integrity.
+@@ -383,8 +383,7 @@
+ On Vax/VMS, the name of the environment variable is GZIP_OPT, to
+ avoid a conflict with the symbol set for invocation of the program.
+ .SH "SEE ALSO"
+-znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1),
+-pack(1), compact(1)
++znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1)
+ .PP
+ The
+ .I gzip
index 451b0ad7e6d7f97862975a9c57138a5bdff3444b..51c69c0ec5a5f9b774e6fc48843a784b5a17b6b4 100644 (file)
@@ -4,3 +4,4 @@ zless-LESSOPEN.diff
 sys_stat.in.h.diff
 determinism.diff
 zgrep-dash-h.diff
+gzip-man-pack.diff
diff --git a/gzip.1 b/gzip.1
index bdf69435c8c9ade9141b038a81e1445a82e898c0..48902bde6a5601fec2c116147e329ed090525de4 100644 (file)
--- a/gzip.1
+++ b/gzip.1
@@ -300,7 +300,7 @@ decompression on all given files regardless of suffix, as in:
 
 Previous versions of gzip used
 the .z suffix. This was changed to avoid a conflict with
-.IR pack "(1)".
+.I pack.
 .TP
 .B \-t --test
 Test. Check the compressed file integrity.
@@ -383,8 +383,7 @@ explicit command line parameters. For example:
 On Vax/VMS, the name of the environment variable is GZIP_OPT, to
 avoid a conflict with the symbol set for invocation of the program.
 .SH "SEE ALSO"
-znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1),
-pack(1), compact(1)
+znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1)
 .PP
 The
 .I gzip