From bb788c55f7450a1360e9752bf81c3a3932cc8018 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Tue, 1 Feb 2022 16:25:34 -0600 Subject: manual: fix up free-form normative manual references in the manual --- usr/src/man/man3c/ctime.3c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/src/man/man3c/ctime.3c') diff --git a/usr/src/man/man3c/ctime.3c b/usr/src/man/man3c/ctime.3c index 0ca032bd08..f455cb4bab 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 @@ -388,7 +388,7 @@ function in an MT-Safe manner. The \fBmktime()\fR, \fBlocaltime_r()\fR, and .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) +\fBTIMEZONE\fR(5), \fBattributes\fR(7), \fBenviron\fR(7), \fBstandards\fR(7) .SH NOTES .sp .LP @@ -428,4 +428,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). -- cgit v1.2.3