From: Mauro Carvalho Chehab Date: Wed, 26 Oct 2016 18:24:41 +0000 (-0200) Subject: docs-rst: admin-guide: add documentation for EDAC X-Git-Tag: v4.10-rc1~72^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fd77f6ba7b3ae5f02f8d4d706df6534ae9722dce;p=users%2Fdwmw2%2Flinux.git docs-rst: admin-guide: add documentation for EDAC EDAC is part of the Kernel's RAS facilities, with is useful for system admins to detect errors. So, add it to the admin's guide. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 2681cbd24cddf..8ddae4e4299aa 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -59,6 +59,7 @@ configure specific aspects of kernel behavior to your liking. binfmt-misc mono java + ras .. only:: subproject and html diff --git a/Documentation/edac.txt b/Documentation/admin-guide/ras.rst similarity index 100% rename from Documentation/edac.txt rename to Documentation/admin-guide/ras.rst