POD format corrections
authorJamie Cameron <jcameron@webmin.com>
Sun, 11 Jan 2009 23:25:42 +0000 (23:25 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sun, 11 Jan 2009 23:25:42 +0000 (23:25 +0000)
passwd/passwd-lib.pl

index 0f2c447..9d51b6b 100644 (file)
@@ -93,9 +93,12 @@ return undef;
 =head2 change_password(&user, pass, do-others)
 
 Updates a user's password. The required parameters are :
-user - A hash ref of user details, in the format supplied by find_user
-pass - The new password, in plain text
-do-others - If set to 1, the password is changed in other Webmin modules too
+
+=item user - A hash ref of user details, in the format supplied by find_user.
+
+=item pass - The new password, in plain text.
+
+=item do-others - If set to 1, the password is changed in other Webmin modules too.
 
 =cut
 sub change_password