From owner-svn-src-all@FreeBSD.ORG Fri Feb 25 19:38:42 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90F0C106564A; Fri, 25 Feb 2011 19:38:42 +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 80D5A8FC13; Fri, 25 Feb 2011 19:38:42 +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 p1PJcgwW006477; Fri, 25 Feb 2011 19:38:42 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1PJcg8C006475; Fri, 25 Feb 2011 19:38:42 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201102251938.p1PJcg8C006475@svn.freebsd.org> From: Remko Lodder Date: Fri, 25 Feb 2011 19:38:42 +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: r219039 - head/usr.bin/nice X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 19:38:42 -0000 Author: remko Date: Fri Feb 25 19:38:42 2011 New Revision: 219039 URL: http://svn.freebsd.org/changeset/base/219039 Log: Revert the commit that I made, there is a lot of discussion and it's not accurate anyway Requested by: jb, bde Modified: head/usr.bin/nice/nice.1 Modified: head/usr.bin/nice/nice.1 ============================================================================== --- head/usr.bin/nice/nice.1 Fri Feb 25 19:10:19 2011 (r219038) +++ head/usr.bin/nice/nice.1 Fri Feb 25 19:38:42 2011 (r219039) @@ -50,11 +50,6 @@ 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.