diff --git a/ChangeLog b/ChangeLog index fc5a0ceb6..d678947e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,9 @@ - stevesk@cvs.openbsd.org 2001/08/29 23:39:40 [ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@ + - naddy@cvs.openbsd.org 2001/08/30 15:42:36 + [ssh.1] + add -D to synopsis line; ok markus@ 20010815 - (bal) Fixed stray code in readconf.c that went in by mistake. @@ -6381,4 +6384,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1502 2001/09/12 17:58:15 mouring Exp $ +$Id: ChangeLog,v 1.1503 2001/09/12 17:59:59 mouring Exp $ diff --git a/ssh.1 b/ssh.1 index 14e2925cf..90e32ebd6 100644 --- a/ssh.1 +++ b/ssh.1 @@ -34,7 +34,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. .\" -.\" $OpenBSD: ssh.1,v 1.134 2001/08/29 23:39:40 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.135 2001/08/30 15:42:36 naddy Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -74,6 +74,7 @@ .Sm on .Xc .Oc +.Op Fl D Ar port .Ar hostname | user@hostname .Op Ar command .Sh DESCRIPTION