From owner-freebsd-current@FreeBSD.ORG Tue Mar 30 12:03:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BAB16A4DB for ; Tue, 30 Mar 2004 12:03:23 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id CCA6143D1D for ; Tue, 30 Mar 2004 12:03:22 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 30 Mar 2004 21:03:22 +0100 (BST) Date: Tue, 30 Mar 2004 21:03:21 +0100 From: David Malone To: Niki Denev Message-ID: <20040330200321.GA73554@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-current@freebsd.org Subject: Re: Small typo in the setproctitle() output in sbin/fsck_ffs/pass5.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 20:03:23 -0000 On Tue, Mar 30, 2004 at 09:28:32PM +0300, Niki Denev wrote: > I suppose this little patch will fix this, but i don't know if it is > appropriate for a PR to be filed about such minor problem? In general it is a good idea to submit a PR, as it means the patch and the problem are slightly less likely to get lost. However, I've just committed your patch, so there's no need this time. David.