summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/ctime.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/ctime.3c')
-rw-r--r--usr/src/man/man3c/ctime.3c23
1 files changed, 16 insertions, 7 deletions
diff --git a/usr/src/man/man3c/ctime.3c b/usr/src/man/man3c/ctime.3c
index 0ca032bd08..62bc15c83b 100644
--- a/usr/src/man/man3c/ctime.3c
+++ b/usr/src/man/man3c/ctime.3c
@@ -221,7 +221,7 @@ The \fBtzset()\fR function uses the contents of the environment variable
\fBTZ\fR to override the value of the different external variables. It is
called by \fBasctime()\fR and can also be called by the user. If \fBTZ\fR is
not specified or has an invalid setting, \fBtzset()\fR uses \fBGMT0\fR. See
-\fBenviron\fR(5) for a description of the \fBTZ\fR environment variable.
+\fBenviron\fR(7) for a description of the \fBTZ\fR environment variable.
.sp
.LP
Starting and ending times are relative to the current local time zone. If the
@@ -234,7 +234,7 @@ start and end dates are provided but the time is not provided, the time will be
.LP
Note that in most installations, \fBTZ\fR is set to the correct value by
default when the user logs on, using the local \fB/etc/default/init\fR file
-(see \fBTIMEZONE\fR(4)).
+(see \fBTIMEZONE\fR(5)).
.SH RETURN VALUES
.sp
.LP
@@ -353,7 +353,7 @@ version of \fBlocaltime()\fR, \fBlocaltime_r()\fR, \fBctime()\fR, and
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -386,9 +386,18 @@ function in an MT-Safe manner. The \fBmktime()\fR, \fBlocaltime_r()\fR, and
.SH SEE ALSO
.sp
.LP
-\fBtime\fR(2), \fBIntro\fR(3), \fBgetenv\fR(3C), \fBmktime\fR(3C),
-\fBprintf\fR(3C), \fBputenv\fR(3C), \fBsetlocale\fR(3C), \fBstrftime\fR(3C),
-\fBTIMEZONE\fR(4), \fBattributes\fR(5), \fBenviron\fR(5), \fBstandards\fR(5)
+.BR time (2),
+.BR Intro (3),
+.BR getenv (3C),
+.BR mktime (3C),
+.BR printf (3C),
+.BR putenv (3C),
+.BR setlocale (3C),
+.BR strftime (3C),
+.BR TIMEZONE (5),
+.BR attributes (7),
+.BR environ (7),
+.BR standards (7)
.SH NOTES
.sp
.LP
@@ -428,4 +437,4 @@ For POSIX.1c-conforming applications, the \fB_POSIX_PTHREAD_SEMANTICS\fR and
In Solaris 10, \fBgmtime()\fR, \fBgmtime_r()\fR, \fBlocaltime()\fR, and
\fBlocaltime_r()\fR were updated to return a null pointer if an error is
detected. This change was based on the SUSv3 specification. See
-\fBstandards\fR(5).
+\fBstandards\fR(7).