aboutsummaryrefslogtreecommitdiff
path: root/ufs-fsck/main.c
Commit message (Collapse)AuthorAgeFilesLines
* (main):Miles Bader1995-10-191-59/+39
| | | | | | | | | Exit with a non-zero status if we fixed anything. Use argp to parse options. (options): Converted to argp format. (args_doc): New variable. (USAGE, usage, SHORT_OPTIONS): Removed. Include <argp.h> instead of <getopt.h>.
* (main): Only print section headers if not in preen mode.Miles Bader1995-10-181-14/+76
| | | | | | | | | (main): Use getopt to parse command line options. (usage): New function. (options): New variable. (lfname, lfmode): Variables moved here from setup.c. (lfname): Made into a char* so that we can change it. (lfmode): Get rid of IFDIR; it's added when necessary.
* entered into RCSMichael I. Bushnell1994-10-131-1/+2
|
* Initial revisionMichael I. Bushnell1994-10-121-0/+62