diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/localtime.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/localtime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/gen/localtime.c b/usr/src/lib/libc/port/gen/localtime.c index 65c202821d..a2cb012c46 100644 --- a/usr/src/lib/libc/port/gen/localtime.c +++ b/usr/src/lib/libc/port/gen/localtime.c @@ -79,8 +79,8 @@ * * A zoneinfo timezone is a reference to a file that contains a set of * rules that describe the timezone. In Solaris, the file is in - * /usr/share/lib/zoneinfo. The file is generated by zic(1M), based - * on zoneinfo rules "source" files. This is all described on the zic(1M) + * /usr/share/lib/zoneinfo. The file is generated by zic(8), based + * on zoneinfo rules "source" files. This is all described on the zic(8) * man page. */ @@ -1410,7 +1410,7 @@ posix_daylight(long long *janfirst, int year, posix_daylight_t *pdaylightp) /* * Try to load zoneinfo file into internal transition tables using name - * indicated in TZ, and do validity checks. The format of zic(1M) + * indicated in TZ, and do validity checks. The format of zic(8) * compiled zoneinfo files isdescribed in tzfile.h */ static int |