request_key.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-25 12:11:39 +02:00
parent f57d94ca99
commit 4084e9b949
1 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ and
The kernel creates an authorization key, V,
.\" struct request_key_auth, defined in security/keys/internal.h
that refers to the key U and records the facts that the caller of
.BR request_key (2)
.BR request_key ()
is:
.RS
.IP (1) 4
@ -254,7 +254,7 @@ The payload of the key is taken from the data specified in
.IR callout_info .
.IP *
Internally, the kernel also records the PID of the process that called
.BR request_key (2).
.BR request_key ().
.RE
.IP c)
The kernel creates a process that executes a user-space service such as
@ -339,7 +339,7 @@ operation (or, more commonly, the
.BR keyctl_instantiate (3)
function).
At this point, the
.BR request_key (2)
.BR request_key ()
call completes, and the requesting program can continue execution.
.RE
.P