]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbtree.txt: standardize document format
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 17 May 2017 09:18:13 +0000 (06:18 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jul 2017 19:58:01 +0000 (13:58 -0600)
commitce0f95a501b201f857909738e201729048d41be7
treefa4a03086256d92892303e7141a22083226e702b
parent3b033380cb8dea6f00503d6d30c8f1e5c571f565
rbtree.txt: standardize document format

Each text file under Documentation follows a different
format. Some doesn't even have titles!

Change its representation to follow the adopted standard,
using ReST markups for it to be parseable by Sphinx:

- Mark document title;
- Use :Author: for authorship;
- mark a sub-section title as such;
- mark literal blocks;
- adjust identation where needed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/rbtree.txt