diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-29 17:47:14 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-29 17:47:14 +1100 |
commit | 137977180be6254639e2c90245763e6965f8d815 (patch) | |
tree | e47c7c1f9027e0f5b8fa4400d57c6c5dcb6f426b | |
parent | 339a48fe7ffb3186d22bbaa9efbbc3a053e602fd (diff) |
- tedu@cvs.openbsd.org 2013/12/21 07:10:47
[ssh-keygen.1]
small typo
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keygen.1 | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -31,6 +31,9 @@ | |||
31 | - djm@cvs.openbsd.org 2013/12/19 22:57:13 | 31 | - djm@cvs.openbsd.org 2013/12/19 22:57:13 |
32 | [poly1305.c poly1305.h] | 32 | [poly1305.c poly1305.h] |
33 | use full name for author, with his permission | 33 | use full name for author, with his permission |
34 | - tedu@cvs.openbsd.org 2013/12/21 07:10:47 | ||
35 | [ssh-keygen.1] | ||
36 | small typo | ||
34 | 37 | ||
35 | 20131221 | 38 | 20131221 |
36 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 39 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 09e401bf8..0e0ed989f 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.118 2013/12/07 11:58:46 naddy Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.119 2013/12/21 07:10:47 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: December 7 2013 $ | 38 | .Dd $Mdocdate: December 21 2013 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -714,7 +714,7 @@ Please refer to those manual pages for details. | |||
714 | .Nm | 714 | .Nm |
715 | is able to manage OpenSSH format Key Revocation Lists (KRLs). | 715 | is able to manage OpenSSH format Key Revocation Lists (KRLs). |
716 | These binary files specify keys or certificates to be revoked using a | 716 | These binary files specify keys or certificates to be revoked using a |
717 | compact format, taking as little a one bit per certificate if they are being | 717 | compact format, taking as little as one bit per certificate if they are being |
718 | revoked by serial number. | 718 | revoked by serial number. |
719 | .Pp | 719 | .Pp |
720 | KRLs may be generated using the | 720 | KRLs may be generated using the |