summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skey.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 01:33:23 +0000
committerbde <bde@FreeBSD.org>1997-03-19 01:33:23 +0000
commit0e02d17f1e2da64d04a4675c11600a6326e45482 (patch)
tree2229caf62acf78e6056fbc12c09bf0dcdc441067 /lib/libskey/skey.3
parentfe07b8dac8bd35cf79f5e2c7b353e4d13d4bd2fd (diff)
downloadFreeBSD-src-0e02d17f1e2da64d04a4675c11600a6326e45482.zip
FreeBSD-src-0e02d17f1e2da64d04a4675c11600a6326e45482.tar.gz
Fixed synopsis (missing #includes and consts).
Diffstat (limited to 'lib/libskey/skey.3')
-rw-r--r--lib/libskey/skey.313
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3
index e8660d9..1b368d3 100644
--- a/lib/libskey/skey.3
+++ b/lib/libskey/skey.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: skey.3,v 1.5 1997/02/22 15:07:58 peter Exp $
.\"
.Dd December 22, 1996
.Dt SKEY 3
@@ -37,19 +37,20 @@
.Nm skey_crypt
.Nd Library routines for S/Key password control table access
.Sh SYNOPSIS
+.Fd #include <stdio.h>
.Fd #include <skey.h>
.Ft int
-.Fn skeylookup "struct skey *mp" "char *name"
+.Fn skeylookup "struct skey *mp" "const char *name"
.Ft int
.Fn skeyverify "struct skey *mp" "char *response"
.Ft int
-.Fn skeychallenge "struct skey *mp" "char *name" "char *challenge"
+.Fn skeychallenge "struct skey *mp" "const char *name" "char *challenge"
.Ft int
-.Fn skeyinfo "struct skey *mp" "char* name" "char *ss"
+.Fn skeyinfo "struct skey *mp" "const char *name" "char *ss"
.Ft int
-.Fn skeyaccess "char *user" "char *port" "char *host" "char *addr"
+.Fn skeyaccess "char *user" "const char *port" "const char *host" "const char *addr"
.Ft char *
-.Fn skey_getpass "char *prompt" "struct passwd *pwd" "int pwok"
+.Fn skey_getpass "const char *prompt" "struct passwd *pwd" "int pwok"
.Ft char *
.Fn skey_crypt "char *pp" "char *salt" "struct passwd *pwd" "int pwok"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud