diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-06 23:24:14 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-06 23:24:14 +0100 |
commit | 6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e (patch) | |
tree | 9dcad0242e5f0f28c9b327c7bd33db9e4f80da4c /ssh-keygen.1 | |
parent | - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define (diff) | |
download | openssh-6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e.tar.xz openssh-6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e.zip |
- naddy@cvs.openbsd.org 2014/02/05 20:13:25
[ssh-keygen.1 ssh-keygen.c]
tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@
while here, fix ordering in usage(); requested by jmc@
Diffstat (limited to 'ssh-keygen.1')
-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 0e0ed989f..12e00d416 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.119 2013/12/21 07:10:47 tedu Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.120 2014/02/05 20:13:25 naddy 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: December 21 2013 $ +.Dd $Mdocdate: February 5 2014 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -46,7 +46,7 @@ .Nm ssh-keygen .Op Fl q .Op Fl b Ar bits -.Fl t Ar type +.Op Fl t Ar type .Op Fl N Ar new_passphrase .Op Fl C Ar comment .Op Fl f Ar output_keyfile |