diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2020-02-24 05:27:58 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-02-24 07:14:00 +0100 |
commit | 7eb903f51eba051d7f65790bab92a28970ac1ccc (patch) | |
tree | b5f8efa01b02a45b26d51e434ff77eb0eedc7d85 /ssh-keygen.1 | |
parent | Switch %define to %global for redhat/openssh.spec (diff) | |
download | openssh-7eb903f51eba051d7f65790bab92a28970ac1ccc.tar.xz openssh-7eb903f51eba051d7f65790bab92a28970ac1ccc.zip |
upstream: Fix typo. Patch from itoama at live.jp via github PR#173.
OpenBSD-Commit-ID: 5cdaafab38bbdea0d07e24777d00bfe6f972568a
Diffstat (limited to '')
-rw-r--r-- | ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 7af564297..629430972 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.201 2020/02/07 03:57:31 djm Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.202 2020/02/24 04:27:58 dtucker Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 7 2020 $ +.Dd $Mdocdate: February 24 2020 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -603,7 +603,7 @@ TIME FORMATS section of The end time may be specified as a YYYYMMDD date, a YYYYMMDDHHMM[SS] time, a relative time starting with a plus character or the string .Dq forever -to indicate that the certificate has no expirty date. +to indicate that the certificate has no expiry date. .Pp For example: .Dq +52w1d |