version.pod

来自「开源项目openssl的源码」· POD 代码 · 共 65 行

POD
65
字号
=pod=head1 NAMEversion - print OpenSSL version information=head1 SYNOPSISB<openssl version>[B<-a>][B<-v>][B<-b>][B<-o>][B<-f>][B<-p>]=head1 DESCRIPTIONThis command is used to print out version information about OpenSSL.=head1 OPTIONS=over 4=item B<-a>all information, this is the same as setting all the other flags.=item B<-v>the current OpenSSL version.=item B<-b>the date the current version of OpenSSL was built.=item B<-o>option information: various options set when the library was built.=item B<-c>compilation flags.=item B<-p>platform setting.=item B<-d>OPENSSLDIR setting.=back=head1 NOTESThe output of B<openssl version -a> would typically be used when sendingin a bug report.=head1 HISTORYThe B<-d> option was added in OpenSSL 0.9.7.=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?