Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 17:53:10 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279067 - head/share/man/man7
Message-ID:  <201502201753.t1KHrAaT094625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Feb 20 17:53:10 2015
New Revision: 279067
URL: https://svnweb.freebsd.org/changeset/base/279067

Log:
  Document XZ_THREADS in release(7).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man7/release.7

Modified: head/share/man/man7/release.7
==============================================================================
--- head/share/man/man7/release.7	Fri Feb 20 17:46:20 2015	(r279066)
+++ head/share/man/man7/release.7	Fri Feb 20 17:53:10 2015	(r279067)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 28, 2015
+.Dd February 20, 2015
 .Dt RELEASE 7
 .Os
 .Sh NAME
@@ -256,6 +256,14 @@ Set to a non-empty value to compress the
 The original
 .Pq uncompressed
 images are not removed.
+.It Va XZ_THREADS Pq Vt int
+Set to the number of threads
+.Xr xz 1
+should use when compressing images.
+By default,
+.Va XZ_THREADS
+is set to the number of cores reported by
+.Va kern.ncpu .
 .It Va VCSCMD
 The command run to obtain the source trees.
 Defaults to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201753.t1KHrAaT094625>