diff options
Diffstat (limited to 'man3/encrypt.3')
| -rw-r--r-- | man3/encrypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 3d7c816e03..e983c3cbd1 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -39,7 +39,7 @@ encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages .sp .B #define _GNU_SOURCE .br -.BI "#include <crypt.h>" +.B "#include <crypt.h>" .sp .BI "void setkey_r(const char *" key ", struct crypt_data *" data ); .br @@ -110,7 +110,7 @@ Set to zero before calling the above functions. On success, it is unchanged. .TP -.BR ENOSYS +.B ENOSYS The function is not provided. (For example because of former USA export restrictions.) .SH "CONFORMING TO" |
