commit: 7128696bd54bc2c6d286552d3806fd5e4e7a1b42
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Aug 6 06:24:28 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 10:10:55 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=7128696b
Re-wrap a comment in get_nprocs()
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
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"