From d40f4d75c3f0a3e38a4a69c3a2b2fa5d86e72e41 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 11 Feb 2013 14:48:42 -0200 Subject: [PATCH] [xmp] Update man page Merge information from the xmp 3.5.0 man page. Signed-off-by: Claudio Matsuoka --- src/xmp.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/xmp.1 b/src/xmp.1 index b9733e8..bb54c4b 100644 --- a/src/xmp.1 +++ b/src/xmp.1 @@ -1,4 +1,4 @@ -.TH "XMP" "1" "Version 4\&.0\&.0" "Sep 2012" "Extended Module Player" +.TH "XMP" "1" "Version 4\&.0\&.0" "Feb 2013" "Extended Module Player" .PP .SH "NAME" xmp - Extended Module Player @@ -222,9 +222,12 @@ Play modules in /dev/dsp using the default device settings (unsigned 8bit, \f(CWxmp -o/dev/dsp -f8000 -m -b8 -u module\&.lha\fP .PP Play all XM modules in the /mod directory and all subdirectories in -random order\&: +random order, ignoring any configuration set in the xmp\&.conf file\&: .IP "" -\f(CWxmp -R `find /mod -name "*\&.xm*" -print`\fP +\f(CWxmp --norc -R `find /mod -name "*\&.xm" -print`\fP +.PP +.SH "FILES" +\f(CW/etc/xmp/xmp\&.conf\&, $HOME/\&.xmp/xmp\&.conf\&, /etc/xmp/modules\&.conf\&, $HOME/\&.xmp/modules\&.conf\fP .PP .SH "AUTHORS" Claudio Matsuoka and Hipolito Carraro Jr\&.