From owner-svn-src-all@FreeBSD.ORG Sat Apr 13 21:16:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E616A86; Sat, 13 Apr 2013 21:16:16 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 511471455; Sat, 13 Apr 2013 21:16:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3DLGGcf093833; Sat, 13 Apr 2013 21:16:16 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3DLGGTj093832; Sat, 13 Apr 2013 21:16:16 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201304132116.r3DLGGTj093832@svn.freebsd.org> From: Edward Tomasz Napierala Date: Sat, 13 Apr 2013 21:16:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r249447 - stable/9/usr.bin/rctl X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 13 Apr 2013 21:16:16 -0000 Author: trasz Date: Sat Apr 13 21:16:15 2013 New Revision: 249447 URL: http://svnweb.freebsd.org/changeset/base/249447 Log: MFC r249375 by joel@: Minor spelling and grammar fixes. Modified: stable/9/usr.bin/rctl/rctl.8 Directory Properties: stable/9/usr.bin/rctl/ (props changed) Modified: stable/9/usr.bin/rctl/rctl.8 ============================================================================== --- stable/9/usr.bin/rctl/rctl.8 Sat Apr 13 21:14:51 2013 (r249446) +++ stable/9/usr.bin/rctl/rctl.8 Sat Apr 13 21:16:15 2013 (r249447) @@ -162,7 +162,7 @@ See for a list of supported signals. .Pp Not all actions are supported for all resources. -Attempt to add rule with action not supported by a given resouce will result +Attempt to add rule with action not supported by a given resource will result in error. .Pp Note that limiting RSS may kill the machine due to thrashing.