]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/time.2
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man2 / time.2
index 65db67a34157c7b2c18394c1239a2997cd0811e6..9c67e656c00b9931272bc5d2b4bf465a4d5824ec 100644 (file)
@@ -15,14 +15,14 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <time.h>
-.PP
+.P
 .BI "time_t time(time_t *_Nullable " tloc );
 .fi
 .SH DESCRIPTION
 .BR time ()
 returns the time as the number of seconds since the
 Epoch, 1970-01-01 00:00:00 +0000 (UTC).
-.PP
+.P
 If
 .I tloc
 is non-NULL,
@@ -62,7 +62,7 @@ and the Epoch, because of leap seconds and because system clocks are not
 required to be synchronized to a standard reference.
 The intention is that the interpretation of seconds since the Epoch values be
 consistent; see POSIX.1-2008 Rationale A.4.15 for further rationale.
-.PP
+.P
 On Linux, a call to
 .BR time ()
 with
@@ -101,7 +101,7 @@ successful reports that the time is a few seconds
 the Epoch, so the C library wrapper function never sets
 .I errno
 as a result of this call.
-.PP
+.P
 The
 .I tloc
 argument is obsolescent and should always be NULL in new code.