aboutsummaryrefslogtreecommitdiffstats
path: root/man7/glob.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
commit7295b7eda04d4d80f032988cb15d22a3610f8780 (patch)
tree5e25f36c92af177438fdfbb131d9015b552236ff /man7/glob.7
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
downloadman-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz
Replaced tabs with spaces
Diffstat (limited to 'man7/glob.7')
-rw-r--r--man7/glob.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/glob.7 b/man7/glob.7
index 0b0048472f..c27eda9451 100644
--- a/man7/glob.7
+++ b/man7/glob.7
@@ -90,7 +90,7 @@ definition. It allowed one to have patterns that expand into
an empty list, as in
.br
.nf
- xv \-wait 0 *.gif *.jpg
+ xv \-wait 0 *.gif *.jpg
.fi
where perhaps no *.gif files are present (and this is not
an error).
@@ -105,12 +105,12 @@ one can force the classical behaviour by setting
(Similar problems occur elsewhere. E.g., where old scripts have
.br
.nf
- rm `find . \-name "*~"`
+ rm `find . \-name "*~"`
.fi
new scripts require
.br
.nf
- rm \-f nosuchfile `find . \-name "*~"`
+ rm \-f nosuchfile `find . \-name "*~"`
.fi
to avoid error messages from
.I rm