From owner-svn-src-head@FreeBSD.ORG Sat Dec 26 00:46:06 2009 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 209FE10656A4; Sat, 26 Dec 2009 00:46:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 104BB8FC26; Sat, 26 Dec 2009 00:46:06 +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 nBQ0k5dw076250; Sat, 26 Dec 2009 00:46:05 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBQ0k5v6076248; Sat, 26 Dec 2009 00:46:05 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200912260046.nBQ0k5v6076248@svn.freebsd.org> From: Xin LI Date: Sat, 26 Dec 2009 00:46:05 +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: r201010 - head/usr.bin/killall 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: Sat, 26 Dec 2009 00:46:06 -0000 Author: delphij Date: Sat Dec 26 00:46:05 2009 New Revision: 201010 URL: http://svn.freebsd.org/changeset/base/201010 Log: Fix grammar and reduce ambiguity. Submitted by: b. f. Modified: head/usr.bin/killall/killall.1 Modified: head/usr.bin/killall/killall.1 ============================================================================== --- head/usr.bin/killall/killall.1 Fri Dec 25 22:58:43 2009 (r201009) +++ head/usr.bin/killall/killall.1 Sat Dec 26 00:46:05 2009 (r201010) @@ -150,11 +150,11 @@ This .Fx implementation of .Nm -have completely different semantics as compared to the traditional +has completely different semantics as compared to the traditional .Ux System V behavior of -.Nm , -which will kill all processes that the current user is able to +.Nm . +The latter will kill all processes that the current user is able to kill, and is intended to be used by the system shutdown process only. .Sh AUTHORS .An -nosplit