diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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 | ||
7 | 20051201 | 11 | 20051201 |
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 $ |
@@ -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. | |||
975 | If the current session has no tty, | 975 | If the current session has no tty, |
976 | this variable is not set. | 976 | this variable is not set. |
977 | .It Ev TZ | 977 | .It Ev TZ |
978 | The time zone variable is set to indicate the present time zone if it | 978 | This variable is set to indicate the present time zone if it |
979 | was set when the daemon was started (i.e., the daemon passes the value | 979 | was set when the daemon was started (i.e., the daemon passes the value |
980 | on to new connections). | 980 | on to new connections). |
981 | .It Ev USER | 981 | .It Ev USER |