summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/sched.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 20:22:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 20:22:25 +0000
commit3db81880fe8238375a1cd1ba336330bd6206d001 (patch)
treee78f2de023893ba3ec39acfa5bda416a85ecfccc /doc/posix_users/sched.t
parentNew file. (diff)
downloadrtems-3db81880fe8238375a1cd1ba336330bd6206d001.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/sched.t')
-rw-r--r--doc/posix_users/sched.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix_users/sched.t b/doc/posix_users/sched.t
index d4bae94f0f..afe0bb896d 100644
--- a/doc/posix_users/sched.t
+++ b/doc/posix_users/sched.t
@@ -84,7 +84,7 @@ and status codes.
#include <sched.h>
int sched_get_priority_min(
-int policy
+ int policy
);
@end example
@@ -122,7 +122,7 @@ NONE
#include <sched.h>
int sched_get_priority_max(
-int policy
+ int policy
);
@end example
@@ -160,8 +160,8 @@ NONE
#include <sched.h>
int sched_rr_get_interval(
-pid_t pid,
-struct timespec *interval
+ pid_t pid,
+ struct timespec *interval
);
@end example