New sentence, new line; remove trailing whitespace.
This commit is contained in:
parent
243d3947d4
commit
506778b851
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: netpgp.1,v 1.8 2010/02/23 01:24:45 agc Exp $
|
||||
.\" $NetBSD: netpgp.1,v 1.9 2010/02/24 08:22:58 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -270,17 +270,18 @@ using its own methods of retrieving the passphrase from
|
|||
the user.
|
||||
.It Fl Fl from Ns = Ns Ar signature-valid-from
|
||||
This option allows the signer to specify a time as the
|
||||
starting point for validity of the signature. In this way
|
||||
it is possible to prevent files from being verified until a
|
||||
specific point in time. The time can be specified either
|
||||
in
|
||||
starting point for validity of the signature.
|
||||
In this way it is possible to prevent files from being verified
|
||||
until a specific point in time.
|
||||
The time can be specified either in
|
||||
.Dv YYYY-MM-DD
|
||||
format, or as the number of seconds since the epoch.
|
||||
.It Fl Fl duration Ns = Ns Ar signature-valid-to
|
||||
This option allows the signer to specify a time as the
|
||||
end point for validity of the signature. In this way
|
||||
it is possible to prevent files from being verified after a
|
||||
specific point in time. The time can be specified either
|
||||
end point for validity of the signature.
|
||||
In this way it is possible to prevent files from being verified
|
||||
after a specific point in time.
|
||||
The time can be specified either
|
||||
in
|
||||
.Dv YYYY-MM-DD
|
||||
format, or as the number of seconds.
|
||||
|
|
Loading…
Reference in New Issue