]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ctime.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / ctime.3
index 077c2a4c3b3071225e78b709eb74cbaf398a6da9..f39ef0b0b374d8ecf82cf1f327016be33f6a6fdc 100644 (file)
@@ -39,32 +39,32 @@ localtime_r \- transform date and time to broken-down time or ASCII
 .SH SYNOPSIS
 .nf
 .B #include <time.h>
-.sp
+.PP
 .BI "char *asctime(const struct tm *" tm );
 .br
 .BI "char *asctime_r(const struct tm *" tm ", char *" buf );
-.sp
+.PP
 .BI "char *ctime(const time_t *" timep );
 .br
 .BI "char *ctime_r(const time_t *" timep ", char *" buf );
-.sp
+.PP
 .BI "struct tm *gmtime(const time_t *" timep );
 .br
 .BI "struct tm *gmtime_r(const time_t *" timep ", struct tm *" result );
-.sp
+.PP
 .BI "struct tm *localtime(const time_t *" timep );
 .br
 .BI "struct tm *localtime_r(const time_t *" timep ", struct tm *" result );
-.sp
+.PP
 .BI "time_t mktime(struct tm *" tm );
 .fi
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
 .ad l
-.sp
+.PP
 .BR asctime_r (),
 .BR ctime_r (),
 .BR gmtime_r (),