[session.c ssh.1]
     typo fixed (overriden -> overridden)
     ok espie, jmc
This commit is contained in:
Darren Tucker 2008-11-11 16:33:48 +11:00
parent c6d744e9cd
commit 63917bd0da
3 changed files with 10 additions and 6 deletions

View File

@ -13,6 +13,10 @@
- dtucker@cvs.openbsd.org 2008/11/07 23:34:48 - dtucker@cvs.openbsd.org 2008/11/07 23:34:48
[auth2-jpake.c] [auth2-jpake.c]
Move JPAKE define to make life easier for portable. ok djm@ Move JPAKE define to make life easier for portable. ok djm@
- tobias@cvs.openbsd.org 2008/11/09 12:34:47
[session.c ssh.1]
typo fixed (overriden -> overridden)
ok espie, jmc
20081105 20081105
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -4905,4 +4909,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5136 2008/11/11 05:33:03 dtucker Exp $ $Id: ChangeLog,v 1.5137 2008/11/11 05:33:48 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: session.c,v 1.243 2008/10/02 14:39:35 millert Exp $ */ /* $OpenBSD: session.c,v 1.244 2008/11/09 12:34:47 tobias Exp $ */
/* /*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved * All rights reserved
@ -932,7 +932,7 @@ check_quietlogin(Session *s, const char *command)
/* /*
* Sets the value of the given variable in the environment. If the variable * Sets the value of the given variable in the environment. If the variable
* already exists, its value is overriden. * already exists, its value is overridden.
*/ */
void void
child_set_env(char ***envp, u_int *envsizep, const char *name, child_set_env(char ***envp, u_int *envsizep, const char *name,

6
ssh.1
View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.279 2008/11/05 03:23:09 stevesk Exp $ .\" $OpenBSD: ssh.1,v 1.280 2008/11/09 12:34:47 tobias Exp $
.Dd $Mdocdate: November 5 2008 $ .Dd $Mdocdate: November 9 2008 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -550,7 +550,7 @@ using an alternative syntax:
.Pp .Pp
By default, the listening socket on the server will be bound to the loopback By default, the listening socket on the server will be bound to the loopback
interface only. interface only.
This may be overriden by specifying a This may be overridden by specifying a
.Ar bind_address . .Ar bind_address .
An empty An empty
.Ar bind_address , .Ar bind_address ,