From 1f39876b888940acb5ab7a6b0235293def1936a1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 Nov 2016 11:50:51 +0100 Subject: [PATCH] request_key.2: Minor tweaks Signed-off-by: Michael Kerrisk --- man2/request_key.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/request_key.2 b/man2/request_key.2 index c7f51d9f3..91273383a 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -343,9 +343,9 @@ The .IR type , .IR description , and -.BR callout_info +.IR callout_info arguments for the system call are taken from the values -supplied in the command line arguments. +supplied in the command-line arguments. The call specifies the session keyring as the target keyring. In order to demonstrate this program, @@ -380,8 +380,8 @@ call and the session keyring .RI ( %S ) of the requestor (i.e., the caller of -.BR request)key ()). -i(See +.BR request_key ()). +(See .BR request-key.conf (5) for details of these .I % @@ -395,7 +395,7 @@ to verify that the requested kay has been instantiated: .nf $ \fB./t_request_key user mtk:key1 "Payload data"\fP $ \fBgrep \(aq2dddaf50\(aq /proc/keys\fP -2dddaf50 I--Q--- 1 perm 3f010000 1000 1000 user mtk:key1: 12 +2dddaf50 I--Q--- 1 perm 3f010000 1000 1000 user mtk:key1: 12 .fi .in