From da0e720db645dd262af16e883e559e85a7e315cd Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 25 Oct 2009 14:08:00 +0000 Subject: Clarify MRL encoding requirements. --- 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 eba55aef5..195fb1596 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -98,7 +98,7 @@ above are available with stock libxine. provided\fP - from a shell, you can normally use \fB"$PWD/file"\fP or \fB"$(pwd)/file"\fP or \fB"\`pwd\`/file"\fP if the file is in the current directory. (Which one depends on your shell; all three work in bash. Also, -certain characters need to be encoded.) +normal URL encoding rules apply; `%', in particular, must be encoded as `%25'.) As of xine-lib 1.1.3, the DVD title number may be 0 (select navigation) and the chapter number may be 0 (full title). -- cgit v1.2.3 From e54aaab31fca1c20128e2c3a766d6ecbea7a19fa Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 1 Nov 2009 01:18:39 +0000 Subject: Remove unknown macro ".l". This fixes two lintian warnings. --- doc/man/en/xine-config.1 | 1 - doc/man/en/xine-list.1.in | 1 - 2 files changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/man/en/xine-config.1 b/doc/man/en/xine-config.1 index 207dc2dea..3fe828166 100644 --- a/doc/man/en/xine-config.1 +++ b/doc/man/en/xine-config.1 @@ -21,7 +21,6 @@ Finally, it's also used internally by the .m4 macros for GNU autoconf that are included with \fIxine-lib\fP. . .SH OPTIONS -.l \fIxine\-config\fP accepts the following options: .TP 8 .B \-\-version diff --git a/doc/man/en/xine-list.1.in b/doc/man/en/xine-list.1.in index e159852c8..a127f80bf 100644 --- a/doc/man/en/xine-list.1.in +++ b/doc/man/en/xine-list.1.in @@ -11,7 +11,6 @@ extension information known and supported by the installed \fIxine-lib\fP. It is of use in filling in MIME information in front ends' desktop files. . .SH OPTIONS -.l \fIxine\-list\fP accepts the following options: .TP 8 .B \-m -- cgit v1.2.3 From 27bff654d01de5a27a766b4d0c8dee16e4554358 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 1 Nov 2009 01:24:40 +0000 Subject: Use replacement rather than a *roff macro for xine-list-* (man page). This is intended to fix a lintian warning. --- doc/man/en/Makefile.am | 2 +- doc/man/en/xine-list.1.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/man/en/Makefile.am b/doc/man/en/Makefile.am index 9fe87cc11..c8d616c35 100644 --- a/doc/man/en/Makefile.am +++ b/doc/man/en/Makefile.am @@ -10,4 +10,4 @@ DISTCLEANFILES = $(DYNAMICMANS) EXTRA_DIST = $(STATICMANS) xine-list.1.in xine-list-@XINE_SERIES@.1: xine-list.1.in - (echo '.ds xl xine\-list\-@XINE_SERIES@'; cat $<) >$@ + $(SED) -e 's/@XL@/xine\-list\-@XINE_SERIES@/' $< >$@ diff --git a/doc/man/en/xine-list.1.in b/doc/man/en/xine-list.1.in index a127f80bf..558b44df0 100644 --- a/doc/man/en/xine-list.1.in +++ b/doc/man/en/xine-list.1.in @@ -1,17 +1,17 @@ .TH XINE 1 2001-08-28 "The xine project" .SH NAME -\*(xl - get supported filetype information from xine-lib +@XL@ - get supported filetype information from xine-lib .SH SYNOPSIS -.B \*(xl +.B @XL@ [\fPoptions...\fI] .SH DESCRIPTION .PP -\fI\*(xl\fP is a tool that is used to list the MIME type and filename +\fI@XL@\fP is a tool that is used to list the MIME type and filename extension information known and supported by the installed \fIxine-lib\fP. It is of use in filling in MIME information in front ends' desktop files. . .SH OPTIONS -\fIxine\-list\fP accepts the following options: +\fI@XL@\fP accepts the following options: .TP 8 .B \-m .B \-\-mime\-types -- cgit v1.2.3