diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
| commit | 2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch) | |
| tree | 7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man7/glob.7 | |
| parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) | |
| download | man-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz | |
hyphen/dash fixes
Diffstat (limited to 'man7/glob.7')
| -rw-r--r-- | man7/glob.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/glob.7 b/man7/glob.7 index e432c3c219..6270958759 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -95,7 +95,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). @@ -110,12 +110,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 |
