From owner-svn-src-head@FreeBSD.ORG Thu Feb 24 16:13:33 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661991065694; Thu, 24 Feb 2011 16:13:33 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 556C98FC20; Thu, 24 Feb 2011 16:13:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1OGDXW0047079; Thu, 24 Feb 2011 16:13:33 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1OGDXpM047076; Thu, 24 Feb 2011 16:13:33 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201102241613.p1OGDXpM047076@svn.freebsd.org> From: Remko Lodder Date: Thu, 24 Feb 2011 16:13:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219003 - head/usr.bin/nice X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 16:13:33 -0000 Author: remko Date: Thu Feb 24 16:13:33 2011 New Revision: 219003 URL: http://svn.freebsd.org/changeset/base/219003 Log: Add wording about the priority range and mention what effect this has at certain values. PR: 124469 Obtained from: NetBSD nice.1 v1.14 MFC after: 1 week Modified: head/usr.bin/nice/nice.1 Modified: head/usr.bin/nice/nice.1 ============================================================================== --- head/usr.bin/nice/nice.1 Thu Feb 24 14:56:12 2011 (r219002) +++ head/usr.bin/nice/nice.1 Thu Feb 24 16:13:33 2011 (r219003) @@ -28,7 +28,7 @@ .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd February 24, 2011 .Dt NICE 1 .Os .Sh NAME @@ -50,6 +50,11 @@ value by the specified .Ar increment , or a default value of 10. The lower the nice value of a process, the higher its scheduling priority. +.Ar increment . +The priority can be adjusted over a range of -20 (the higest) to 20 (the +lowest). +A priority of 19 or 20 will prevent a process from taking any cycles from +others at nice 0 or better. .Pp The superuser may specify a negative increment in order to run a utility with a higher scheduling priority. @@ -107,6 +112,7 @@ option has been deprecated but is still .Xr rtprio 1 , .Xr getpriority 2 , .Xr setpriority 2 , +.Xr nice 3, .Xr renice 8 .Sh STANDARDS The