summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-13 00:00:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-13 00:00:27 +1000
commit930cb0b71801d730135d0a860d429804ff7d7871 (patch)
treed128547c16f829e53122f3dab978aab7ce5a5644
parentb1e128f75a46a81023482ed00e8e7989f5a95215 (diff)
- jmc@cvs.openbsd.org 2007/06/12 13:41:03
[ssh-add.1] identies -> identities;
-rw-r--r--ChangeLog5
-rw-r--r--ssh-add.18
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f2984f406..e93cdf44f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@
37 [gss-genr.c] 37 [gss-genr.c]
38 Pass GSS OID to gss_display_status to provide better information in 38 Pass GSS OID to gss_display_status to provide better information in
39 error messages. Patch from Simon Wilkinson via bz 1220. ok djm@ 39 error messages. Patch from Simon Wilkinson via bz 1220. ok djm@
40 - jmc@cvs.openbsd.org 2007/06/12 13:41:03
41 [ssh-add.1]
42 identies -> identities;
40 43
4120070611 4420070611
42 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit 45 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
@@ -3051,4 +3054,4 @@
3051 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3054 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3052 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3055 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3053 3056
3054$Id: ChangeLog,v 1.4696 2007/06/12 13:44:36 dtucker Exp $ 3057$Id: ChangeLog,v 1.4697 2007/06/12 14:00:27 dtucker Exp $
diff --git a/ssh-add.1 b/ssh-add.1
index 550562f94..005041b68 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -37,7 +37,7 @@
37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39.\" 39.\"
40.Dd $Mdocdate: June 5 2007 $ 40.Dd $Mdocdate: June 12 2007 $
41.Dt SSH-ADD 1 41.Dt SSH-ADD 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -89,10 +89,10 @@ program, rather than text entered into the requester.
89.It Fl D 89.It Fl D
90Deletes all identities from the agent. 90Deletes all identities from the agent.
91.It Fl d 91.It Fl d
92Instead of adding identies, removes identities from the agent. 92Instead of adding identities, removes identities from the agent.
93If 93If
94.Nm 94.Nm
95has been run without arguments, the keys for the default identies will 95has been run without arguments, the keys for the default identities will
96be removed. 96be removed.
97Otherwise, the argument list will be interpreted as a list of paths to 97Otherwise, the argument list will be interpreted as a list of paths to
98public key files and matching keys will be removed from the agent. 98public key files and matching keys will be removed from the agent.