]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/futimes.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / futimes.3
index 88ea8d78e2a743a52f597d0a0cf5c5080e784553..98bb0749c734d69f9d0629e083ad11044e110555 100644 (file)
@@ -12,16 +12,16 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <sys/time.h>
-.PP
+.P
 .BI "int futimes(int " fd ", const struct timeval " tv [2]);
 .BI "int lutimes(const char *" filename ", const struct timeval " tv [2]);
 .fi
-.PP
+.P
 .RS -4
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .RE
-.PP
+.P
 .BR futimes (),
 .BR lutimes ():
 .nf
@@ -38,7 +38,7 @@ with the difference that the file whose timestamps are to be changed
 is specified via a file descriptor,
 .IR fd ,
 rather than via a pathname.
-.PP
+.P
 .BR lutimes ()
 changes the access and modification times of a file in the same way as
 .BR utimes (2),
@@ -65,7 +65,7 @@ is not a valid file descriptor.
 The
 .I /proc
 filesystem could not be accessed.
-.PP
+.P
 The following additional error may occur for
 .BR lutimes ():
 .TP