OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / key_setsecret.3
index e1fef16..ee921c4 100644 (file)
@@ -6,22 +6,22 @@
 .\"
 .\"  I had no way the check the functions out
 .\"  be careful
-.TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual"
+.TH KEY_SETSECRET 3 2014-05-28 "" "Linux Programmer's Manual"
 .SH NAME
 key_decryptsession, key_encryptsession, key_setsecret, key_gendes,
 key_secretkey_is_set \- interfaces to rpc keyserver daemon
 .SH SYNOPSIS
 .B "#include <rpc/rpc.h>"
 .sp
-.BI "int key_decryptsession(const char *" remotename ,
+.BI "int key_decryptsession(char *" remotename ,
 .BI "des_block *" deskey );
 .sp
-.BI "int key_encryptsession(const char *" remotename ,
+.BI "int key_encryptsession(char *" remotename ,
 .BI "des_block *" deskey );
 .sp
 .BI "int key_gendes(des_block *" deskey );
 .sp
-.BI "int key_setsecret(const char *" key );
+.BI "int key_setsecret(char *" key );
 .sp
 .B "int key_secretkey_is_set(void);"
 .SH DESCRIPTION
@@ -68,10 +68,11 @@ These routines were part of the Linux/Doors-project, abandoned by now.
 .SH SEE ALSO
 .BR crypt (3)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.