nproc.1: Fix "first appeared in" detailsnproc(1) has been MFC'ed into 13-STABLE and made it into 13.2-RELEASE.MFC after: 3 days
nproc: denote an incompatiblity with LinuxOn Linux _NPROCESSORS_CONF reports CPU threads disabled by the kernel,while it does not on FreeBSD.Flip _NPROCESSORS_ONLN to _NPROCESSORS_CONF. While it
nproc: denote an incompatiblity with LinuxOn Linux _NPROCESSORS_CONF reports CPU threads disabled by the kernel,while it does not on FreeBSD.Flip _NPROCESSORS_ONLN to _NPROCESSORS_CONF. While it keeps reportingthe same value, it will automagically unbreak should someone change theabove.
show more ...
man: some typesetting and style fixes for recent additionsMostly start each sentence from a new line. Also add more prettytypesetting to cdce(4).Reviewed by: impSponsored by: The FreeBSD Found
man: some typesetting and style fixes for recent additionsMostly start each sentence from a new line. Also add more prettytypesetting to cdce(4).Reviewed by: impSponsored by: The FreeBSD FoundationDifferential revision: https://reviews.freebsd.org/D38501
Add nproc(1)This program prints the number of CPU threads it can run on, whilerespecting cpusets (or not, depending on switches).It aims to be compatible with nproc as found in GNU coreutils.R
Add nproc(1)This program prints the number of CPU threads it can run on, whilerespecting cpusets (or not, depending on switches).It aims to be compatible with nproc as found in GNU coreutils.Reviewed by: desReviewed by: pstefDifferential Revision: https://reviews.freebsd.org/D38386