aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/man3/RAND_load_file.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_load_file.pod b/doc/man3/RAND_load_file.pod
index 3cb7084862..2fe932fd3f 100644
--- a/doc/man3/RAND_load_file.pod
+++ b/doc/man3/RAND_load_file.pod
@@ -58,7 +58,7 @@ B<num> is too small for the path name, an error occurs.
=head1 RETURN VALUES
-RAND_load_file() returns the number of bytes read.
+RAND_load_file() returns the number of bytes read or -1 on error.
RAND_write_file() returns the number of bytes written, or -1 if the
bytes written were generated without appropriate seeding.