diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 22:27:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 22:27:24 +0000 |
commit | 4529816d3136533ef7629006a24108e348874a5d (patch) | |
tree | 469e74ae2a52d394f34ec497fde45d5b2506bfbd /lib/libc/time/ctime.3 | |
parent | bf5fb85443044c85a9b6ad0211672d1fdea28c4d (diff) |
fix typo
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r-- | lib/libc/time/ctime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 263ed1278ca..ae1c10b7283 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.23 2000/08/22 14:21:23 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.24 2001/02/18 22:27:23 millert Exp $ .\" .\" .Dd February 16, 1999 @@ -81,7 +81,7 @@ Unlike the thread-safe version .Fn ctime_r is not required to set -timelocalFa tzname . +.Fa tzname . .Pp The .Fn localtime |