From 57449644966071b9adc6ddceb5080af46a5adeaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sun, 23 Jul 2017 12:30:49 -0700 Subject: [PATCH] maint: fix recent syntax-check failures * .gitignore: Add /lib/utime.h from the recent gnulib update. * src/nproc.c (usage): Adjust spacing to placate help2man. --- .gitignore | 1 + src/nproc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a2decfcdb..28eda49724 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ /lib/uniwidth /lib/uniwidth.h /lib/unused-parameter.h +/lib/utime.h /lib/warn-on-use.h /lib/wchar.h /lib/wctype.h diff --git a/src/nproc.c b/src/nproc.c index d7455db70f..5a5d089ea0 100644 --- a/src/nproc.c +++ b/src/nproc.c @@ -62,7 +62,7 @@ which may be less than the number of online processors\n\ "), stdout); fputs (_("\ --all print the number of installed processors\n\ - --ignore=N if possible, exclude N processing units\n\ + --ignore=N if possible, exclude N processing units\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); -- 2.47.3