[xiph-commits] r12182 - in trunk/vorbis-tools: oggenc/man vorbiscomment

conrad at svn.xiph.org conrad at svn.xiph.org
Fri Dec 8 16:27:07 PST 2006


Author: conrad
Date: 2006-12-08 16:27:05 -0800 (Fri, 08 Dec 2006)
New Revision: 12182

Modified:
   trunk/vorbis-tools/oggenc/man/oggenc.1
   trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
Log:
Apply debian patches:
  for_upstream-manpage_typos.diff
  for_upstream-mention_option_-R_in_vorbiscomment.1.diff


Modified: trunk/vorbis-tools/oggenc/man/oggenc.1
===================================================================
--- trunk/vorbis-tools/oggenc/man/oggenc.1	2006-12-08 14:57:20 UTC (rev 12181)
+++ trunk/vorbis-tools/oggenc/man/oggenc.1	2006-12-09 00:27:05 UTC (rev 12182)
@@ -319,7 +319,7 @@
 .RS
 oggenc somefile.wav -t "The track title" -a "artist who performed this" -l
 "name of album" -c
-"OTHERFIELD=contents of some other field not explictly supported"
+"OTHERFIELD=contents of some other field not explicitly supported"
 .RE
 .PP
 

Modified: trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
===================================================================
--- trunk/vorbis-tools/vorbiscomment/vorbiscomment.1	2006-12-08 14:57:20 UTC (rev 12181)
+++ trunk/vorbis-tools/vorbiscomment/vorbiscomment.1	2006-12-09 00:27:05 UTC (rev 12182)
@@ -44,6 +44,8 @@
 Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value.
 .IP "-w"
 Replace comments with the new set given either on the command line with -t or from a file with -c.
+.IP "-R"
+Read and write comments in utf8, rather than converting to the user's character set.
 
 .\" Examples go here
 .SH EXAMPLES
@@ -55,7 +57,7 @@
 To edit those comments:
 
     vorbiscomment -l file.ogg > file.txt
-    [edit the comments in file.txt to your statisfaction]
+    [edit the comments in file.txt to your satisfaction]
     vorbiscomment -w -c file.txt file.ogg newfile.ogg
 
 To simply add a comment:



More information about the commits mailing list