diff options
author | 2002-05-21 01:49:10 +0000 | |
---|---|---|
committer | 2002-05-21 01:49:10 +0000 | |
commit | 6355d6d855cd4625735320b699a04d0814de4a4d (patch) | |
tree | 23f921ebdc00224517ab456d3f53889c6f0fff2a /lib/libssl/src/doc/apps | |
parent | fake sync (not yet using MAKEDEV.md) (diff) | |
download | wireguard-openbsd-6355d6d855cd4625735320b699a04d0814de4a4d.tar.xz wireguard-openbsd-6355d6d855cd4625735320b699a04d0814de4a4d.zip |
Merge openssl-0.9.7-stable-SNAP-20020519
Diffstat (limited to 'lib/libssl/src/doc/apps')
-rw-r--r-- | lib/libssl/src/doc/apps/x509.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libssl/src/doc/apps/x509.pod b/lib/libssl/src/doc/apps/x509.pod index 23367b7659d..4a17e338dd6 100644 --- a/lib/libssl/src/doc/apps/x509.pod +++ b/lib/libssl/src/doc/apps/x509.pod @@ -505,6 +505,8 @@ As well as customising the name output format, it is also possible to customise the actual fields printed using the B<certopt> options when the B<text> option is present. The default behaviour is to print all fields. +=over 4 + =item B<compatible> use the old format. This is equivalent to specifying no output options at all. @@ -574,10 +576,6 @@ hex dump unsupported extensions. the value used by the B<ca> utility, equivalent to B<no_issuer>, B<no_pubkey>, B<no_header>, B<no_version>, B<no_sigdump> and B<no_signame>. - - -=over 4 - =back =head1 EXAMPLES |