summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-03-19 00:33:55 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-03-19 00:33:55 +0000
commit91fda4cce6650d232cc962c647319e640c8d945d (patch)
tree2d7e8daa04a4f7a1cccec2d08a7c3d88d790e2a8
parentda2bd1c5bba4a7986ab475ead5a6a9d52547bd79 (diff)
document the number of bytes required for btoa8
-rw-r--r--lib/libskey/skey.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3
index e587e6fa0cd..755ce5626c7 100644
--- a/lib/libskey/skey.3
+++ b/lib/libskey/skey.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skey.3,v 1.6 2002/05/24 21:32:40 deraadt Exp $
+.\" $OpenBSD: skey.3,v 1.7 2003/03/19 00:33:54 millert Exp $
.\"
.\" Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -134,7 +134,8 @@ The
function converts the 8-byte binary array
.Fa in
to a 16-byte string of hex digits stored in
-.Fa out .
+.Fa out ;
+the caller must supply enough space (17 bytes including the final NUL).
The
.Fn btoa8
function returns 0 on success and -1 if an error occurred.