diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 16:16:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 16:16:02 +0000 |
| commit | 53f9e548372220f271f3e664a0caffa4f4d0761e (patch) | |
| tree | dfd55b1a10e516b4f41061f6827105a6c18cc334 /lib/libc/stdtime | |
| parent | 7799c55bd1144359f195f7bd09b3bb48ffd38876 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/ctime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 69cfb12c5f76..326a2c1dba91 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -54,7 +54,7 @@ .Lb libc .Sh SYNOPSIS .Fd #include <time.h> -.Vt extern char *tzname[2]; +.Vt extern char *tzname[2] ; .Ft char * .Fn ctime "const time_t *clock" .Ft double |
