freebsd-dev/sbin/fsck
Bruce Evans 05a8df3c21 fsck_msdosfs/main.c:
- Don't use errexit() to (mis)implement usage().  Using errexit() just
  gave the bogus exit code 8.
- Fixed 3 other style bugs in usage().

fsck/fsutil.[ch]:
- Garbage-collected errexit().  It is essentially just one of NetBSD's
  fsck_ext2fs error printing functions, but we don't have fsck_ext2fs
  and the function is unsuitable for use there too (since pfatal() is
  also used and it printf to a different stream).
2003-12-27 13:08:55 +00:00
..
fsck.8 Remove references to the '-l' option in synopsis. The rest of the 2003-07-26 12:57:56 +00:00
fsck.c Remove redundant declaration of the perror() function, it's provided by stdio.h. 2003-10-29 16:09:17 +00:00
fsutil.c fsck_msdosfs/main.c: 2003-12-27 13:08:55 +00:00
fsutil.h fsck_msdosfs/main.c: 2003-12-27 13:08:55 +00:00
Makefile Bump WARNS level and add a '?' to WARNS=. 2003-10-29 16:10:17 +00:00
preen.c Straighten out a compound if() to improve readability marginally. 2002-12-17 19:33:44 +00:00