Module Name: src
Committed By: riastradh
Date: Wed Aug 7 00:45:31 UTC 2024
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh-keygen.1
Log Message:
ssh-keygen(1): Nix trailing whitespace in local change to man page.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/crypto/external/bsd/openssh/dist/ssh-keygen.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/ssh-keygen.1
diff -u src/crypto/external/bsd/openssh/dist/ssh-keygen.1:1.37 src/crypto/external/bsd/openssh/dist/ssh-keygen.1:1.38
--- src/crypto/external/bsd/openssh/dist/ssh-keygen.1:1.37 Mon Aug 5 17:37:49 2024
+++ src/crypto/external/bsd/openssh/dist/ssh-keygen.1 Wed Aug 7 00:45:31 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: ssh-keygen.1,v 1.37 2024/08/05 17:37:49 christos Exp $
+.\" $NetBSD: ssh-keygen.1,v 1.38 2024/08/07 00:45:31 riastradh Exp $
.\" $OpenBSD: ssh-keygen.1,v 1.232 2024/06/17 13:50:18 naddy Exp $
.\"
.\" Author: Tatu Ylonen <[email protected]>
@@ -568,7 +568,7 @@ Print the SSHFP fingerprint resource rec
.Ar hostname
for the specified public key file.
If no public key file is specified, then records are printed for each
-public key files in
+public key files in
.Pa /etc/ssh .
.It Fl s Ar ca_key
Certify (sign) a public key using the specified CA key.