Correct some links...
[openssl.git] / doc / apps / version.pod
1 =pod
2
3 =head1 NAME
4
5 version - print OpenSSL version information
6
7 =head1 SYNOPSIS
8
9 B<openssl version>
10 [B<-a>]
11 [B<-v>]
12 [B<-b>]
13 [B<-o>]
14 [B<-f>]
15 [B<-p>]
16
17 =head1 DESCRIPTION
18
19 This command is used to print out version information about OpenSSL.
20
21 =head1 OPTIONS
22
23 =over 4
24
25 =item B<-a>
26
27 all information, this is the same as setting all the other flags.
28
29 =item B<-v>
30
31 the current OpenSSL version.
32
33 =item B<-b>
34
35 the date the current version of OpenSSL was built.
36
37 =item B<-o>
38
39 option information: various options set when the library was built.
40
41 =item B<-c>
42
43 compilation flags.
44
45 =item B<-p>
46
47 platform setting.
48
49 =back
50
51 =head1 NOTES
52
53 The output of B<openssl version -a> would typically be used when sending
54 in a bug report.
55
56 =cut