# HG changeset patch # User Florian La Roche # Date 1127077596 25200 # Node ID fe3dd937e803ce876c85b26cac70ede97f17dd31 # Parent ab22af71386f0afe698d15ac7cd886451e6d4d83 Fix man page typos diff -r ab22af71386f -r fe3dd937e803 doc/hg.1.txt --- a/doc/hg.1.txt Sun Sep 18 14:05:54 2005 -0700 +++ b/doc/hg.1.txt Sun Sep 18 14:06:36 2005 -0700 @@ -274,7 +274,7 @@ -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 @@ 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 @@ ------------------ 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.