keyctl.2: wfix: change "is" to "was" in error descriptions

Since half of items used "was" and another half used "is".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2017-09-02 06:40:03 +02:00 committed by Michael Kerrisk
parent d7f23d0bd6
commit 8a156aca74
1 changed files with 6 additions and 6 deletions

View File

@ -1537,7 +1537,7 @@ The requested operation wasn't permitted.
.TP
.B EDEADLK
.I operation
is
was
.BR KEYCTL_LINK
and the requested link would result in a cycle.
.TP
@ -1585,14 +1585,14 @@ A revoked key was found or specified.
.TP
.B ELOOP
.I operation
is
was
.BR KEYCTL_LINK
and the requested link would cause the maximum nesting depth
for keyrings to be exceeded.
.TP
.BR ENFILE " (Linux kernels before 3.13)"
.IR operation
is
was
.BR KEYCTL_LINK
and the keyring is full.
(Before Linux 3.13,
@ -1602,7 +1602,7 @@ a single page of memory; since Linux 3.13, there is no fixed limit.)
.TP
.B ENOENT
.I operation
is
was
.B KEYCTL_UNLINK
and the key to be unlinked isn't linked to the keyring.
.TP
@ -1626,7 +1626,7 @@ a different type was provided.
.TP
.B EOPNOTSUPP
.I operation
is
was
.B KEYCTL_READ
and the key type does not support reading
(e.g., the type is
@ -1634,7 +1634,7 @@ and the key type does not support reading
.TP
.B EOPNOTSUPP
.I operation
is
was
.B KEYCTL_UPDATE
and the key type does not support updating.
.TP