From 7f1f4badb37f9e086ae15bf4c989d9ca99839b6f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 9 Feb 2017 14:11:41 +0100 Subject: [PATCH] request_key.2: Add links to some keyrings pages Signed-off-by: Michael Kerrisk --- man2/request_key.2 | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/man2/request_key.2 b/man2/request_key.2 index c153dc530..0f49fb701 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -131,23 +131,33 @@ since Linux 2.6.29). .\" won't refer to a keyring. Have I misunderstood? .IP \(bu The thread-specific keyring -.RB ( KEY_REQKEY_DEFL_THREAD_KEYRING ). +.RB ( KEY_REQKEY_DEFL_THREAD_KEYRING ; +see +.BR thread-keyring (7)). .IP \(bu The process-specific keyring -.RB ( KEY_REQKEY_DEFL_PROCESS_KEYRING ). +.RB ( KEY_REQKEY_DEFL_PROCESS_KEYRING ; +see +.BR process-keyring (7)). .IP \(bu The session-specific keyring -.RB ( KEY_REQKEY_DEFL_SESSION_KEYRING ). +.RB ( KEY_REQKEY_DEFL_SESSION_KEYRING ; +see +.BR session-keyring (7)). .IP \(bu The session keyring for the process's user ID -.RB ( KEY_REQKEY_DEFL_USER_SESSION_KEYRING ). +.RB ( KEY_REQKEY_DEFL_USER_SESSION_KEYRING ; +see +.BR user-session-keyring (7)). This keyring is expected to always exist. .\" FIXME .\" Are there circumstances where the session keyring does not exist? .\" What are they? .IP \(bu The UID-specific keyring -.RB ( KEY_REQKEY_DEFL_USER_KEYRING ). +.RB ( KEY_REQKEY_DEFL_USER_KEYRING ; +see +.BR user-keyring (7)). This keyring is also expected to always exist. .\" FIXME .\" Are there circumstances where the UID-specific keyring does not exist?