From e51bfef079438ebbe9b5f521f3aa7877a65cb07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 9 Mar 2008 14:36:53 +0100 Subject: Update the documentation so that it tells users to report bugs on the xine bug tracker rather than xine-user mailing list. --- doc/faq/faq.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 1176024e0..1a624aba0 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -2213,7 +2213,7 @@ OK, yes, that shouldn't happen and you're upset. We can understand that. But, to help you and of course to fix this, we need some information. So, let's go through the checklist and maybe prepare a nice bug report - for the xine-user mailing list: + for the xine bug tracker: @@ -2259,8 +2259,7 @@ still under heavy development (nice excuse, isn't it? *grin*). - If you write to the xine user mailing list - xine-user@lists.sourceforge.net + If you write to the xine bug tracker make sure you include a the above information (when applicable) and also some information about your machine (operating system, cpu type and speed, gfx card, sound card, ...) and please use a meaningfull subject -- cgit v1.2.3 From c3bd6847b68e11761f5af54d7a7fdb33efe19d65 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 10 Mar 2008 23:15:55 -0300 Subject: fix mrl example --- doc/man/en/xine.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index d5b0b5afe..13e5d0597 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -265,7 +265,7 @@ Text subtitle files may be appended to the MRL:. This is the normal way to define the subtitle file to use. The frontend will not take any notice of the subtitle file. For example: .br -.I file://home/user/wibble.mpg#subtitles:/home/user/wibble.sub +.I file://home/user/wibble.mpg#subtitle:/home/user/wibble.sub .br (Note that some front ends can detect subtitles files where the name differs as shown in the example.) -- cgit v1.2.3