diff options
author | pyr <> | 2007-10-08 11:55:27 +0000 |
---|---|---|
committer | pyr <> | 2007-10-08 11:55:27 +0000 |
commit | 5466c28b1bd5a7699ec46cd69510bdaa7994294e (patch) | |
tree | 457164ba0db19768ca980f9717cd7b572d270ab1 | |
parent | fcb4c334c49f39f56926518b19cbf63e342767d9 (diff) | |
download | openbsd-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.3 | 18 |
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 |
266 | E-box output as described above. | 266 | E-box output as described above. |
267 | .Pp | 267 | .Pp |
268 | The | ||
269 | .Fn crypt , | ||
270 | .Fn setkey , | ||
271 | and | ||
272 | .Fn des_setkey | ||
273 | functions all manipulate the same key space. | ||
274 | .Sh RETURN VALUES | ||
268 | The function | 275 | The function |
269 | .Fn crypt | 276 | .Fn crypt |
270 | returns a pointer to the encrypted value on success, and | 277 | returns a pointer to the encrypted value on success, and |
@@ -277,13 +284,6 @@ The functions | |||
277 | and | 284 | and |
278 | .Fn des_cipher | 285 | .Fn des_cipher |
279 | return 0 on success and 1 on failure. | 286 | return 0 on success and 1 on failure. |
280 | .Pp | ||
281 | The | ||
282 | .Fn crypt , | ||
283 | .Fn setkey , | ||
284 | and | ||
285 | .Fn des_setkey | ||
286 | functions 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 , |