Package: shell-fm Version: 0.4+svn20071125.r282-1 Severity: normal Tags: patch
The Format strings described in shell-fm-config(5) are partially wrong. The attached patch should fix them. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages shell-fm depends on: ii libao2 0.8.8-5 Cross Platform Audio Output Librar ii libc6 2.9-27 GNU C Library: Shared libraries ii libmad0 0.15.1b-4 MPEG audio decoder library shell-fm recommends no packages. shell-fm suggests no packages. -- no debconf information
diff a/debian/manpages/shell-fm-config.5 b/debian/manpages/shell-fm-config.5 --- a/debian/manpages/shell-fm-config.5 +++ b/debian/manpages/shell-fm-config.5 @@ -78,7 +78,7 @@ Artist. Track. .TP -\fB%A\fR +\fB%l\fR Album. .TP @@ -90,15 +90,19 @@ Track duration. Station name. .TP +\fB%S\fR +Station URL. + +.TP \fB%u\fR Station URL. .TP -\fB%U\fR +\fB%A\fR Artist URL. .TP -\fB%X\fR +\fB%L\fR Album URL. .TP

