From 4bbaf8f163fefc5fa21e9fc31bc11c34e977dbc1 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 23 Dec 2013 13:51:54 +0800 Subject: [PATCH] Fix GBS.rst format error Change-Id: Ie0efc864b26f84d3a8242c65cfec402a593c7baf --- docs/GBS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GBS.rst b/docs/GBS.rst index 2a867e1..03b029e 100644 --- a/docs/GBS.rst +++ b/docs/GBS.rst @@ -54,11 +54,11 @@ This section provides information about the profile oriented style in a GBS conf The basic structure of a configuration file is composed of properties and sections. 2.1.1 Properties -++++++++++++++++ +'''''''''''''''' The basic element contained in a configuration file is the property. Every property has a name and a value, delimited by an equal sign (=). The name appears to the left of the equal sign. 2.1.2 Sections -++++++++++++++ +'''''''''''''' Properties may be grouped into various sections, named according to the naming conventions specified in Section 2.2. The section name appears on a line by itself in square brackets ([ ]). All the properties after the section declaration are associated with that section. No explicit "end of section" delimiter is needed. Sections end at the next section declaration or the end of the file. Possible sections include: * **General section** -- 2.34.1