Description: Documentation corrections and improvements
Collection of all modifications to existing documentation, including
in-program name of executable as changed. From multiple sources.
Last-Update: 2011-08-30
--- checkmp3-1.98.orig/FOR_TESTING
+++ checkmp3-1.98/FOR_TESTING
@@ -8,7 +8,7 @@ with the addition of new features...
md5sum <mp3_file.mp3>
-Then run mp3_check -a -sf <mp3_file.mp3> > <new_mp3.mp3>
+Then run checkmp3 -a -sf <mp3_file.mp3> > <new_mp3.mp3>
They should be the same (by comparing the md5sums of both mp3s).
@@ -25,7 +25,7 @@ not make any changes.
in the center (dd if=/dev/zero of=junk bc=2000) and glue it all
back (with the junk in the middle).
-Then run mp3_check -a -sf <mp3_file.mp3> > <new_mp3.mp3>
+Then run checkmp3 -a -sf <mp3_file.mp3> > <new_mp3.mp3>
I would like it to be able to strip out the junk, and return
the original mp3, but I don't think it works quite yet.
@@ -43,7 +43,7 @@ Anyone willing to take a look at this? :
md5sum <mp3_file.mp3>
-Then run mp3_check -a -s <mp3_file.mp3> > <new_mp3.mp3>
+Then run checkmp3 -a -s <mp3_file.mp3> > <new_mp3.mp3>
They should be the same (without fixing anything).
--- checkmp3-1.98.orig/MY_NOTES
+++ checkmp3-1.98/MY_NOTES
@@ -1,5 +1,5 @@
2.0
-mp3_check no longer behaves like 'cat'- now requires a '-' to
+checkmp3 no longer behaves like 'cat'- now requires a '-' to
designate stdin. Without any options, a usage message comes up
which will help people new to the software (where it would
automatically assume stdin, and not return an error).
@@ -28,7 +28,7 @@ an id3v2 tag is found. Made some changes
hopefully corrects problems on some systems. Added preliminary id3v2 support,
and hopefully soon id3v2 analysis. I hear this is a big job. :-/
-The BSDs should be able to compile mp3_check with no problems now. Please note
+The BSDs should be able to compile checkmp3 with no problems now. Please note
that to do this, you have to run 'make bsd_install'. Take a look at the Makefile
if you have any questions.
--- checkmp3-1.98.orig/README
+++ checkmp3-1.98/README
@@ -1,8 +1,8 @@
-## TO GET THE HELP FILE, run 'mp3_check -h', otherwise it will seem
+## TO GET THE HELP FILE, run 'checkmp3 -h', otherwise it will seem
## to hang (it is listening to stdin).
===================================
-Official mp3_check website is located on SourceForge. Here's the URL:
+Official checkmp3 website is located on SourceForge. Here's the URL:
https://sourceforge.net/project/?group_id=6126
--- checkmp3-1.98.orig/mp3_check_misc.c
+++ checkmp3-1.98/mp3_check_misc.c
@@ -577,7 +577,7 @@ init_frame_struct(FI)
void
print_usage(void)
{
- (void)fprintf(stderr, "\nusage: mp3_check [-e] [-p] [-v[v]] [-a] [-b[<byte_count>]] [-i] [-s[s]] [-h] [-] [file ...]\n");
+ (void)fprintf(stderr, "\nusage: checkmp3 [-e] [-p] [-v[v]] [-a] [-b[<byte_count>]] [-i] [-s[s]] [-h] [-] [file ...]\n");
(void)fprintf(stderr, " -q<number> Determines the mininum <number> of contiguous frames\n");
(void)fprintf(stderr, " that must be present for an error NOT to occur.\n");
(void)fprintf(stderr, " Analyzing random data will find spurious MP3 headers,\n");