Doc nits cleanup, round 2
[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<-help>]
11 [B<-a>]
12 [B<-v>]
13 [B<-b>]
14 [B<-o>]
15 [B<-f>]
16 [B<-p>]
17 [B<-d>]
18 [B<-e>]
19
20 =head1 DESCRIPTION
21
22 This command is used to print out version information about OpenSSL.
23
24 =head1 OPTIONS
25
26 =over 4
27
28 =item B<-help>
29
30 Print out a usage message.
31
32 =item B<-a>
33
34 all information, this is the same as setting all the other flags.
35
36 =item B<-v>
37
38 the current OpenSSL version.
39
40 =item B<-b>
41
42 the date the current version of OpenSSL was built.
43
44 =item B<-o>
45
46 option information: various options set when the library was built.
47
48 =item B<-f>
49
50 compilation flags.
51
52 =item B<-p>
53
54 platform setting.
55
56 =item B<-d>
57
58 OPENSSLDIR setting.
59
60 =item B<-e>
61
62 ENGINESDIR setting.
63
64 =back
65
66 =head1 NOTES
67
68 The output of B<openssl version -a> would typically be used when sending
69 in a bug report.
70
71 =head1 COPYRIGHT
72
73 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
74
75 Licensed under the OpenSSL license (the "License").  You may not use
76 this file except in compliance with the License.  You can obtain a copy
77 in the file LICENSE in the source distribution or at
78 L<https://www.openssl.org/source/license.html>.
79
80 =cut