]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ctime.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / ctime.3
index f39ef0b0b374d8ecf82cf1f327016be33f6a6fdc..4d0794017d91c28e4f8207b429b511bd0ddb76c3 100644 (file)
@@ -246,7 +246,7 @@ and a negative value means that
 .BR mktime ()
 should (use timezone information and system databases to)
 attempt to determine whether DST is in effect at the specified time.
-
+.PP
 The
 .BR mktime ()
 function modifies the fields of the
@@ -266,7 +266,7 @@ Calling
 .BR mktime ()
 also sets the external variable \fItzname\fP with
 information about the current timezone.
-
+.PP
 If the specified broken-down
 time cannot be represented as calendar time (seconds since the Epoch),
 .BR mktime ()
@@ -281,33 +281,33 @@ and
 .BR localtime ()
 return a pointer to a
 .IR "struct\ tm" .
-
+.PP
 On success,
 .BR gmtime_r ()
 and
 .BR localtime_r ()
 return the address of the structure pointed to by
 .IR result .
-
+.PP
 On success,
 .BR asctime ()
 and
 .BR ctime ()
 return a pointer to a string.
-
+.PP
 On success,
 .BR asctime_r ()
 and
 .BR ctime_r ()
 return a pointer to the string pointed to by
 .IR buf .
-
+.PP
 On success,
 .BR mktime ()
 returns the calendar time (seconds since the Epoch),
 expressed as a value of type
 .IR time_t .
-
+.PP
 On error,
 .BR mktime ()
 returns the value
@@ -388,7 +388,7 @@ The thread-safe versions,
 and
 .BR localtime_r (),
 are specified by SUSv2.
-
+.PP
 POSIX.1-2001 says:
 "The
 .BR asctime (),
@@ -421,7 +421,7 @@ defined when
 was set before including
 .IR <time.h> .
 This is a BSD extension, present in 4.3BSD-Reno.
-
+.PP
 According to POSIX.1-2004,
 .BR localtime ()
 is required to behave as though