From 74819bb2b8522bf47b9da2cac6efcf3464a14332 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 Nov 2011 04:46:44 +0100 Subject: [PATCH] request_key.2: ffix Signed-off-by: Michael Kerrisk --- man2/request_key.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/request_key.2 b/man2/request_key.2 index a32d3cfde..ada994242 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -15,7 +15,8 @@ request_key \- Request a key from the kernel's key management facility .B #include .sp .BI "key_serial_t request_key(const char *" type ", const char *" description , -.BI "const char *" callout_info ", key_serial_t " keyring ");" +.BI " const char *" callout_info , +.BI " key_serial_t " keyring ");" .SH DESCRIPTION .BR request_key () asks the kernel to find a key of the given