mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Fixed typo
This commit is contained in:
parent
4ad43858e6
commit
f198887c2e
@ -1,6 +1,7 @@
|
||||
2007-01-22 James Youngman <jay@gnu.org>
|
||||
|
||||
* lib/regeprops.c (describe_regex_syntax): fixed a typo in the text
|
||||
* doc/find.texi (Multiple Files): fixed a typo
|
||||
|
||||
2007-01-16 James Youngman <jay@gnu.org>
|
||||
|
||||
|
||||
@ -1955,7 +1955,7 @@ where it appears on its own in an argument, GNU @code{find} replaces
|
||||
@node Multiple Files
|
||||
@subsection Multiple Files
|
||||
|
||||
Sometimes you need to process files one of the time. But usually this
|
||||
Sometimes you need to process files one at a time. But usually this
|
||||
is not necessary, and, it is faster to run a command on as many files
|
||||
as possible at a time, rather than once per file. Doing this saves on
|
||||
the time it takes to start up the command each time.
|
||||
|
||||
@ -306,7 +306,7 @@ describe_regex_syntax(int options)
|
||||
literal("The character @samp{$} only represents the end of a string when it appears:");
|
||||
beginenum();
|
||||
enum_item("At the end of a regular expression");
|
||||
enum_item("Before an close-group, signified by ");
|
||||
enum_item("Before a close-group, signified by ");
|
||||
if (options & RE_NO_BK_PARENS)
|
||||
{
|
||||
literal("@samp{)}");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user