From a1fd2da0f919a19e18d4c628ffcf2f7cdbe7cee3 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Sun, 13 Mar 2005 16:23:15 +0000 Subject: [PATCH] * Add references in the manpages to the dbclient manpage * Fix multiple typos in client usage information --HG-- extra : convert_revision : 6b29d70d3c4b1933d3c8f6b3e63692db76ffb51f --- cli-runopts.c | 2 +- dropbear.8 | 2 +- dropbearkey.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli-runopts.c b/cli-runopts.c index 3ac5c2b..0f5c67c 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -53,7 +53,7 @@ static void printhelp() { "-i <identityfile> (multiple allowed)\n" #endif #ifdef ENABLE_CLI_LOCALTCPFWD - "-L <listenport:remotehsot:reportport> Local port forwarding\n" + "-L <listenport:remotehost:remoteport> Local port forwarding\n" #endif #ifdef ENABLE_CLI_REMOTETCPFWD "-R <listenport:remotehost:remoteport> Remote port forwarding\n" diff --git a/dropbear.8 b/dropbear.8 index a574ff2..1cf5c11 100644 --- a/dropbear.8 +++ b/dropbear.8 @@ -76,6 +76,6 @@ Matt Johnston (matt@ucc.asn.au). .br Gerrit Pape (pape@smarden.org) wrote this manual page. .SH SEE ALSO -dropbearkey(8) +dropbearkey(8), dbclient(1) .P http://matt.ucc.asn.au/dropbear/dropbear.html diff --git a/dropbearkey.8 b/dropbearkey.8 index 3128007..a093d85 100644 --- a/dropbearkey.8 +++ b/dropbearkey.8 @@ -42,6 +42,6 @@ Matt Johnston (matt@ucc.asn.au). .br Gerrit Pape (pape@smarden.org) wrote this manual page. .SH SEE ALSO -dropbear(8) +dropbear(8), dbclient(1) .P http://matt.ucc.asn.au/dropbear/dropbear.html