summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getpriority.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit01548ace1533487f9c0488f55112c9d8641f8184 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libc/sys/getpriority.2
parent47f5e31e2bb626743fa9e912918201fe505b1419 (diff)
downloadFreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip
FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libc/sys/getpriority.2')
-rw-r--r--lib/libc/sys/getpriority.29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 0b580dc..6e7ab2a 100644
--- a/lib/libc/sys/getpriority.2
+++ b/lib/libc/sys/getpriority.2
@@ -84,16 +84,19 @@ denotes the current process, process group, or user.
The
.Fa prio
argument
-is a value in the range -20 to 20. The default priority is 0;
+is a value in the range -20 to 20.
+The default priority is 0;
lower priorities cause more favorable scheduling.
.Pp
The
.Fn getpriority
system call returns the highest priority (lowest numerical value)
-enjoyed by any of the specified processes. The
+enjoyed by any of the specified processes.
+The
.Fn setpriority
system call sets the priorities of all of the specified processes
-to the specified value. Only the super-user may lower priorities.
+to the specified value.
+Only the super-user may lower priorities.
.Sh RETURN VALUES
Since
.Fn getpriority
OpenPOWER on IntegriCloud