changeset 1274:fe3dd937e803

Fix man page typos
author Florian La Roche <laroche@redhat.com>
date Sun, 18 Sep 2005 14:06:36 -0700
parents ab22af71386f
children a1a84dd489ff
files doc/hg.1.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <pat>       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>, --rev <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.