Commit 1bc74519 authored by Rich Salz's avatar Rich Salz
Browse files

Fix nits in pod files.



Add doc-nit-check to help find future issues.
Make podchecker be almost clean.
Remove trailing whitespace.
Tab expansion

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent e990ec52
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line

=pod

=head1 NAME
+15 −16
Original line number Diff line number Diff line

=pod

=head1 NAME
+7 −8
Original line number Diff line number Diff line

=pod

=for comment openssl_manual_section:5
+1 −1
Original line number Diff line number Diff line

=pod

=head1 NAME
@@ -52,6 +51,7 @@ Tests if each specified engine is available, and displays the answer.
Displays an error trace for any unavailable engine.

=item B<-pre> I<command>

=item B<-post> I<command>

Command-line configuration of engines.
+5 −5
Original line number Diff line number Diff line
@@ -342,8 +342,8 @@ The OCSP server will exit after receiving B<number> requests, default unlimited.
=item B<-nmin minutes>, B<-ndays days>

Number of minutes or days when fresh revocation information is available: used in the
B<nextUpdate> field. If neither option is present then the B<nextUpdate> field is 
omitted meaning fresh revocation information is immediately available.
B<nextUpdate> field. If neither option is present then the B<nextUpdate> field
is omitted meaning fresh revocation information is immediately available.

=back

Loading