summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ssh.14
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 12a217f60..d187f2aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
3 - jmc@cvs.openbsd.org 2005/11/30 11:18:27 3 - jmc@cvs.openbsd.org 2005/11/30 11:18:27
4 [ssh.1] 4 [ssh.1]
5 timezone -> time zone 5 timezone -> time zone
6 - jmc@cvs.openbsd.org 2005/11/30 11:45:20
7 [ssh.1]
8 avoid ambiguities in describing TZ;
9 ok djm@
6 10
720051201 1120051201
8 - (djm) [envpass.sh] Remove regress script that was accidentally committed 12 - (djm) [envpass.sh] Remove regress script that was accidentally committed
@@ -3395,4 +3399,4 @@
3395 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3399 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3396 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3400 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3397 3401
3398$Id: ChangeLog,v 1.4017 2005/12/13 08:25:21 djm Exp $ 3402$Id: ChangeLog,v 1.4018 2005/12/13 08:25:43 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 6342d3cdc..dd97a8995 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.213 2005/11/30 11:18:27 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.214 2005/11/30 11:45:20 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -975,7 +975,7 @@ with the current shell or command.
975If the current session has no tty, 975If the current session has no tty,
976this variable is not set. 976this variable is not set.
977.It Ev TZ 977.It Ev TZ
978The time zone variable is set to indicate the present time zone if it 978This variable is set to indicate the present time zone if it
979was set when the daemon was started (i.e., the daemon passes the value 979was set when the daemon was started (i.e., the daemon passes the value
980on to new connections). 980on to new connections).
981.It Ev USER 981.It Ev USER