From 32fc240749dba61374522c7796133cfeae94eec2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 22 Apr 2015 14:04:54 +0200 Subject: [PATCH] add_key.2, keyctl.2, request_key.2: SEE ALSO: add keyrings(7) Signed-off-by: Michael Kerrisk --- man2/add_key.2 | 3 ++- man2/keyctl.2 | 1 + man2/request_key.2 | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/man2/add_key.2 b/man2/add_key.2 index 2f595c389..9d6e64c16 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -126,4 +126,5 @@ should be specified to the linker. .SH SEE ALSO .BR keyctl (1), .BR keyctl (2), -.BR request_key (2) +.BR request_key (2), +.BR keyrings (7) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index 755bb6dfb..85d21adb3 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -153,6 +153,7 @@ should be specified to the linker. .BR keyctl_read_alloc (3), .BR keyctl_unlink (3), .BR keyctl_update (3), +.BR keyrings (7), .BR request-key (8) The kernel source file diff --git a/man2/request_key.2 b/man2/request_key.2 index 388765f20..2581d9845 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -135,4 +135,5 @@ should be specified to the linker. .BR keyctl (1), .BR add_key (2), .BR keyctl (2), +.BR keyrings (7), .BR request-key (8)