Fix prototype.

This commit is contained in:
Michael Kerrisk 2006-12-27 04:16:33 +00:00
parent dd01027180
commit 69f8784e6c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ glob, globfree \- find pathnames matching a pattern, free memory from glob()
.sp
.BI "int glob(const char *" pattern ", int " flags ,
.br
.BI " int " errfunc "(const char *" epath ", int " eerrno ),
.BI " int (*" errfunc ") (const char *" epath ", int " eerrno ),
.br
.BI " glob_t *" pglob );
.br