Documentation/config.txt: Correct info about subsection name
authorJakub Narebski <jnareb@gmail.com>
Wed, 24 Jan 2007 14:14:33 +0000 (15:14 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 Jan 2007 23:30:37 +0000 (15:30 -0800)
commit191453f66449537da29e9fc156f7a981845ea8f6
treea6b7753f9560cdee65f198be9af32c5b4e92b764
parenteda95d9969d9fbd23a80c2261299098f16bea611
Documentation/config.txt: Correct info about subsection name

Contrary to variable values, in subsection names parsing character
escape codes (besides literal escaping of " as \", and \ as \\)
is not performed; subsection name cannot contain newlines.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt