diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-18 17:47:26 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-18 17:47:26 +0800 |
commit | b5acea48a7b29e33b94e54aaabfc31ec2ab9a97a (patch) | |
tree | f19480d41a636c92c6fdbb713196127ab0e1e364 /chapter08/man-pages.xml | |
parent | 772fb71015249a22a88580f5ec3d9023bcff7002 (diff) |
man-pages: Remove pages conflicting with libxcrypt
Diffstat (limited to 'chapter08/man-pages.xml')
-rw-r--r-- | chapter08/man-pages.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter08/man-pages.xml b/chapter08/man-pages.xml index 9d7c86bd9..19772f414 100644 --- a/chapter08/man-pages.xml +++ b/chapter08/man-pages.xml @@ -40,6 +40,12 @@ <sect2 role="installation"> <title>Installation of Man-pages</title> + <para>Remove two man pages for password hashing functions. + <application>Libxcrypt</application> will provide a better version + of these man pages:</para> + +<screen><userinput remap="pre">rm -v man3/crypt*</userinput></screen> + <para>Install Man-pages by running:</para> <screen><userinput remap="install">make prefix=/usr install</userinput></screen> |