diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
| commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
| tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/xcrypt.3 | |
| parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) | |
| download | man-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz | |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/xcrypt.3')
| -rw-r--r-- | man3/xcrypt.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index ae0efada1b..0602aa4cc7 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -21,7 +21,7 @@ xencrypt, xdecrypt, passwd2des \- RFS password encryption .sp .SH DESCRIPTION The function -.B passwd2des() +.BR passwd2des () takes a character string .I passwd of arbitrary length and fills a character array @@ -35,7 +35,7 @@ argument into a DES key. .LP The -.B xencrypt() +.BR xencrypt () function takes the ASCII character string .I secret given in hex, @@ -44,7 +44,7 @@ which must have a length that is a multiple of 16, encrypts it using the DES key derived from .I passwd by -.BR passwd2des() , +.BR passwd2des (), and outputs the result again in .I secret as a hex string @@ -52,13 +52,13 @@ as a hex string of the same length. .LP The -.B xdecrypt() +.BR xdecrypt () function performs the converse operation. .SH "RETURN VALUE" The functions -.B xencrypt() +.BR xencrypt () and -.B xdecrypt() +.BR xdecrypt () return 1 on success and 0 on error. .SH AVAILABILITY These routines are present in libc 4.6.27 and later, and in |
