:: commit 22c6ce4d929b94a4da55e2ed7023f4e850ab984d

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-10-18 10:56

parents: 800beb74ab

rename unbzip3 to bunzip3 (#57)

diff --git a/Makefile.am b/Makefile.am
index 701b8c7..7ce9ac5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@ bzip3_CFLAGS = $(AM_CFLAGS)
 bzip3_LDDADD = libbzip3.la
 bzip3_SOURCES = src/main.c $(libbzip3_la_SOURCES)
 
-dist_man_MANS = bzip3.1 bz3cat.1 bz3more.1 bz3less.1 bz3grep.1 unbzip3.1
+dist_man_MANS = bzip3.1 bz3cat.1 bz3more.1 bz3less.1 bz3grep.1 bunzip3.1
 
-dist_bin_SCRIPTS = bz3cat bz3more bz3less bz3grep unbzip3
+dist_bin_SCRIPTS = bz3cat bz3more bz3less bz3grep bunzip3
 
 CLEANFILES = $(bin_PROGRAMS)
 
diff --git a/NEWS b/NEWS
index d8feac5..fe04945 100644
--- a/NEWS
+++ b/NEWS
@@ -33,3 +33,6 @@ v1.1.6:
   decompression diagnostic issue)
 * package unbzip3 manpage
 * flockfile/funlockfile calls for WIN32
+
+v1.1.7:
+* rename unbzip3 as bunzip3 for bzip2/gzip/lzip/... compatibility.
diff --git a/unbzip3 b/bunzip3
similarity index 100%
rename from unbzip3
rename to bunzip3
diff --git a/unbzip3.1 b/bunzip3.1
similarity index 100%
rename from unbzip3.1
rename to bunzip3.1
diff --git a/bzip3.1 b/bzip3.1
index 939a145..5cf1fdb 100644
--- a/bzip3.1
+++ b/bzip3.1
@@ -15,7 +15,7 @@ to bzip2
 is equivalent to
 .B bzip3 \-dc
 .P
-.B unbzip3
+.B bunzip3
 is equivalent to
 .B bzip3 \-d
 .SH DESCRIPTION
@@ -43,7 +43,7 @@ If no file names are specified,
 will compress from standard input to standard output, refusing
 to output binary data to a terminal. The \-e flag (encode) is implied.
 
-.B unbzip3
+.B bunzip3
 (or,
 .B bzip3 \-d
 equivalently) decompresses data from standard input to the standard
@@ -148,6 +148,5 @@ Robert Schutz, and others. Also everyone who sent patches, helped with
 portability problems, encouraged me to work on bzip3 and lent me machines
 for performance tests.
 
-
 .SH "SEE ALSO"
-\fBbzip2 (1)\fR, \fBbz3less (1)\fR, \fBbz3more (1)\fR, \fBbz3grep (1)\fR, \fBunbzip3\fR
+\fBbzip2 (1)\fR, \fBbz3less (1)\fR, \fBbz3more (1)\fR, \fBbz3grep (1)\fR, \fBbunzip3\fR
tab: 248 wrap: offon