man pages: Added improvements.
[amitay/samba.git] / docs-xml / smbdotconf / security / checkpasswordscript.xml
index 9169891c298fae00ec0b897bf4e18ac9772ac029..152632ce5f28680fa467f1ae2f15524d5d58895b 100644 (file)
@@ -5,14 +5,15 @@
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>The name of a program that can be used to check password
-    complexity. The password is sent to the program's standrad input.</para>
+    complexity. The password is sent to the program's standard input.</para>
  
-    <para>The program must return 0 on good password any other value otherwise.
-    In case the password is considered weak (the program do not return 0) the
+    <para>The program must return 0 on a good password, or any other value
+    if the password is bad.
+    In case the password is considered weak (the program does not return 0) the
     user will be notified and the password change will fail.</para>
 
-    <para>Note: In the example directory there is a sample program called crackcheck
-    that uses cracklib to checkpassword quality.</para>
+    <para>Note: In the example directory is a sample program called <command moreinfo="none">crackcheck</command>
+    that uses cracklib to check the password quality.</para>
 
 </description>