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?