Commit d5d5b5fc authored by Jon Spillett's avatar Jon Spillett Committed by Richard Levitte
Browse files

Typo in SSL_CONF_cmd_argv.pod

parent f5f85f75
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ SSL_CONF_cmd_argv - SSL configuration command line processing
The function SSL_CONF_cmd_argv() processes at most two command line
The function SSL_CONF_cmd_argv() processes at most two command line
arguments from B<pargv> and B<pargc>. The values of B<pargv> and B<pargc>
arguments from B<pargv> and B<pargc>. The values of B<pargv> and B<pargc>
are updated to reflect the number of command options processed. The B<pargc>
are updated to reflect the number of command options processed. The B<pargc>
argument can be set to B<NULL> is it is not used.
argument can be set to B<NULL> if it is not used.


=head1 RETURN VALUES
=head1 RETURN VALUES