Deleted Added
full compact
version.pod (256281) version.pod (267258)
1=pod
2
3=head1 NAME
4
5version - print OpenSSL version information
6
7=head1 SYNOPSIS
8
9B<openssl version>
10[B<-a>]
11[B<-v>]
12[B<-b>]
13[B<-o>]
14[B<-f>]
15[B<-p>]
1=pod
2
3=head1 NAME
4
5version - print OpenSSL version information
6
7=head1 SYNOPSIS
8
9B<openssl version>
10[B<-a>]
11[B<-v>]
12[B<-b>]
13[B<-o>]
14[B<-f>]
15[B<-p>]
16[B<-d>]
16
17=head1 DESCRIPTION
18
19This command is used to print out version information about OpenSSL.
20
21=head1 OPTIONS
22
23=over 4

--- 9 unchanged lines hidden (view full) ---

33=item B<-b>
34
35the date the current version of OpenSSL was built.
36
37=item B<-o>
38
39option information: various options set when the library was built.
40
17
18=head1 DESCRIPTION
19
20This command is used to print out version information about OpenSSL.
21
22=head1 OPTIONS
23
24=over 4

--- 9 unchanged lines hidden (view full) ---

34=item B<-b>
35
36the date the current version of OpenSSL was built.
37
38=item B<-o>
39
40option information: various options set when the library was built.
41
41=item B<-c>
42=item B<-f>
42
43compilation flags.
44
45=item B<-p>
46
47platform setting.
48
49=item B<-d>

--- 15 unchanged lines hidden ---
43
44compilation flags.
45
46=item B<-p>
47
48platform setting.
49
50=item B<-d>

--- 15 unchanged lines hidden ---