From 589cdb95cee4ff5114a0e144db45fec9fca23ffc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Jun 2007 20:35:18 +0000 Subject: [PATCH] ffix --- man2/nanosleep.2 | 1 - man2/pread.2 | 1 - man2/sched_get_priority_max.2 | 1 - man2/sched_yield.2 | 1 - 4 files changed, 4 deletions(-) diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 448ce65f7..9ab4b3cf8 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -33,7 +33,6 @@ nanosleep \- pause execution for a specified time .B #include .sp \fBint nanosleep(const struct timespec *\fIreq\fB, struct timespec *\fIrem\fB); -.fi .SH DESCRIPTION .BR nanosleep () delays the execution of the program for at least the time specified in diff --git a/man2/pread.2 b/man2/pread.2 index 5135a17e2..6095ab74d 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -31,7 +31,6 @@ pread, pwrite \- read from or write to a file descriptor at a given offset .BI "ssize_t pread(int " fd ", void *" buf ", size_t " count ", off_t " offset ); .sp .BI "ssize_t pwrite(int " fd ", const void *" buf ", size_t " count ", off_t " offset ); -.fi .SH DESCRIPTION .BR pread () reads up to diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index cf2993cb7..bed583e36 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -36,7 +36,6 @@ sched_get_priority_max, sched_get_priority_min \- get static priority range \fBint sched_get_priority_max(int \fIpolicy\fB); .sp \fBint sched_get_priority_min(int \fIpolicy\fB); -.fi .SH DESCRIPTION .BR sched_get_priority_max () returns the maximum priority value that can be used with the diff --git a/man2/sched_yield.2 b/man2/sched_yield.2 index 752c28d89..130dba49a 100644 --- a/man2/sched_yield.2 +++ b/man2/sched_yield.2 @@ -34,7 +34,6 @@ sched_yield \- yield the processor .B #include .sp \fBint sched_yield(void); -.fi .SH DESCRIPTION A process can relinquish the processor voluntarily without blocking by calling .BR sched_yield ().