]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/crypt.3
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man3 / crypt.3
index 86bc74940ca526f562d6c7d1ea81e9de1f822d05..465d5abc79de0655ce44c3eeae35e322b3d6f076 100644 (file)
@@ -41,7 +41,7 @@ crypt \- password and data encryption
 .sp
 .BI "char *crypt(const char *" key ", const char *" salt );
 .SH DESCRIPTION
-.B crypt
+.BR crypt ()
 is the password encryption function.  It is based on the Data Encryption
 Standard algorithm with variations intended (among other things) to
 discourage use of hardware implementations of a key search.
@@ -90,7 +90,7 @@ On error, NULL is returned.
 .TP
 .B ENOSYS
 The 
-.B crypt
+.BR crypt ()
 function was not implemented, probably because of U.S.A. export restrictions.
 .\" This level of detail is not necessary in this man page. . .
 .\" .PP