diff options
author | 2012-12-03 08:33:02 +0000 | |
---|---|---|
committer | 2012-12-03 08:33:02 +0000 | |
commit | f8b7045887ffd893329f2bdf190b6e262cc6ef39 (patch) | |
tree | 0acbc19a3573c27d930d0f76b004f1eeaf0bdd64 /usr.bin/ssh/ssh-add.1 | |
parent | avoid depending on gcc cast as lvalue extension which (diff) | |
download | wireguard-openbsd-f8b7045887ffd893329f2bdf190b6e262cc6ef39.tar.xz wireguard-openbsd-f8b7045887ffd893329f2bdf190b6e262cc6ef39.zip |
tweak previous;
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index af93762ae94..44846b67ea6 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.57 2012/12/02 20:42:15 djm Exp $ +.\" $OpenBSD: ssh-add.1,v 1.58 2012/12/03 08:33:02 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: December 2 2012 $ +.Dd $Mdocdate: December 3 2012 $ .Dt SSH-ADD 1 .Os .Sh NAME @@ -99,7 +99,7 @@ Instead of adding identities, removes identities from the agent. If .Nm has been run without arguments, the keys for the default identities and -their corresponding certificateswill be removed. +their corresponding certificates will be removed. Otherwise, the argument list will be interpreted as a list of paths to public key files to specify keys and certificates to be removed from the agent. If no public key is found at a given path, |