OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / ctime.3
index d21ac63..f1cd657 100644 (file)
@@ -61,14 +61,17 @@ localtime_r \- transform date and time to broken-down time or ASCII
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
+.ad l
 .sp
 .BR asctime_r (),
 .BR ctime_r (),
 .BR gmtime_r (),
 .BR localtime_r ():
-.br
+.RS
 _POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _BSD_SOURCE ||
 _SVID_SOURCE || _POSIX_SOURCE
+.RE
+.ad
 .SH DESCRIPTION
 The
 .BR ctime (),
@@ -188,8 +191,8 @@ user-supplied struct.
 The
 .BR localtime ()
 function converts the calendar time \fItimep\fP to
-broken-time representation, expressed relative to the user's specified
-timezone.
+broken-down time representation,
+expressed relative to the user's specified timezone.
 The function acts as if it called
 .BR tzset (3)
 and sets the external variables \fItzname\fP with
@@ -265,7 +268,7 @@ information about the current timezone.
 If the specified broken-down
 time cannot be represented as calendar time (seconds since the Epoch),
 .BR mktime ()
-returns a value of
+returns
 .I (time_t)\ \-1
 and does not alter the
 members of the broken-down time structure.