diff options
author | sobrado@openbsd.org <sobrado@openbsd.org> | 2014-08-30 15:33:50 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-10-13 11:37:32 +1100 |
commit | f70b22bcdd52f6bf127047b3584371e6e5d45627 (patch) | |
tree | 94b5af4cb57abf4e5c5a832a16cb0fdf4fd2d75c /ssh-add.1 | |
parent | 7df8818409c752cf3f0c3f8044fe9aebed8647bd (diff) |
upstream commit
improve capitalization for the Ed25519 public-key
signature system.
ok djm@
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.59 2013/12/07 11:58:46 naddy Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.60 2014/08/30 15:33:50 sobrado 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: August 30 2014 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -171,7 +171,7 @@ Contains the protocol version 2 DSA authentication identity of the user. | |||
171 | .It Pa ~/.ssh/id_ecdsa | 171 | .It Pa ~/.ssh/id_ecdsa |
172 | Contains the protocol version 2 ECDSA authentication identity of the user. | 172 | Contains the protocol version 2 ECDSA authentication identity of the user. |
173 | .It Pa ~/.ssh/id_ed25519 | 173 | .It Pa ~/.ssh/id_ed25519 |
174 | Contains the protocol version 2 ED25519 authentication identity of the user. | 174 | Contains the protocol version 2 Ed25519 authentication identity of the user. |
175 | .It Pa ~/.ssh/id_rsa | 175 | .It Pa ~/.ssh/id_rsa |
176 | Contains the protocol version 2 RSA authentication identity of the user. | 176 | Contains the protocol version 2 RSA authentication identity of the user. |
177 | .El | 177 | .El |