[openssh-commits] [openssh] 01/03: upstream: simplify the list for moduli options - no need for

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 3 09:43:30 AEDT 2020


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

djm pushed a commit to branch master
in repository openssh.

commit 3b1382ffd5e71eff78db8cef0f3cada22ff29409
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Dec 30 16:10:00 2019 +0000

    upstream: simplify the list for moduli options - no need for
    
    -compact;
    
    OpenBSD-Commit-ID: 6492c72280482c6d072be46236b365cb359fc280
---
 ssh-keygen.1 | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 1f4edace..f0d70ade 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: ssh-keygen.1,v 1.185 2019/12/30 09:49:52 djm Exp $
+.\"	$OpenBSD: ssh-keygen.1,v 1.186 2019/12/30 16:10:00 jmc Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo at cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -742,29 +742,23 @@ that both ends of a connection share common moduli.
 A number of options are available for moduli generation and screening via the
 .Fl O
 flag:
-.Bl -tag -width Ds -compact
-.Pp
+.Bl -tag -width Ds
 .It Ic lines Ns = Ns Ar number
 Exit after screening the specified number of lines while performing DH
 candidate screening.
-.Pp
 .It Ic start-line Ns = Ns Ar line-number
 Start screening at the specified line number while performing DH candidate
 screening.
-.Pp
 .It Ic checkpoint Ns = Ns Ar filename
 Write the last line processed to the specified file while performing DH
 candidate screening.
 This will be used to skip lines in the input file that have already been
 processed if the job is restarted.
-.Pp
 .It Ic memory Ns = Ns Ar mbytes
 Specify the amount of memory to use (in megabytes) when generating
 candidate moduli for DH-GEX.
-.Pp
 .It Ic start Ns = Ns Ar hex-value
 Specify start point (in hex) when generating candidate moduli for DH-GEX.
-.Pp
 .It Ic generator Ns = Ns Ar value
 Specify desired generator (in decimal) when testing candidate moduli for DH-GEX.
 .El

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


More information about the openssh-commits mailing list