diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2012-01-03 11:40:31 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-01-03 11:40:31 +0100 |
commit | 2a11e69bb6400f292183f4150265d3d24f74b905 (patch) | |
tree | 59abb10f4d97d9b663df580e20b2d1720c5b1287 | |
parent | f87240c625f1c52c99c58b6c8aa2e30b2467b845 (diff) | |
download | pianobar-2a11e69bb6400f292183f4150265d3d24f74b905.tar.gz pianobar-2a11e69bb6400f292183f4150265d3d24f74b905.tar.bz2 pianobar-2a11e69bb6400f292183f4150265d3d24f74b905.zip |
Better description of config file format
Thanks to ifreecarve@github, closes #199.
-rw-r--r-- | contrib/pianobar.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index ea4fbb5..7a44426 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -37,8 +37,9 @@ http://xiph.org/ao/doc/config.html .SH CONFIGURATION The configuration file consists of simple .B key = value -lines. Each terminated with a newline (\\n) character. Keys and values are both -case sensitive. +lines, each terminated with a newline (\\n) character. Note that keys and +values are both case sensitive, and there must be exactly one space on each +side of the equals sign. act_* keys control .B pianobar's |