Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Start eliminating "super-user" from the documen...
details: https://anonhg.NetBSD.org/src/rev/8ea750334f32
branches: trunk
changeset: 764694:8ea750334f32
user: christos <christos%NetBSD.org@localhost>
date: Sun May 01 02:54:22 2011 +0000
description:
Start eliminating "super-user" from the documentation.
diffstat:
lib/libc/gen/nice.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 7e2fde118fb1 -r 8ea750334f32 lib/libc/gen/nice.3
--- a/lib/libc/gen/nice.3 Sun May 01 02:52:42 2011 +0000
+++ b/lib/libc/gen/nice.3 Sun May 01 02:54:22 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nice.3,v 1.13 2003/08/07 16:42:53 agc Exp $
+.\" $NetBSD: nice.3,v 1.14 2011/05/01 02:54:22 christos Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)nice.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd February 16, 1998
+.Dd April 30, 2011
.Dt NICE 3
.Os
.Sh NAME
@@ -54,7 +54,7 @@
.Fa incr .
The priority is a value in the range -20 to 20.
The default priority is 0; lower priorities cause more favorable scheduling.
-Only the super-user may lower priorities.
+Only a process with appropriate privileges may lower priorities.
.Pp
Children inherit the priority of their parent processes via
.Xr fork 2 .
@@ -74,7 +74,7 @@
.It Bq Er EPERM
The
.Fa incr
-argument is negative and the caller is not the super-user.
+argument is negative and the caller does not have appropriate privileges.
.El
.Sh SEE ALSO
.Xr nice 1 ,
Home |
Main Index |
Thread Index |
Old Index