]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
add_key.2: Add references to *-keyring(7) pages
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 27 Oct 2016 06:05:24 +0000 (08:05 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 27 Dec 2016 08:36:14 +0000 (09:36 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/add_key.2

index f487e9c322e81ceedbc6f8f22b04d7c4a0c90c19..9a86d894cf9c0c3c8c0ec3ccc61786d8118ab070 100644 (file)
@@ -55,19 +55,24 @@ serial number may be that of a valid keyring for which the caller has
 permission, or it may be one of the following special keyring IDs:
 .TP
 .B KEY_SPEC_THREAD_KEYRING
-This specifies the caller's thread-specific keyring.
+This specifies the caller's thread-specific keyring
+.RB ( thread-keyring (7)).
 .TP
 .B KEY_SPEC_PROCESS_KEYRING
-This specifies the caller's process-specific keyring.
+This specifies the caller's process-specific keyring
+.RB ( process-keyring (7)).
 .TP
 .B KEY_SPEC_SESSION_KEYRING
-This specifies the caller's session-specific keyring.
+This specifies the caller's session-specific keyring
+.RB ( session-keyring (7)).
 .TP
 .B KEY_SPEC_USER_KEYRING
-This specifies the caller's UID-specific keyring.
+This specifies the caller's UID-specific keyring
+.RB ( user-keyring (7)).
 .TP
 .B KEY_SPEC_USER_SESSION_KEYRING
-This specifies the caller's UID-session keyring.
+This specifies the caller's UID-session keyring
+.RB ( user-session-keyring (7)).
 .SS Key types
 The key
 .I type