request_key.2: Minor tweaks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-08 11:50:51 +01:00
parent 4051799cd8
commit 1f39876b88
1 changed files with 5 additions and 5 deletions

View File

@ -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