diff options
-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> |