summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyr <>2007-10-08 11:55:27 +0000
committerpyr <>2007-10-08 11:55:27 +0000
commit5466c28b1bd5a7699ec46cd69510bdaa7994294e (patch)
tree457164ba0db19768ca980f9717cd7b572d270ab1
parentfcb4c334c49f39f56926518b19cbf63e342767d9 (diff)
downloadopenbsd-5466c28b1bd5a7699ec46cd69510bdaa7994294e.tar.gz
openbsd-5466c28b1bd5a7699ec46cd69510bdaa7994294e.tar.bz2
openbsd-5466c28b1bd5a7699ec46cd69510bdaa7994294e.zip
add a RETURN VALUES section.
ok jmc@
-rw-r--r--src/lib/libc/crypt/crypt.318
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3
index 3a74944af6..b58894d9ad 100644
--- a/src/lib/libc/crypt/crypt.3
+++ b/src/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypt.3,v 1.26 2007/05/31 19:19:27 jmc Exp $ 1.\" $OpenBSD: crypt.3,v 1.27 2007/10/08 11:55:27 pyr Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -31,7 +31,7 @@
31.\" 31.\"
32.\" Manual page, using -mandoc macros 32.\" Manual page, using -mandoc macros
33.\" 33.\"
34.Dd $Mdocdate: May 31 2007 $ 34.Dd $Mdocdate: October 8 2007 $
35.Dt CRYPT 3 35.Dt CRYPT 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -265,6 +265,13 @@ specifies perturbations to the
265.Tn DES 265.Tn DES
266E-box output as described above. 266E-box output as described above.
267.Pp 267.Pp
268The
269.Fn crypt ,
270.Fn setkey ,
271and
272.Fn des_setkey
273functions all manipulate the same key space.
274.Sh RETURN VALUES
268The function 275The function
269.Fn crypt 276.Fn crypt
270returns a pointer to the encrypted value on success, and 277returns a pointer to the encrypted value on success, and
@@ -277,13 +284,6 @@ The functions
277and 284and
278.Fn des_cipher 285.Fn des_cipher
279return 0 on success and 1 on failure. 286return 0 on success and 1 on failure.
280.Pp
281The
282.Fn crypt ,
283.Fn setkey ,
284and
285.Fn des_setkey
286functions all manipulate the same key space.
287.Sh SEE ALSO 287.Sh SEE ALSO
288.Xr login 1 , 288.Xr login 1 ,
289.Xr passwd 1 , 289.Xr passwd 1 ,