From: Hubert Kario Date: Thu, 12 Sep 2013 09:37:12 +0000 (+0200) Subject: add description of -attime to man page X-Git-Tag: master-post-reformat~764 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9ed03faac46f69ef1baa8bdda97b98d99b938375;hp=08bef7be1e263fb6beae6b4fc4390c33120e0a49 add description of -attime to man page the verify app man page didn't describe the usage of attime option even though it was listed as a valid option in the -help message. This patch fixes this omission. --- diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod index 5d3437f2ea..f35d402950 100644 --- a/doc/apps/verify.pod +++ b/doc/apps/verify.pod @@ -25,6 +25,7 @@ B B [B<-untrusted file>] [B<-help>] [B<-issuer_checks>] +[B<-attime timestamp>] [B<-verbose>] [B<->] [certificates] @@ -80,6 +81,12 @@ rejected. The presence of rejection messages does not itself imply that anything is wrong; during the normal verification process, several rejections may take place. +=item B<-attime timestamp> + +Perform validation checks using time specified by B and not +current system time. B is the number of seconds since +01.01.1970 (UNIX time). + =item B<-policy arg> Enable policy processing and add B to the user-initial-policy-set (see