diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 17:59:59 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 17:59:59 +0000 |
commit | 6e69d532dc23ae8df9cb030427deb90851326333 (patch) | |
tree | 02d502ddb58fbe31e1ca3d38d9615835c08069da | |
parent | 60d82be9f31bfdfdd40034ff1f920467766b1eab (diff) |
- naddy@cvs.openbsd.org 2001/08/30 15:42:36
[ssh.1]
add -D to synopsis line; ok markus@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -58,6 +58,9 @@ | |||
58 | - stevesk@cvs.openbsd.org 2001/08/29 23:39:40 | 58 | - stevesk@cvs.openbsd.org 2001/08/29 23:39:40 |
59 | [ssh.1 sshd.8] | 59 | [ssh.1 sshd.8] |
60 | additional documentation for GatewayPorts; ok markus@ | 60 | additional documentation for GatewayPorts; ok markus@ |
61 | - naddy@cvs.openbsd.org 2001/08/30 15:42:36 | ||
62 | [ssh.1] | ||
63 | add -D to synopsis line; ok markus@ | ||
61 | 64 | ||
62 | 20010815 | 65 | 20010815 |
63 | - (bal) Fixed stray code in readconf.c that went in by mistake. | 66 | - (bal) Fixed stray code in readconf.c that went in by mistake. |
@@ -6381,4 +6384,4 @@ | |||
6381 | - Wrote replacements for strlcpy and mkdtemp | 6384 | - Wrote replacements for strlcpy and mkdtemp |
6382 | - Released 1.0pre1 | 6385 | - Released 1.0pre1 |
6383 | 6386 | ||
6384 | $Id: ChangeLog,v 1.1502 2001/09/12 17:58:15 mouring Exp $ | 6387 | $Id: ChangeLog,v 1.1503 2001/09/12 17:59:59 mouring Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.134 2001/08/29 23:39:40 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.135 2001/08/30 15:42:36 naddy Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -74,6 +74,7 @@ | |||
74 | .Sm on | 74 | .Sm on |
75 | .Xc | 75 | .Xc |
76 | .Oc | 76 | .Oc |
77 | .Op Fl D Ar port | ||
77 | .Ar hostname | user@hostname | 78 | .Ar hostname | user@hostname |
78 | .Op Ar command | 79 | .Op Ar command |
79 | .Sh DESCRIPTION | 80 | .Sh DESCRIPTION |