summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getpriority.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
committeraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
commita3542fadceea0b2934914fdb31f44bdc344ef18e (patch)
treeaffef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/getpriority.2
parentOpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff)
downloadwireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.tar.xz
wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.zip
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/getpriority.2')
-rw-r--r--lib/libc/sys/getpriority.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 5a65f742761..d300f7ed3cb 100644
--- a/lib/libc/sys/getpriority.2
+++ b/lib/libc/sys/getpriority.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpriority.2,v 1.5 1999/06/29 14:10:00 aaron Exp $
+.\" $OpenBSD: getpriority.2,v 1.6 2000/04/15 11:46:03 aaron Exp $
.\" $NetBSD: getpriority.2,v 1.4 1995/02/27 12:33:15 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -89,7 +89,7 @@ call returns the highest priority (lowest numerical value)
enjoyed by any of the specified processes. The
.Fn setpriority
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 superuser may lower priorities.
.Sh RETURN VALUES
Since
.Fn getpriority
@@ -132,7 +132,7 @@ will fail if:
A process was located, but neither its effective nor real user
ID matched the effective user ID of the caller.
.It Bq Er EACCES
-A non super-user attempted to lower a process priority.
+A non-superuser attempted to lower a process priority.
.El
.Sh SEE ALSO
.Xr nice 1 ,