This commit is contained in:
Michael Kerrisk 2007-12-18 07:36:46 +00:00
parent 8937ead23a
commit a40ee90ba2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ present as an extension):
typedef struct {
size_t gl_pathc; /* Count of paths matched so far */
char **gl_pathv; /* List of matched pathnames. */
size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
size_t gl_offs; /* Slots to reserve in \fIgl_pathv\fP. */
} glob_t;
.fi
.PP