Commit e1271ac2 authored by Rich Salz's avatar Rich Salz
Browse files

Standardize on =over 4 and check for it.

parent 8c32663c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ via B<-macopt> parameter.
Passes options to MAC algorithm, specified by B<-mac> key.
Following options are supported by both by B<HMAC> and B<gost-mac>:

=over 8
=over 4

=item B<key:string>

+5 −5
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ B<list>, or B<no->I<XXX> itself.)

=head2 Standard Commands

=over 10
=over 4

=item L<B<asn1parse>|asn1parse(1)>

@@ -268,7 +268,7 @@ X.509 Certificate Data Management.

=head2 Message Digest Commands

=over 10
=over 4

=item B<md2>

@@ -314,7 +314,7 @@ SHA-512 Digest

=head2 Encoding and Cipher Commands

=over 10
=over 4

=item B<base64>

@@ -365,7 +365,7 @@ This section describes some common options with common behavior.

=head2 Common Options

=over 10
=over 4

=item B<-help>

@@ -383,7 +383,7 @@ password argument is given and a password is required then the user is
prompted to enter one: this will typically be read from the current
terminal with echoing turned off.

=over 10
=over 4

=item B<pass:password>

+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ By default, B<rehash> only lists each directory as it is processed.

=head1 ENVIRONMENT

=over
=over 4

=item B<OPENSSL>

+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ The actual data encoded is determined by the string B<str> and
the configuration information. The general format of the string
is:

=over 2
=over 4

=item B<[modifier,]type[:value]>

@@ -45,7 +45,7 @@ B<value> and B<modifier> are explained below.
The supported types are listed below. Unless otherwise specified
only the B<ASCII> format is permissible.

=over 2
=over 4

=item B<BOOLEAN>, B<BOOL>

@@ -126,7 +126,7 @@ add EXPLICIT or IMPLICIT tagging, add wrappers or to change
the string format of the final type and value. The supported
formats are documented below.

=over 2
=over 4

=item B<EXPLICIT>, B<EXP>

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ BIO_callback_fn_ex() is the type of the callback function and BIO_callback_fn()
is the type of the old format callback function. The meaning of each argument
is described below:

=over
=over 4

=item B<b>

Loading