summaryrefslogtreecommitdiffstats
path: root/man3/des_crypt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/des_crypt.3')
-rw-r--r--man3/des_crypt.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/des_crypt.3 b/man3/des_crypt.3
index ca89b04bb..66a550543 100644
--- a/man3/des_crypt.3
+++ b/man3/des_crypt.3
@@ -44,7 +44,7 @@ NBS
DES
(Data Encryption Standard).
These routines are faster and more general purpose than
-.BR crypt (3).
+.MR crypt 3 .
They also are able to utilize
DES
hardware if it is available.
@@ -132,7 +132,7 @@ is false only for the first two statuses.
.\" Some additions - aeb
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -159,6 +159,6 @@ these functions were removed.
Applications should switch to a modern cryptography library, such as
.BR libgcrypt .
.SH SEE ALSO
-.BR des (1),
-.BR crypt (3),
-.BR xcrypt (3)
+.MR des 1 ,
+.MR crypt 3 ,
+.MR xcrypt 3