summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:56:03 +1100
commit208f1ed6f180cc0cfd3ab59d0b1c33796cc4c641 (patch)
tree20e8ace876275087f78df87d39442f76a837f674 /ssh.1
parent1faa7133233075776c83a71b427d19e35790280e (diff)
- jmc@cvs.openbsd.org 2006/02/24 20:31:31
[ssh.1 ssh_config.5 sshd.8 sshd_config.5] more consistency fixes;
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index b9bbe0bd6..e66ad9e88 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.256 2006/02/15 16:53:20 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.257 2006/02/24 20:31:30 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -569,7 +569,7 @@ Disable pseudo-tty allocation.
569Force pseudo-tty allocation. 569Force pseudo-tty allocation.
570This can be used to execute arbitrary 570This can be used to execute arbitrary
571screen-based programs on a remote machine, which can be very useful, 571screen-based programs on a remote machine, which can be very useful,
572e.g., when implementing menu services. 572e.g. when implementing menu services.
573Multiple 573Multiple
574.Fl t 574.Fl t
575options force tty allocation, even if 575options force tty allocation, even if
@@ -1178,7 +1178,7 @@ If the current session has no tty,
1178this variable is not set. 1178this variable is not set.
1179.It Ev TZ 1179.It Ev TZ
1180This variable is set to indicate the present time zone if it 1180This variable is set to indicate the present time zone if it
1181was set when the daemon was started (i.e., the daemon passes the value 1181was set when the daemon was started (i.e. the daemon passes the value
1182on to new connections). 1182on to new connections).
1183.It Ev USER 1183.It Ev USER
1184Set to the name of the user logging in. 1184Set to the name of the user logging in.