From: Sascha Wildner Date: Sat, 7 Jul 2007 17:42:48 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: v2.0.1~2609 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f4c147c64ee84a9d62c63b0da101b642890ff2dc Remove trailing whitespace. --- diff --git a/lib/libc/sys/usched_set.2 b/lib/libc/sys/usched_set.2 index 1049e05bed..83a2ee0da3 100644 --- a/lib/libc/sys/usched_set.2 +++ b/lib/libc/sys/usched_set.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/usched_set.2,v 1.2 2007/07/06 07:09:44 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/usched_set.2,v 1.3 2007/07/07 17:42:48 swildner Exp $ .\" .Dd July 5, 2007 .Dt USCHED_SET 2 @@ -54,7 +54,7 @@ and removing a CPU from the list of available CPUs for an LWP. .Pp The .Fa cmd -argument specifies the action for +argument specifies the action for .Fn usched_set to take. .Dv USCHED_SET_SCHEDULER @@ -64,10 +64,10 @@ is a .Vt char * that contains the name of the user scheduler. .Dv USCHED_SET_CPU -assigns the LWP to the cpuid pointed to by +assigns the LWP to the cpuid pointed to by .Fa data . .Dv USCHED_ADD_CPU -adds the cpuid specified by +adds the cpuid specified by .Fa data to the list of available CPUs for the LWP. .Dv USCHED_DEL_CPU @@ -104,7 +104,7 @@ function call was added in .Sh AUTHORS .An -nosplit .Fn Usched_set -was written by +was written by .An Matt Dillon . -This manual page was written by +This manual page was written by .An Joe Talbott .