diff options
author | gjb <gjb@FreeBSD.org> | 2015-02-20 18:49:49 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-02-20 18:49:49 +0000 |
commit | 8f727f7b19707abbfcc2d8b86fb992e3b1c02611 (patch) | |
tree | 23cb262f06b960940dcf748b1c67ef85c2aa4cae /share/man/man7 | |
parent | 0e2a9d3d0fbfc8f9fd35d8a393c3a2ac29116603 (diff) | |
download | FreeBSD-src-8f727f7b19707abbfcc2d8b86fb992e3b1c02611.zip FreeBSD-src-8f727f7b19707abbfcc2d8b86fb992e3b1c02611.tar.gz |
Fix XZ_THREADS description in release(7), which defaults to
'0', not kern.ncpu.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/release.7 | 5 |
1 files changed, 3 insertions, 2 deletions
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 |