From 0da5e58ad2058371c155c804e24de2c071aeea06 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 21 May 2014 13:16:14 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- man2/msgop.2 | 2 +- man2/open.2 | 2 +- man2/sched_setattr.2 | 2 +- man7/sched.7 | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/msgop.2 b/man2/msgop.2 index 029ef5c90..3597b8f4f 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -106,7 +106,7 @@ If sufficient space is available in the queue, .BR msgsnd () succeeds immediately. The queue capacity is governed by the -.I msg_qbytes +.I msg_qbytes field in the associated data structure for the message queue. During queue creation this field is initialized to .B MSGMNB diff --git a/man2/open.2 b/man2/open.2 index 1cd912ec5..e781b6afe 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -567,7 +567,7 @@ and the other "*at()" system calls. This includes .BR linkat (2) with -.BR AT_EMPTY_PATH +.BR AT_EMPTY_PATH (or via procfs using .BR AT_SYMLINK_FOLLOW ) even if the file is not a directory. diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index b42058f79..a3c5b2c7e 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -189,7 +189,7 @@ This field specifies the "Runtime" parameter for deadline scheduling. The value is expressed in nanoseconds. This field, and the next two fields, are used only for -.BR SCHED_DEADLINE +.BR SCHED_DEADLINE scheduling; for further details, see .BR sched (7). .TP diff --git a/man7/sched.7 b/man7/sched.7 index de10534c4..8eeecd930 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -221,7 +221,7 @@ The .IR "start time" is the time at which a task starts its execution. The -.I "absolute deadline" +.I "absolute deadline" is thus obtained by adding the relative deadline to the arrival time. The following diagram clarifies these terms: @@ -305,7 +305,7 @@ The CBS guarantees non-interference between tasks, by throttling threads that attempt to over-run their specified Runtime. To ensure deadline scheduling guarantees, -the kernel must prevent situations where the set of +the kernel must prevent situations where the set of .B SCHED_DEADLINE threads is not feasible (schedulable) within the given constraints. The kernel thus performs an admittance test when setting or changing @@ -476,7 +476,7 @@ whose policy is being changed. A thread must be privileged .RB ( CAP_SYS_NICE ) -in order to set or modify a +in order to set or modify a .BR SCHED_DEADLINE policy.