]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/flockfile.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / flockfile.3
index f952995fc97768ec967d17b106315b9ca14c5e48..ca1a00d9ba6be9051dca031b1a2f33863eef2f44 100644 (file)
@@ -28,20 +28,20 @@ flockfile, ftrylockfile, funlockfile \- lock FILE for stdio
 .SH SYNOPSIS
 .nf
 .B #include <stdio.h>
-.sp
+.PP
 .BI "void flockfile(FILE *" filehandle );
 .br
 .BI "int ftrylockfile(FILE *" filehandle );
 .br
 .BI "void funlockfile(FILE *" filehandle );
 .fi
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
 .ad l
-.sp
+.PP
 All functions shown above:
 .RS 4
 /* Since glibc 2.24: */ _POSIX_C_SOURCE\ >=\ 199309L