]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix recent syntax-check failures
authorPádraig Brady <P@draigBrady.com>
Sun, 23 Jul 2017 19:30:49 +0000 (12:30 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 23 Jul 2017 19:32:29 +0000 (12:32 -0700)
* .gitignore: Add /lib/utime.h from the recent gnulib update.
* src/nproc.c (usage): Adjust spacing to placate help2man.

.gitignore
src/nproc.c

index 9a2decfcdb2f9188b570eaea1b618a32d622208a..28eda49724296b4879046cb4d08147c7049202b5 100644 (file)
 /lib/uniwidth
 /lib/uniwidth.h
 /lib/unused-parameter.h
+/lib/utime.h
 /lib/warn-on-use.h
 /lib/wchar.h
 /lib/wctype.h
index d7455db70f3cfc73a9eba5383c679031314c89f3..5a5d089ea0fe516388906ab665963b6819b5c1f3 100644 (file)
@@ -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);