From 8f727f7b19707abbfcc2d8b86fb992e3b1c02611 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 20 Feb 2015 18:49:49 +0000 Subject: Fix XZ_THREADS description in release(7), which defaults to '0', not kern.ncpu. Sponsored by: The FreeBSD Foundation --- share/man/man7/release.7 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index f98863a..a213813 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -262,8 +262,9 @@ Set to the number of threads should use when compressing images. By default, .Va XZ_THREADS -is set to the number of cores reported by -.Va kern.ncpu . +is set to +.Va 0 , +which uses all available cores on the system. .It Va VCSCMD The command run to obtain the source trees. Defaults to -- cgit v1.1