version.pod
来自「一个用于点对点传输加密的工具包源码」· POD 代码 · 共 57 行
POD
57 行
=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.=back=head1 NOTESThe output of B<openssl version -a> would typically be used when sendingin a bug report.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?