diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:45:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:45:21 +0000 |
commit | 3f0619c045bbeaaae8748c526b8f7f336704830c (patch) | |
tree | ba86c3f901872cc833c6eeded8d2a80673a6ca4b | |
parent | 88d9cb0ee29d3983968acaa3bd44b7a32dc015e7 (diff) |
avoid ambiguities in describing TZ;
ok djm@
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 6342d3cdc4d..dd97a899593 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,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.1,v 1.213 2005/11/30 11:18:27 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.214 2005/11/30 11:45:20 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -975,7 +975,7 @@ with the current shell or command. If the current session has no tty, this variable is not set. .It Ev TZ -The time zone variable is set to indicate the present time zone if it +This variable is set to indicate the present time zone if it was set when the daemon was started (i.e., the daemon passes the value on to new connections). .It Ev USER |