mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
The .Fn function
This commit is contained in:
parent
82f7b9cd41
commit
e4f2c10b4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116027
@ -234,14 +234,17 @@ file using the
|
||||
.Va crypt_default
|
||||
property.
|
||||
.Sh RETURN VALUES
|
||||
The
|
||||
.Fn crypt
|
||||
returns a pointer to the encrypted value on success, and NULL on failure.
|
||||
function returns a pointer to the encrypted value on success, and NULL on
|
||||
failure.
|
||||
Note: this is not a standard behaviour, AT&T
|
||||
.Fn crypt
|
||||
will always return a pointer to a string.
|
||||
.Pp
|
||||
The
|
||||
.Fn crypt_set_format
|
||||
will return 1 if the supplied encoding format was valid.
|
||||
function will return 1 if the supplied encoding format was valid.
|
||||
Otherwise, a value of 0 is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr login 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user