]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- deraadt@cvs.openbsd.org 2011/09/07 02:18:31
authorDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:36:00 +0000 (21:36 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:36:00 +0000 (21:36 +1000)
     [ssh-keygen.1]
     typo (they vs the) found by Lawrence Teo

ChangeLog
ssh-keygen.1

index 03d7d7a8b3595e29dc942c6d7d6221c5f7c27291..d2474f17ae96e6fe58edd985e1d686e35051508e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@
    - jmc@cvs.openbsd.org 2011/09/05 07:01:44
      [scp.1]
      knock out a useless Ns;
+   - deraadt@cvs.openbsd.org 2011/09/07 02:18:31
+     [ssh-keygen.1]
+     typo (they vs the) found by Lawrence Teo
 
 20110909
  - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng.  From
index ede37921c50e182dfa8b5e7fc384ea37ec3ac4fa..528fcd39dda095e171c78b485de457e72eed1a9e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-keygen.1,v 1.106 2011/04/13 04:09:37 djm Exp $
+.\"    $OpenBSD: ssh-keygen.1,v 1.107 2011/09/07 02:18:31 deraadt 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: April 13 2011 $
+.Dd $Mdocdate: September 7 2011 $
 .Dt SSH-KEYGEN 1
 .Os
 .Sh NAME
@@ -214,7 +214,7 @@ Generally, 2048 bits is considered sufficient.
 DSA keys must be exactly 1024 bits as specified by FIPS 186-2.
 For ECDSA keys, the
 .Fl b
-flag determines they key length by selecting from one of three elliptic
+flag determines the key length by selecting from one of three elliptic
 curve sizes: 256, 384 or 521 bits.
 Attempting to use bit lengths other than these three values for ECDSA keys
 will fail.