From owner-svn-src-all@FreeBSD.ORG Fri Sep 20 16:05:09 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A794E14D; Fri, 20 Sep 2013 16:05:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 955A62092; Fri, 20 Sep 2013 16:05:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG59kq063893; Fri, 20 Sep 2013 16:05:09 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG59qQ063892; Fri, 20 Sep 2013 16:05:09 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201309201605.r8KG59qQ063892@svn.freebsd.org> From: John Baldwin Date: Fri, 20 Sep 2013 16:05:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255731 - head/usr.bin/protect X-SVN-Group: head 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: Fri, 20 Sep 2013 16:05:09 -0000 Author: jhb Date: Fri Sep 20 16:05:09 2013 New Revision: 255731 URL: http://svnweb.freebsd.org/changeset/base/255731 Log: Correct stale comments. Approved by: re (joel) Modified: head/usr.bin/protect/protect.1 Modified: head/usr.bin/protect/protect.1 ============================================================================== --- head/usr.bin/protect/protect.1 Fri Sep 20 15:57:50 2013 (r255730) +++ head/usr.bin/protect/protect.1 Fri Sep 20 16:05:09 2013 (r255731) @@ -83,9 +83,7 @@ Remove protection from all current and f .Pp .Dl "protect -cdi -p 1" .Sh SEE ALSO -.Xr pprotect 2 +.Xr procctl 2 .Sh BUGS If you protect a runaway process that allocates all memory the system will deadlock. -.Pp -Inheritance of the protected state is not yet implemented.