From 72da660ddb5d3e32dc70479205079d3e16913991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 16 May 2002 17:45:37 +0000 Subject: [PATCH] Fix incorrect =over 4 location. Submitted by: David Waitzman Reviewed by: Lutz Jaenicke PR: [openssl.org #38] --- doc/apps/x509.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index 23367b7659..4a17e338dd 100644 --- a/doc/apps/x509.pod +++ b/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 options when the B option is present. The default behaviour is to print all fields. +=over 4 + =item B 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 utility, equivalent to B, B, B, B, B and B. - - -=over 4 - =back =head1 EXAMPLES -- GitLab