From owner-svn-src-head@FreeBSD.ORG Fri Feb 20 20:37:38 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 887A5D41; Fri, 20 Feb 2015 20:37:38 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtp002.mac.com [17.172.220.237]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E06605; Fri, 20 Feb 2015 20:37:38 +0000 (UTC) Received: from st11p02mm-spool001.mac.com ([17.172.220.246]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTP id <0NK300DB67X9X010@st11p02mm-asmtp002.mac.com>; Fri, 20 Feb 2015 20:36:46 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-20_09:2015-02-20,2015-02-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502200193 MIME-version: 1.0 Received: from localhost ([17.172.220.163]) by st11p02mm-spool001.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTP id <0NK3004RP7X9ZP30@st11p02mm-spool001.mac.com>; Fri, 20 Feb 2015 20:36:45 +0000 (GMT) To: Glen Barber From: Rui Paulo Subject: Re: svn commit: r279073 - head/share/man/man7 Date: Fri, 20 Feb 2015 20:36:46 +0000 (GMT) X-Mailer: iCloud MailClient15A99 MailServer15A.18175 X-Originating-IP: [173.11.70.226] Message-id: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 20 Feb 2015 20:37:38 -0000 On Feb 20, 2015, at 10:49 AM, Glen Barber wrote:=0A=0AAu= thor: gjb=0ADate: Fri Feb 20 18:49:49 2015=0ANew Revision: 279073=0AURL: h= ttps://svnweb.freebsd.org/changeset/base/279073=0A=0ALog:=0AFix XZ_THREADS= description in release(7), which defaults to=0A'0', not kern.ncpu.=0A=0AS= ponsored by: =C2=A0 =C2=A0 =C2=A0 =C2=A0The FreeBSD Foundation=0A=0AModifi= ed:=0Ahead/share/man/man7/release.7=0A=0AModified: head/share/man/man7/rel= ease.7=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=0A--- head/share/man/man7/release.7 =C2=A0 =C2=A0 =C2=A0= =C2=A0Fri Feb 20 18:42:00 2015 =C2=A0 =C2=A0 =C2=A0 =C2=A0(r279072)=0A+++= head/share/man/man7/release.7 =C2=A0 =C2=A0Fri Feb 20 18:49:49 2015 =C2=A0= =C2=A0 =C2=A0 =C2=A0(r279073)=0A@@ -262,8 +262,9 @@ Set to the number of = threads=0Ashould use when compressing images.=0ABy default,=0A.Va XZ_THREA= DS=0A-is set to the number of cores reported by=0A-.Va kern.ncpu .=0A+is s= et to=0A+.Va 0 ,=0A+which uses all available cores on the system.=0A=C2=A0= =0A... provided there's enough memory.=