[openssh-commits] [openssh] 02/04: upstream: tweak previous;

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Sep 5 14:57:32 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit db1e6f60f03641b2d17e0ab062242609f4ed4598
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Wed Sep 4 05:56:54 2019 +0000

    upstream: tweak previous;
    
    OpenBSD-Commit-ID: 0abd728aef6b5b35f6db43176aa83b7e3bf3ce27
---
 ssh-keygen.1 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ssh-keygen.1 b/ssh-keygen.1
index cbaf2980..e1ba9a6c 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: ssh-keygen.1,v 1.164 2019/09/03 08:35:27 djm Exp $
+.\"	$OpenBSD: ssh-keygen.1,v 1.165 2019/09/04 05:56:54 jmc Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo at cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo at 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: September 3 2019 $
+.Dd $Mdocdate: September 4 2019 $
 .Dt SSH-KEYGEN 1
 .Os
 .Sh NAME
@@ -712,8 +712,8 @@ The format of the allowed signers file is documented in the
 section below.
 A file containing revoked keys can be passed using the
 .Fl r
-flag. The revocation file may be a KRL or a one-per-line list
-of public keys.
+flag.
+The revocation file may be a KRL or a one-per-line list of public keys.
 Successful verification by an authorized signer is signalled by
 .Nm
 returning a zero exit status.
@@ -960,7 +960,7 @@ uses a simple list of identities and keys to determine whether a signature
 comes from an authorized source.
 This "allowed signers" file uses a format patterned after the
 AUTHORIZED_KEYS FILE FORMAT described in
-.Xr sshd(8) .
+.Xr sshd 8 .
 Each line of the file contains the following space-separated fields:
 principals, options, keytype, base64-encoded key.
 Empty lines and lines starting with a

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list