From 23d5601968f99a223ddb9589e4ac2d5dea27e852 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 27 Oct 2009 02:34:29 +0100 Subject: [PATCH] fix config option description in man page --- doc/ncmpcpp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index aaca304d..5a37b0e2 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -70,10 +70,10 @@ Set connection timeout to MPD to given value. Default number of seconds to crossfade, if enabled by ncmpcpp. .TP .B visualizer_fifo_path = PATH -Name of output that provides data for visualizer. Needed to keep sound and visualization in sync. +Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be 44100:16:1) .TP .B visualizer_output_name = NAME -Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be 44100:16:1) +Name of output that provides data for visualizer. Needed to keep sound and visualization in sync. .TP .B visualizer_type = spectrum/wave Defines default visualizer type (spectrum is available only if ncmpcpp was compiled with fftw support).