From owner-svn-src-all@FreeBSD.ORG Thu Jun 11 06:51:53 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1C7661065673; Thu, 11 Jun 2009 06:51:53 +0000 (UTC) Date: Thu, 11 Jun 2009 06:51:53 +0000 From: Alexey Dokuchaev To: Kip Macy Message-ID: <20090611065152.GA52569@FreeBSD.org> References: <200906102105.n5AL5bPH026001@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200906102105.n5AL5bPH026001@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r193953 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs 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: Thu, 11 Jun 2009 06:51:53 -0000 Kip Macy wrote: > printf("ZFS NOTICE: prefetch is disabled by default on i386" > " - add enable to tunable to change.\n" ); Looks like above text should be tweaked. Also, `--' is more common ASCII representation of n/mdash, but it is generally better to avoid it at all: comma is more readable and takes less space. ./danfe