Kamil Dudka
2012-Dec-17 11:55 UTC
[Vorbis-dev] [PATCH] vorbiscomment.1: fix URL to format documentation
Reported By: Samuel Sieb Bug: https://bugzilla.redhat.com/887540 --- vorbiscomment/vorbiscomment.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1 index a47bb12..0108e78 100644 --- a/vorbiscomment/vorbiscomment.1 +++ b/vorbiscomment/vorbiscomment.1 @@ -87,7 +87,7 @@ To add a set of comments from the standard input: .SH TAG FORMAT -See http://xiph.org/ogg/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names. +See http://xiph.org/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names. .SH AUTHORS -- 1.7.1
Ralph Giles
2012-Dec-18 01:16 UTC
[Vorbis-dev] [PATCH] vorbiscomment.1: fix URL to format documentation
On 12-12-17 3:55 AM, Kamil Dudka wrote:> -See http://xiph.org/ogg/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names. > +See http://xiph.org/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names.Applied in svn r18747. Thanks! -r