@@ -71,9 +71,9 @@ and then telling the linker it should link in the library:
.br
.BR keyctl_negate (3)
.br
-.BR keyctl_pkey_dec (3)
+.BR keyctl_pkey_decrypt (3)
.br
-.BR keyctl_pkey_enc (3)
+.BR keyctl_pkey_encrypt (3)
.br
.BR keyctl_pkey_query (3)
.br
@@ -29,7 +29,7 @@ of the amount of buffer space available. If the buffer is shorter than the
data, a short copy will be made; if the buffer is larger than the data, the
excess space will be cleared.
.P
-If this operation is not available in the kernel, the keyutils library will be
+If this operation is not available in the kernel, the keyutils library will
emulate it as best it can and the capability bit that indicates if the kernel
operation is available will be cleared.
.P
@@ -37,7 +37,7 @@ does not match the process's GID or one of its group list.
.P
The caller must have
.B setattr
-permission on a key to be able change its ownership.
+permission on a key to be able to change its ownership.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH RETURN VALUE
On success
@@ -25,7 +25,7 @@ clears the contents of a
.P
The caller must have
.B write
-permission on a keyring to be able clear it.
+permission on a keyring to be able to clear it.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH RETURN VALUE
On success
@@ -71,4 +71,3 @@ should be specified to the linker.
.BR keyctl (3),
.BR keyrings (7),
.BR keyutils (7)
-
@@ -38,7 +38,7 @@ if it exists.
.P
The caller must have
.B write
-permission on a keyring to be able create or remove links in it.
+permission on a keyring to be able to create or remove links in it.
.P
The caller must have
.B link
@@ -105,4 +105,3 @@ should be specified to the linker.
.BR keyctl (3),
.BR keyrings (7),
.BR keyutils (7)
-
@@ -41,7 +41,7 @@ an error.
.P
The caller must have
.B write
-permission on both keyring to be able create or remove links in them.
+permission on both keyring to be able to create or remove links in them.
.P
The caller must have
.B link
@@ -106,4 +106,3 @@ should be specified to the linker.
.BR keyctl (3),
.BR keyrings (7),
.BR keyutils (7)
-
@@ -16,8 +16,7 @@ keyctl_read \- read a key
.nf
.B #include <keyutils.h>
.sp
-.BI "long keyctl_read(key_serial_t " key ", char *" buffer ,
-.BI "size_t" buflen ");"
+.BI "long keyctl_read(key_serial_t " key ", char *" buffer ", size_t " buflen ");"
.sp
.BI "long keyctl_read_alloc(key_serial_t " key ", void **" _buffer ");"
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -28,7 +28,7 @@ meet with error
.P
The caller must have
.B write
-permission on a key to be able revoke it.
+permission on a key to be able to revoke it.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH RETURN VALUE
On success
@@ -33,7 +33,7 @@ When the key expires, further attempts to access it will be met with error
.P
The caller must have
.B setattr
-permission on a key to be able change its permissions mask.
+permission on a key to be able to change its permissions mask.
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.SH RETURN VALUE
On success
@@ -29,7 +29,7 @@ same UID as the caller.
.P
The caller must have
.B setattr
-permission on a key to be able change its permissions mask.
+permission on a key to be able to change its permissions mask.
.P
The permissions mask is a bitwise-OR of the following flags:
.TP
@@ -25,7 +25,7 @@ updates the payload of a key if the key type permits it.
.P
The caller must have
.B write
-permission on a key to be able update it.
+permission on a key to be able to update it.
.P
.I payload
and
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> --- man/keyctl.3 | 4 ++-- man/keyctl_capabilities.3 | 2 +- man/keyctl_chown.3 | 2 +- man/keyctl_clear.3 | 3 +-- man/keyctl_link.3 | 3 +-- man/keyctl_move.3 | 3 +-- man/keyctl_read.3 | 3 +-- man/keyctl_revoke.3 | 2 +- man/keyctl_set_timeout.3 | 2 +- man/keyctl_setperm.3 | 2 +- man/keyctl_update.3 | 2 +- 11 files changed, 12 insertions(+), 16 deletions(-)