From 979a9e7670010555c9032cc30eec3183e8893bd7 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 4 Jul 2009 05:55:25 +0200 Subject: [PATCH] fix displaying '\' character in man page --- doc/ncmpcpp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index bce84126..e154978c 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -45,7 +45,7 @@ Raise/lower volume by given number of percents and exit. .SH "CONFIGURATION" When ncmpcpp starts, it tries to read user's settings from the ~/.ncmpcpp/config file. If no user's configuration is found, ncmpcpp uses its default configuration. An example configuration file containing all default values is provided with ncmpcpp and can be found usually in /usr/share/doc/ncmpcpp (exact location may depend on used distribution/OS/configure prefix). -Note: Each config option value must be enclosed in quotation marks (var = "example"). If you want to use quotation mark inside config option, prepend character '\' to it. +Note: Each config option value must be enclosed in quotation marks (var = "example"). If you want to use quotation mark inside config option, prepend character '\\' to it. Note: COLOR has to be the name (not a number) of one of colors 1-8 from SONG FORMAT section.