From 8f9e8f73bf6d0e7557919189c052e41c8b7b2a26 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Fri, 15 Mar 2013 12:05:19 +0100 Subject: [PATCH] typo / formatting of documentation --- doc/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/config b/doc/config index 0e650b7..13bd1a2 100644 --- a/doc/config +++ b/doc/config @@ -30,7 +30,7 @@ Sections: where FIFOs (for communicating with sqlite) and temporary WAVE files will be created. Note that debug logs (if enabled) will go there too. Default: ~/.atom/tmp - * database : String. Where the SQLite databse should be stored. + * database : String. Where the SQLite database should be stored. Default: ~/.atom/atom.db * debug : Integer. Currently defined values: * 1: few additional status informations. @@ -78,11 +78,11 @@ Sections: sampling-rate. Shoutcast/Icecast streams require a constant sampling-rate. Telephony systems often require a sample rate of 8000Hz. * higher-than : Integer. Only reencode files with bitrates higher - then kbps. This only applies if sample-rate, channel count and of - course format are equal. If unset, only files with bitrates equal to that - of the target will be copied (actually, hardlinking will be attempted - first). As Ogg Vorbis target quality is not defined by its bitrate, Ogg - Vorbis files will always be reencoded if unset. + then kbps. This only applies if sample-rate, channel count and of + course format are equal. If unset, only files with bitrates equal to that + of the target will be copied (actually, hardlinking will be attempted + first). As Ogg Vorbis target quality is not defined by its bitrate, Ogg + Vorbis files will always be reencoded if unset. Ogg parameters: * quality : The quality parameter of oggenc. See man oggenc for