]> pd.if.org Git - pdclib.old/blobdiff - man3/flockfile.3
Remove empty lines from manpages (lint errors)
[pdclib.old] / man3 / flockfile.3
index a8a4a3bea408723d8ecca281e820e4498d7980eb..8473fa9cf0e392228672f08e390f5135bbf13f36 100644 (file)
@@ -4,19 +4,19 @@
 .Dd\r
 .Dt flockfile 3\r
 .Os\r
 .Dd\r
 .Dt flockfile 3\r
 .Os\r
-\r
+.\"\r
 .Sh NAME\r
 .Nm flockfile, ftrylockfile, funlockfile\r
 .Nd stdio file locking\r
 .Sh NAME\r
 .Nm flockfile, ftrylockfile, funlockfile\r
 .Nd stdio file locking\r
-\r
+.\"\r
 .Sh SYNOPSIS\r
 .Sy #define _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 || _SVID_SOURCE || _BSD_SOURCE\r
 .Sh SYNOPSIS\r
 .Sy #define _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 || _SVID_SOURCE || _BSD_SOURCE\r
-\r
+.\"\r
 .In stdio.h\r
 .Fn "void flockfile" "FILE *file"\r
 .Fn "int ftrylockfile" "FILE *file"\r
 .Fn "void funlockfile" "FILE *file"\r
 .In stdio.h\r
 .Fn "void flockfile" "FILE *file"\r
 .Fn "int ftrylockfile" "FILE *file"\r
 .Fn "void funlockfile" "FILE *file"\r
-\r
+.\"\r
 .Sh DESCRIPTION\r
 .Fn flockfile\r
 locks the passed FILE stream for access by the calling thread, potentially \r
 .Sh DESCRIPTION\r
 .Fn flockfile\r
 locks the passed FILE stream for access by the calling thread, potentially \r
@@ -39,18 +39,18 @@ on a file must be equal to the number of calls to
 .\"\r
 .Pp\r
 No other thread may do I/O through the locked file while it is locked.\r
 .\"\r
 .Pp\r
 No other thread may do I/O through the locked file while it is locked.\r
-\r
+.\"\r
 .Sh IMPLEMENTATION NOTES\r
 PDCLib implements the file locking on top of the Mutex primitives added by C11\r
 .Sh IMPLEMENTATION NOTES\r
 PDCLib implements the file locking on top of the Mutex primitives added by C11\r
-\r
+.\"\r
 .Sh SEE ALSO\r
 .Xr fopen 3\r
 .Xr fclose 3\r
 .Xr unlocked_stdio 3\r
 .Xr mtx_t 3\r
 .Sh SEE ALSO\r
 .Xr fopen 3\r
 .Xr fclose 3\r
 .Xr unlocked_stdio 3\r
 .Xr mtx_t 3\r
-\r
+.\"\r
 .Sh STANDARDS\r
 The locked I/O routines were initially introduced in \r
 .St -svid4 ,\r
 and incorporated into POSIX in \r
 .Sh STANDARDS\r
 The locked I/O routines were initially introduced in \r
 .St -svid4 ,\r
 and incorporated into POSIX in \r
-.St -p1003.1-2001 .\r
+.St -p1003.1-2001 .
\ No newline at end of file