# HG changeset patch # User Florian La Roche # Date 2005-09-18 21:06:36 # Node ID fe3dd937e803ce876c85b26cac70ede97f17dd31 # Parent ab22af71386f0afe698d15ac7cd886451e6d4d83 Fix man page typos diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -274,7 +274,7 @@ grep [options] pattern [files]:: -X, --exclude exclude names matching the given patterns --all print all revisions that match -i, --ignore-case ignore case when matching - -l, --files-with-matches print only file names and revs that match + -l, --files-with-matches print only filenames and revs that match -n, --line-number print matching line numbers -r , --rev search in given revision range -u, --user print user who committed change @@ -347,7 +347,7 @@ locate [options] [files]:: If you want to feed the output of this command into the "xargs" command, use the "-0" option to both this command and "xargs". This will avoid the problem of "xargs" treating single filenames - that contain white space as multiple file names. + that contain white space as multiple filenames. options: @@ -631,9 +631,9 @@ FILE NAME PATTERNS ------------------ Mercurial accepts several notations for identifying one or more - file at a time. + files at a time. - By default, Mercurial treats file names as shell-style extended + By default, Mercurial treats filenames as shell-style extended glob patterns. Alternate pattern notations must be specified explicitly.