diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 03:01:02 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 03:01:02 +0000 |
commit | aafff9cc7619d238e27500d0e4d2e4ea0fa140e1 (patch) | |
tree | 1c7f41fe5c1f08248afcc0e380bd132c2b199bfb | |
parent | 93d1fe8112582fe1d0c65c554411709464163712 (diff) |
- stevesk@cvs.openbsd.org 2001/05/05 13:42:52
[sftp.1 ssh-add.1 ssh-keygen.1]
typos, grammar
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sftp.1 | 10 | ||||
-rw-r--r-- | ssh-add.1 | 4 | ||||
-rw-r--r-- | ssh-keygen.1 | 4 |
4 files changed, 14 insertions, 10 deletions
@@ -4,6 +4,10 @@ | |||
4 | Suggested by Jason Mader <jason@ncac.gwu.edu> | 4 | Suggested by Jason Mader <jason@ncac.gwu.edu> |
5 | - (bal) White Space and #ifdef sync with OpenBSD | 5 | - (bal) White Space and #ifdef sync with OpenBSD |
6 | - (bal) Add 'seed_rng()' to ssh-add.c | 6 | - (bal) Add 'seed_rng()' to ssh-add.c |
7 | - OpenBSD CVS Sync | ||
8 | - stevesk@cvs.openbsd.org 2001/05/05 13:42:52 | ||
9 | [sftp.1 ssh-add.1 ssh-keygen.1] | ||
10 | typos, grammar | ||
7 | 11 | ||
8 | 20010505 | 12 | 20010505 |
9 | - OpenBSD CVS Sync | 13 | - OpenBSD CVS Sync |
@@ -5349,4 +5353,4 @@ | |||
5349 | - Wrote replacements for strlcpy and mkdtemp | 5353 | - Wrote replacements for strlcpy and mkdtemp |
5350 | - Released 1.0pre1 | 5354 | - Released 1.0pre1 |
5351 | 5355 | ||
5352 | $Id: ChangeLog,v 1.1202 2001/05/06 02:57:20 mouring Exp $ | 5356 | $Id: ChangeLog,v 1.1203 2001/05/06 03:01:02 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.17 2001/04/22 13:32:27 markus Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.18 2001/05/05 13:42:51 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -49,12 +49,12 @@ It may also use many features of ssh, such as public key authentication and | |||
49 | compression. | 49 | compression. |
50 | .Nm | 50 | .Nm |
51 | connects and logs into the specified | 51 | connects and logs into the specified |
52 | .Ar hostname , | 52 | .Ar host , |
53 | then enters an interactive command mode. | 53 | then enters an interactive command mode. |
54 | .Pp | 54 | .Pp |
55 | The second usage format will fetch files automaticly if a non-interactive | 55 | The second usage format will retrieve files automatically if a non-interactive |
56 | authentication is used, else it do so after an interactive authentication | 56 | authentication method is used; otherwise it will do so after |
57 | is used. | 57 | successful interactive authentication. |
58 | .Pp | 58 | .Pp |
59 | The last usage format allows the sftp client to start in a remote directory. | 59 | The last usage format allows the sftp client to start in a remote directory. |
60 | .Pp | 60 | .Pp |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.24 2001/04/10 09:13:21 itojun Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -57,7 +57,7 @@ Alternative file names can be given on the command line. | |||
57 | If any file requires a passphrase, | 57 | If any file requires a passphrase, |
58 | .Nm | 58 | .Nm |
59 | asks for the passphrase from the user. | 59 | asks for the passphrase from the user. |
60 | The Passphrase it is read from the user's tty. | 60 | The passphrase is read from the user's tty. |
61 | .Nm | 61 | .Nm |
62 | retries the last passphrase if multiple identity files are given. | 62 | retries the last passphrase if multiple identity files are given. |
63 | .Pp | 63 | .Pp |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 371fc5fe4..f85357c7a 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.40 2001/04/23 21:57:07 markus Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.41 2001/05/05 13:42:52 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -143,7 +143,7 @@ The default is 1024 bits. | |||
143 | .It Fl c | 143 | .It Fl c |
144 | Requests changing the comment in the private and public key files. | 144 | Requests changing the comment in the private and public key files. |
145 | The program will prompt for the file containing the private keys, for | 145 | The program will prompt for the file containing the private keys, for |
146 | passphrase if the key has one, and for the new comment. | 146 | the passphrase if the key has one, and for the new comment. |
147 | .It Fl e | 147 | .It Fl e |
148 | This option will read a private or public OpenSSH key file and | 148 | This option will read a private or public OpenSSH key file and |
149 | print the key in a | 149 | print the key in a |