tfix+wfix

This commit is contained in:
Michael Kerrisk 2007-11-23 18:49:04 +00:00
parent 821643a889
commit ed145e4749
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ Do not set this flag on the first invocation of
.BR glob ().
.TP
.B GLOB_NOESCAPE
Don't allow backslash ('\') to be used as an escape
Don't allow backslash ('\\') to be used as an escape
character.
Normally, a backslash can be used to quote the following character,
providing a mechanism to turn off the special meaning
@ -207,7 +207,7 @@ then non-directory files are not returned to the caller.
However, the caller must still check that returned files
are directories.
(The purpose of this flag is merely to optimize performance when
the caller is interested only interested in directories.)
the caller is interested only in directories.)
.PP
If
.I errfunc