summaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_add.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RAND_add.pod')
-rw-r--r--doc/man3/RAND_add.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_add.pod b/doc/man3/RAND_add.pod
index 4ba6ff977d..85ae64bffb 100644
--- a/doc/man3/RAND_add.pod
+++ b/doc/man3/RAND_add.pod
@@ -62,7 +62,7 @@ usage by the random seed sources. Some seed sources maintain open file
descriptors by default, which allows such sources to operate in a
chroot(2) jail without the associated device nodes being available. When
the B<keep> argument is zero, this call disables the retention of file
-descriptors. Conversely, a non-zero argument enables the retention of
+descriptors. Conversely, a nonzero argument enables the retention of
file descriptors. This function is usually called during initialization
and it takes effect immediately.