]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2005/04/14 12:30:30
authordjm <djm>
Thu, 26 May 2005 02:03:15 +0000 (02:03 +0000)
committerdjm <djm>
Thu, 26 May 2005 02:03:15 +0000 (02:03 +0000)
     [ssh.1]
     arg to -b is an address, not if_name;
     ok markus@

ChangeLog
ssh.1

index bc670735ed7eeef6a2dfba1e869808f6344dff8a..4fa3e20e917ac54a7990757319ec1023c4efdaf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [misc.c misc.h tildexpand.c Makefile.in]
      replace tilde_expand_filename with a simpler implementation, ahead of
      more whacking; ok deraadt@
+   - jmc@cvs.openbsd.org 2005/04/14 12:30:30
+     [ssh.1]
+     arg to -b is an address, not if_name;
+     ok markus@
 
 20050524
  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
diff --git a/ssh.1 b/ssh.1
index e6f4b4a54fffe709bf41b0d053a632eea459fb78..4cbab747780c966330ffd6840bb3815edb7adddc 100644 (file)
--- 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.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
This page took 1.044933 seconds and 5 git commands to generate.