##// END OF EJS Templates
Fix man page typos
Florian La Roche -
r1274:fe3dd937 default
parent child Browse files
Show More
@@ -274,7 +274,7 b' grep [options] pattern [files]::'
274 -X, --exclude <pat> exclude names matching the given patterns
274 -X, --exclude <pat> exclude names matching the given patterns
275 --all print all revisions that match
275 --all print all revisions that match
276 -i, --ignore-case ignore case when matching
276 -i, --ignore-case ignore case when matching
277 -l, --files-with-matches print only file names and revs that match
277 -l, --files-with-matches print only filenames and revs that match
278 -n, --line-number print matching line numbers
278 -n, --line-number print matching line numbers
279 -r <rev>, --rev <rev> search in given revision range
279 -r <rev>, --rev <rev> search in given revision range
280 -u, --user print user who committed change
280 -u, --user print user who committed change
@@ -347,7 +347,7 b' locate [options] [files]::'
347 If you want to feed the output of this command into the "xargs"
347 If you want to feed the output of this command into the "xargs"
348 command, use the "-0" option to both this command and "xargs".
348 command, use the "-0" option to both this command and "xargs".
349 This will avoid the problem of "xargs" treating single filenames
349 This will avoid the problem of "xargs" treating single filenames
350 that contain white space as multiple file names.
350 that contain white space as multiple filenames.
351
351
352 options:
352 options:
353
353
@@ -631,9 +631,9 b' FILE NAME PATTERNS'
631 ------------------
631 ------------------
632
632
633 Mercurial accepts several notations for identifying one or more
633 Mercurial accepts several notations for identifying one or more
634 file at a time.
634 files at a time.
635
635
636 By default, Mercurial treats file names as shell-style extended
636 By default, Mercurial treats filenames as shell-style extended
637 glob patterns.
637 glob patterns.
638
638
639 Alternate pattern notations must be specified explicitly.
639 Alternate pattern notations must be specified explicitly.
General Comments 0
You need to be logged in to leave comments. Login now