diff options
author | Zack Weinberg <zackw@panix.com> | 2018-09-05 13:43:56 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-09-05 13:43:56 -0400 |
commit | 7c06a3193a35d51f93140830ab7fcc051687868a (patch) | |
tree | c7bbb208e076dd60e11c4d2e470cd642abe75ed0 /crypt_gensalt.3 | |
parent | 5564436ece8703fb03b2fc1d4ae1aaf2a68def7e (diff) | |
download | libxcrypt-7c06a3193a35d51f93140830ab7fcc051687868a.tar.gz libxcrypt-7c06a3193a35d51f93140830ab7fcc051687868a.tar.bz2 libxcrypt-7c06a3193a35d51f93140830ab7fcc051687868a.zip |
Swap crypt.3 with crypt_rn.3; add crypt_gensalt_r[an].c
Originally we shipped just crypt_rn.3 to avoid colliding with the
crypt.3 shipped as part of the Linux manpage set. Since we are
no longer trying to avoid that, make crypt.3 the primary manpage
with crypt_{r,rn,ra}.3 including it. This also means crypt.5 and
crypt_gensalt.3 need not cross-reference crypt_{r,rn,ra} as well as
crypt.
While I’m messing with the manpages, let’s install links to
crypt_gensalt.3 under the names crypt_gensalt_{rn,ra}.3.
Diffstat (limited to 'crypt_gensalt.3')
-rw-r--r-- | crypt_gensalt.3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypt_gensalt.3 b/crypt_gensalt.3 index 4bb7406..a179037 100644 --- a/crypt_gensalt.3 +++ b/crypt_gensalt.3 @@ -230,9 +230,6 @@ T} Thread safety MT-Safe .SH SEE ALSO .ad l .BR crypt (3), -.BR crypt_r (3), -.BR crypt_ra (3), -.BR crypt_rn (3), .BR getpass (3), .BR getpwent (3), .BR shadow (3), |