diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2020-02-24 04:27:59 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2020-02-24 04:27:59 +0000 |
commit | 6ce3e859dd6a4f86875c0127a3a307d1c9c229bc (patch) | |
tree | 537b93c4d8958a833fd8576a631416d45ed2ce39 /usr.bin/ssh | |
parent | 86f2efdc1c9dd4a6a0603dde56b5b4e65b413dd0 (diff) |
Fix typo. Patch from itoama at live.jp via github PR#173.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 7af56429785..6294309728b 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/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 |