diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
| commit | 94e9d9febdb3c68f94bcff26002311fa464837df (patch) | |
| tree | 3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man2/sched_setparam.2 | |
| parent | 009df872f730972ec53a70652959c7b47c7ece8b (diff) | |
| download | man-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz | |
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man2/sched_setparam.2')
| -rw-r--r-- | man2/sched_setparam.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2 index e1beeefba9..7de179c8f8 100644 --- a/man2/sched_setparam.2 +++ b/man2/sched_setparam.2 @@ -68,7 +68,7 @@ of the current process are retrieved. .BR sched_setparam () checks the validity of \fIparam\fP for the scheduling policy of the process. -The parameter \fIparam->sched_priority\fP must lie within the +The parameter \fIparam\->sched_priority\fP must lie within the range given by .BR sched_get_priority_min (2) and |
