[xiph-commits] r3460 - in liboggz/trunk: doc src/tools
conrad at svn.annodex.net
conrad at svn.annodex.net
Thu Feb 14 23:10:07 PST 2008
Author: conrad
Date: 2008-02-14 23:10:05 -0800 (Thu, 14 Feb 2008)
New Revision: 3460
Modified:
liboggz/trunk/doc/oggz-sort.1.sgml
liboggz/trunk/src/tools/oggz-sort.c
Log:
s/Resort/Sort/ in oggz-sort documentation
Modified: liboggz/trunk/doc/oggz-sort.1.sgml
===================================================================
--- liboggz/trunk/doc/oggz-sort.1.sgml 2008-02-15 06:48:00 UTC (rev 3459)
+++ liboggz/trunk/doc/oggz-sort.1.sgml 2008-02-15 07:10:05 UTC (rev 3460)
@@ -48,8 +48,7 @@
<refnamediv>
<refname>&dhpackage;</refname>
- <refpurpose>Resort the pages of an Ogg file in order of presentation
-time.
+ <refpurpose>Sort the pages of an Ogg file in order of presentation time.
</refpurpose>
</refnamediv>
Modified: liboggz/trunk/src/tools/oggz-sort.c
===================================================================
--- liboggz/trunk/src/tools/oggz-sort.c 2008-02-15 06:48:00 UTC (rev 3459)
+++ liboggz/trunk/src/tools/oggz-sort.c 2008-02-15 07:10:05 UTC (rev 3460)
@@ -48,7 +48,7 @@
usage (char * progname)
{
printf ("Usage: %s [options] filename ...\n", progname);
- printf ("Resort the pages of an Ogg file in order of presentation time.\n");
+ printf ("Sort the pages of an Ogg file in order of presentation time.\n");
printf ("\nMiscellaneous options\n");
printf (" -o filename, --output filename\n");
printf (" Specify output filename\n");
More information about the commits
mailing list