diff options
author | 2001-02-18 22:27:23 +0000 | |
---|---|---|
committer | 2001-02-18 22:27:23 +0000 | |
commit | b8dda72f376ed97c44605686f2dcbe7dcb0bcf30 (patch) | |
tree | d40326a106fa1536fedd2d2f2b794be836e9754b /lib/libc/time | |
parent | -C support. (diff) | |
download | wireguard-openbsd-b8dda72f376ed97c44605686f2dcbe7dcb0bcf30.tar.xz wireguard-openbsd-b8dda72f376ed97c44605686f2dcbe7dcb0bcf30.zip |
fix typo
Diffstat (limited to 'lib/libc/time')
-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 |