From 1df0a31f44d1745c4e5fad61fa38e68d249bfb9e Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 7 Dec 2004 00:12:17 +0000 Subject: [PATCH] Corrected typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4acb417..995fbc5 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) now deprecated. ** Bug Fixes *** xargs -n NUM now invokes a command as soon as it has NUM arguments. - Previously, it waited until NUM items had been read, and then + Previously, it waited until NUM+1 items had been read, and then invoked the command with NUM arguments, saving the remaining one for next time. *** If "find -L" discovers a symbolic link loop, an error message is issued. -- 2.11.4.GIT