summaryrefslogtreecommitdiff
path: root/man/des_crypt.3t
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2014-01-23 11:26:21 -0500
committerSteve Dickson <steved@redhat.com>2014-01-23 11:27:49 -0500
commitfd96ce354271c817a553b2134f2461d3aa52fa65 (patch)
treee3cd2f73850c1a907c5bcf33899e87c02242d8fd /man/des_crypt.3t
parent3bb76d971e6f5adf20ee8b1b2bf3fabf083badc0 (diff)
downloadti-rpc-fd96ce354271c817a553b2134f2461d3aa52fa65.tar.gz
man: Replace outdated Solaris and BSD references in the man pageslibtirpc-0-2-5-rc1
The .Lb macro in these man pages lists "libc" as the containing library, which is not correct for Linux. However, our .Lb macro does not appear to support the value "libtirpc." List the containing library in an AVAILABILITY section instead. Lastly, remove references to man pages that do not exist on Linux. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'man/des_crypt.3t')
-rw-r--r--man/des_crypt.3t9
1 files changed, 7 insertions, 2 deletions
diff --git a/man/des_crypt.3t b/man/des_crypt.3t
index b708f76..a2be1bd 100644
--- a/man/des_crypt.3t
+++ b/man/des_crypt.3t
@@ -6,8 +6,6 @@
.Sh NAME
.Nm des_crypt , ecb_crypt , cbc_crypt , des_setparity
.Nd "fast DES encryption"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In rpc/des_crypt.h
.Ft int
@@ -118,6 +116,13 @@ Given a result status
the macro
.Fn DES_FAILED stat
is false only for the first two statuses.
+.Sh AVAILABILITY
+The
+.Fn ecb_crypt ,
+.Fn cbc_crypt ,
+and
+.Fn des_setparity
+functions are part of libtirpc.
.Sh SEE ALSO
.\" .Xr des 1 ,
.Xr crypt 3