diff options
author | 2014-08-30 15:33:50 +0000 | |
---|---|---|
committer | 2014-08-30 15:33:50 +0000 | |
commit | a822d10d92bd966a0c5b95260c0d2a3dae731c05 (patch) | |
tree | 0e307260e78e2f6686b2b62a209e8c79e37aa0a0 /usr.bin/ssh/ssh-agent.1 | |
parent | Move the callback function pointer outside the opt union so that the option (diff) | |
download | wireguard-openbsd-a822d10d92bd966a0c5b95260c0d2a3dae731c05.tar.xz wireguard-openbsd-a822d10d92bd966a0c5b95260c0d2a3dae731c05.zip |
improve capitalization for the Ed25519 public-key signature system.
ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index a1e634fe031..b550653277f 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.55 2014/04/16 23:28:12 djm Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.56 2014/08/30 15:33:50 sobrado Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -34,7 +34,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 16 2014 $ +.Dd $Mdocdate: August 30 2014 $ .Dt SSH-AGENT 1 .Os .Sh NAME @@ -53,7 +53,7 @@ .Sh DESCRIPTION .Nm is a program to hold private keys used for public key authentication -(RSA, DSA, ECDSA, ED25519). +(RSA, DSA, ECDSA, Ed25519). .Nm is usually started in the beginning of an X-session or a login session, and all other windows or programs are started as clients to the ssh-agent |