Actions
Bug #1438
closedftw(3C) should mention `quit' member of struct FTW and possible values
Start date:
2011-09-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
There's currently no mention of `quit' member of the struct FTW, as well as possible values, which are:
#define FTW_SKD 1 #define FTW_FOLLOW 2 #define FTW_PRUNE 4
Updated by Sergio Aguayo almost 8 years ago
- Status changed from New to In Progress
- Assignee set to Sergio Aguayo
Updated by Sergio Aguayo almost 8 years ago
You're referring to nftw(3C)?
Update - never mind, misread the title.
Updated by Sergio Aguayo almost 8 years ago
The "quit" field, which defaults to zero, is used to set the status member of the FTW structure used. This behavior is already documented in ftwalk(3). Perhaps we should indicate that "quit" is used to the "status" and refer to ftwalk(3) for the available values?
Note: available values are: FTW_AGAIN, FTW_NOPOST, FTW_SKIP, and FTW_FOLLOW.
Updated by Sergio Aguayo over 7 years ago
- Status changed from In Progress to Closed
- Tags deleted (
needs-triage)
As per feedback received on developer@, the `quit` member is not standard, probably private, so it shouldn't be documented at all, so I'm closing this issue.
Actions