summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/pwquality.3.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/pwquality.3.pod b/doc/man/pwquality.3.pod
index 410b05e..648a85f 100644
--- a/doc/man/pwquality.3.pod
+++ b/doc/man/pwquality.3.pod
@@ -78,7 +78,9 @@ set higher, the score for the same passwords will be lower.
Function I<pwquality_strerror()> translates the B<errcode> and B<auxerror> auxiliary
data into localized text message. If B<buf> is NULL the function uses an internal static
buffer which makes the function non-reentrant in that case. The returned pointer is not
-guaranteed to point to the B<buf>.
+guaranteed to point to the B<buf>. The function handles deallocation of eventual
+B<auxerror> data passed into it, thus it must not be called twice with the same
+B<auxerror> data.
=head1 RETURN VALUES