Savannah bug #16269: avoid confusion over what type of quotes to use

in an example.
This commit is contained in:
James Youngman
2006-06-15 08:19:33 +00:00
parent 35aa6d5e9f
commit 0bc101b41d

View File

@@ -1312,9 +1312,9 @@ actually receiving a command line like this:
.fi
That command is of course not going to work. Instead of doing things
this way, you should enclose the pattern in quotes:
this way, you should enclose the pattern in quotes or escape the wildcard:
.nf
.B $ find . \-name \'*.c\' \-print
.B $ find . \-name \e*.c \-print
.fi
.SH "BUGS"