diff options
| author | jmc@openbsd.org <jmc@openbsd.org> | 2015-04-28 13:47:38 +0000 |
|---|---|---|
| committer | Damien Miller <djm@mindrot.org> | 2015-04-29 18:20:14 +1000 |
| commit | c1d5bcf1aaf1209af02f79e48ba1cbc76a87b56f (patch) | |
| tree | 8aa921dc0419f40de22f2d8af1b6dff1c3f32fd7 | |
| parent | 43beea053db191cac47c2cd8d3dc1930158aff1a (diff) | |
upstream commit
enviroment -> environment: apologies to darren for not
spotting that first time round...
| -rw-r--r-- | ssh_config.5 | 4 | ||||
| -rw-r--r-- | sshd_config.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 30481191..844556b5 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,7 +33,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_config.5,v 1.207 2015/04/28 10:17:58 dtucker Exp $ +.\" $OpenBSD: ssh_config.5,v 1.208 2015/04/28 13:47:38 jmc Exp $ .Dd $Mdocdate: April 28 2015 $ .Dt SSH_CONFIG 5 .Os @@ -1335,7 +1335,7 @@ The server must also support it, and the server must be configured to accept these environment variables. Note that the .Ev TERM -enviroment variable is always sent whenever a +environment variable is always sent whenever a pseudo-terminal is requested as it is required by the protocol. Refer to .Cm AcceptEnv diff --git a/sshd_config.5 b/sshd_config.5 index f09adfc4..33e40117 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -33,7 +33,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: sshd_config.5,v 1.198 2015/04/28 10:25:15 dtucker Exp $ +.\" $OpenBSD: sshd_config.5,v 1.199 2015/04/28 13:47:38 jmc Exp $ .Dd $Mdocdate: April 28 2015 $ .Dt SSHD_CONFIG 5 .Os @@ -73,7 +73,7 @@ for how to configure the client. Note that environment passing is only supported for protocol 2, and that the .Ev TERM -enviroment variable is always sent whenever the client +environment variable is always sent whenever the client requests a pseudo-terminal is requested as it is required by the protocol. Variables are specified by name, which may contain the wildcard characters .Ql * |
