From 48ddd87a0fde84f4eb652a2bb494d94bb390a51a Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 23 May 2016 12:13:48 +0200 Subject: [PATCH] Fix name space information in documentation Closes #11. --- doc/module.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/module.rst b/doc/module.rst index 0231605..43a6e72 100644 --- a/doc/module.rst +++ b/doc/module.rst @@ -18,12 +18,13 @@ Constants .. data:: NS_SECURITY - The security namespace, used by kernel security modules. + The security namespace, used by kernel security modules to store + (for example) capabilities information. .. data:: NS_SYSTEM - The system namespace, used by the kernel to store things such as - ACLs and capabilities. + The system namespace, used by the kernel to store (for example) + ACLs. .. data:: NS_TRUSTED -- 2.39.2