From ab3d151e0724acaacb6cb77d66b89d5acae0dd0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 3 Nov 2016 17:10:00 +0100 Subject: [PATCH] keyctl.2: wfix Signed-off-by: Michael Kerrisk --- man2/keyctl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"