# HG changeset patch # User Matt Johnston # Date 1110730995 0 # Node ID 1916df7df911ddd9a688f29be04dc4f305886d3f # Parent 161557a9dde8d8b75a09e40d6cdc80baf6369104 * Add references in the manpages to the dbclient manpage * Fix multiple typos in client usage information diff -r 161557a9dde8 -r 1916df7df911 cli-runopts.c --- a/cli-runopts.c Sun Mar 13 13:58:14 2005 +0000 +++ b/cli-runopts.c Sun Mar 13 16:23:15 2005 +0000 @@ -53,7 +53,7 @@ "-i (multiple allowed)\n" #endif #ifdef ENABLE_CLI_LOCALTCPFWD - "-L Local port forwarding\n" + "-L Local port forwarding\n" #endif #ifdef ENABLE_CLI_REMOTETCPFWD "-R Remote port forwarding\n" diff -r 161557a9dde8 -r 1916df7df911 dropbear.8 --- a/dropbear.8 Sun Mar 13 13:58:14 2005 +0000 +++ b/dropbear.8 Sun Mar 13 16:23:15 2005 +0000 @@ -76,6 +76,6 @@ .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 -r 161557a9dde8 -r 1916df7df911 dropbearkey.8 --- a/dropbearkey.8 Sun Mar 13 13:58:14 2005 +0000 +++ b/dropbearkey.8 Sun Mar 13 16:23:15 2005 +0000 @@ -42,6 +42,6 @@ .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