diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 12:30:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 12:30:31 +0000 |
commit | 162fe2ad1b7e831329616891e045882940033087 (patch) | |
tree | 540576446cff49908df95864f1d8a944933e1f87 | |
parent | f8f4a56935e03780d4eea1f642f5ec17fb8e9178 (diff) |
arg to -b is an address, not if_name;
ok markus@
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index e6f4b4a54ff..4cbab747780 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/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.205 2005/03/07 23:41:54 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.206 2005/04/14 12:30:30 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -423,7 +423,7 @@ authenticate using the identities loaded into the agent. .It Fl a Disables forwarding of the authentication agent connection. .It Fl b Ar bind_address -Specify the interface to transmit from on machines with multiple +Specify the interface address to transmit from on machines with multiple interfaces or aliased addresses. .It Fl C Requests compression of all data (including stdin, stdout, stderr, and |