diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:18:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:18:29 +0000 |
commit | 42b2ff37cd93ee4487b6b2a9bdf46aa44f3b28f0 (patch) | |
tree | 4309da8c5f7b4bff8dd503c2c04f0cef35e56ead /usr.bin | |
parent | b674ec9a88509939c7f02d8eaa5668217d1b8735 (diff) |
timezone -> time zone
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index 12ca95e02ff..e31a8cd2b8a 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.40 2005/03/02 15:47:29 jmc Exp $ +.\" $OpenBSD: newsyslog.8,v 1.41 2005/11/30 11:18:27 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -246,7 +246,7 @@ many hours have passed since the last rotation. When both a time and an interval are specified, both conditions must be satisfied for the rotation to take place. .Pp -There is no provision for the specification of a timezone. +There is no provision for the specification of a time zone. There is little point in specifying an explicit minutes or seconds component in the current implementation, since the only comparison is .Sq within the hour . diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8e0f377199e..6342d3cdc4d 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.212 2005/09/19 23:31:31 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.213 2005/11/30 11:18:27 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 timezone variable is set to indicate the present timezone if it +The time zone 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 |