summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-01-21 07:09:10 +0000
committerjmc <jmc@openbsd.org>2019-01-21 07:09:10 +0000
commitd49f8aa6e2c54fcb21159686e0626fbedc7126ad (patch)
tree58352dfcc640d23cbd36085033e76c3fbfc73dad
parentMove struct tls13_ctx into a header since other things need access to it. (diff)
downloadwireguard-openbsd-d49f8aa6e2c54fcb21159686e0626fbedc7126ad.tar.xz
wireguard-openbsd-d49f8aa6e2c54fcb21159686e0626fbedc7126ad.zip
- -T was added to the first synopsis by mistake
- since "..." denotes optional, no need to surround it in [] ok djm
-rw-r--r--usr.bin/ssh/ssh-add.111
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index 35ab04426c0..90826f66739 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.67 2019/01/20 22:03:29 djm Exp $
+.\" $OpenBSD: ssh-add.1,v 1.68 2019/01/21 07:09:10 jmc 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: January 20 2019 $
+.Dd $Mdocdate: January 21 2019 $
.Dt SSH-ADD 1
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Nd adds private key identities to the authentication agent
.Sh SYNOPSIS
.Nm ssh-add
-.Op Fl cDdkLlqTXx
+.Op Fl cDdkLlqXx
.Op Fl E Ar fingerprint_hash
.Op Fl t Ar life
.Op Ar
@@ -53,8 +53,7 @@
.Fl e Ar pkcs11
.Nm ssh-add
.Fl T
-.Ar pubkey
-.Op Ar ...
+.Ar pubkey ...
.Sh DESCRIPTION
.Nm
adds private key identities to the authentication agent,
@@ -135,7 +134,7 @@ Be quiet after a successful operation.
.It Fl s Ar pkcs11
Add keys provided by the PKCS#11 shared library
.Ar pkcs11 .
-.It Fl T Ar pubkey Op Ar ...
+.It Fl T Ar pubkey ...
Tests whether the private keys that correspond to the specified
.Ar pubkey
files are usable by performing sign and verify operations on each.