From 7128696bd54bc2c6d286552d3806fd5e4e7a1b42 Mon Sep 17 00:00:00 2001 From: Kerin Millar Date: Tue, 6 Aug 2024 07:24:28 +0100 Subject: Re-wrap a comment in get_nprocs() Signed-off-by: Kerin Millar Signed-off-by: Sam James --- functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index f84708f..2174fec 100644 --- a/functions.sh +++ b/functions.sh @@ -319,7 +319,8 @@ get_nprocs() true elif getconf _NPROCESSORS_ONLN 2>/dev/null; then # This constant is standard as of POSIX-1.2024 and was already - # supported by glibc, musl-utils, macOS, FreeBSD, NetBSD and OpenBSD. + # supported by glibc, musl-utils, macOS, FreeBSD, NetBSD and + # OpenBSD. true else warn "get_nprocs: failed to determine the number of processors" -- cgit v1.2.3-65-gdbad