fix displaying '\' character in man page

This commit is contained in:
Andrzej Rybczak
2009-07-04 05:55:25 +02:00
parent 9faf3acf2f
commit 979a9e7670

View File

@@ -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.