From 7ee431656bcd50ac671e6af0322823b14f317576 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Feb 2013 22:40:49 +0100 Subject: [PATCH] add_key.2: ffix Signed-off-by: Michael Kerrisk --- man2/add_key.2 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/man2/add_key.2 b/man2/add_key.2 index f2e0c96bc..b496df47b 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -75,15 +75,12 @@ and a colon (for instance .RB \*(lq afs:mykey \*(rq). The .I payload -may be empty or -.B NULL -for keys of this type. +may be empty or NULL for keys of this type. .TP .B \*(lqkeyring\*(rq Keyrings are special key types that may contain links to sequences of other keys of any type. -If this interface is used to create a keyring, then a -.B NULL +If this interface is used to create a keyring, then a NULL .I payload should be specified, and .I plen @@ -92,8 +89,7 @@ should be zero. On success .BR add_key () returns the serial number of the key it created or updated. -On error, the value -.B -1 +On error, the value \-1 will be returned and errno will have been set to an appropriate error. .SH ERRORS .TP