]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cgroup-v2.txt: standardize document format
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 14 May 2017 11:48:40 +0000 (08:48 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jul 2017 19:58:13 +0000 (13:58 -0600)
commit633b11bee40c37fed3e9384f04a889af32fb8cf1
tree9138e605a2e1e805c36d7b40ede1fc592e3da978
parent58ef0e5bb30b72ce3ddc59ea2a02073b03f454bc
cgroup-v2.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:

- Comment the internal index;
- Use :Date: and :Author: for authorship;
- Mark titles;
- Mark literal blocks;
- Adjust witespaces;
- Mark notes;
- Use table notation for the existing tables.

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