diff --git a/man2/keyctl.2 b/man2/keyctl.2 index 7b365cb21..b3310b95b 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -633,7 +633,7 @@ then that key is displaced from the keyring. Before creating the link, the kernel checks the nesting of the keyrings and returns appropriate errors if the link would produce a cycle -or if the nesting of keyrings would be too too deep. +or if the nesting of keyrings would be too deep (The limit on the nesting of keyrings is determined by the kernel constant .BR KEYRING_SEARCH_MAX_DEPTH , defined with the value 6, and is necessary to prevent overflows @@ -932,7 +932,7 @@ as the new default keyring. .TP .BR KEY_REQKEY_DEFL_USER_SESSION_KEYRING Use the UID-specific session keyring -.RB ( user_session-keyring (7)) +.RB ( user-session-keyring (7)) as the new default keyring. .TP .BR KEY_REQKEY_DEFL_REQUESTOR_KEYRING " (since Linux 2.6.29)"