add_key.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-11-07 03:43:14 +01:00
parent 174428192d
commit be464b55a0
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ add_key \- Add a key to the kernel's key management facility
.B #include <keyutils.h>
.sp
.BI "key_serial_t add_key(const char *" type ", const char *" description ,
.BI "const void *" payload ", size_t " plen ", key_serial_t " keyring ");"
.BI " const void *" payload ", size_t " plen ,
.BI " key_serial_t " keyring ");"
.SH DESCRIPTION
.BR add_key ()
asks the kernel to create or update a key of the given