aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cred.h
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2017-05-13 04:51:40 -0700
committerJonathan Corbet <corbet@lwn.net>2017-05-18 10:30:19 -0600
commitaf777cd1b83e95138e7285fde87c795ef0ae7c4d (patch)
treed5469f144ee67390169c9a6c59db6c333345e82d /include/linux/cred.h
parentdoc: ReSTify IMA-templates.txt (diff)
downloadlinux-dev-af777cd1b83e95138e7285fde87c795ef0ae7c4d.tar.xz
linux-dev-af777cd1b83e95138e7285fde87c795ef0ae7c4d.zip
doc: ReSTify credentials.txt
This updates the credentials API documentation to ReST markup and moves it under the security subsection of kernel API documentation. Cc: David Howells <dhowells@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/cred.h')
-rw-r--r--include/linux/cred.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h
index b03e7d049a64..c728d515e5e2 100644
--- a/include/linux/cred.h
+++ b/include/linux/cred.h
@@ -1,4 +1,4 @@
-/* Credentials management - see Documentation/security/credentials.txt
+/* Credentials management - see Documentation/security/credentials.rst
*
* Copyright (C) 2008 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)