NetBSD/sbin/fsck_ffs
ross 8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
..
SMM.doc "than" instead of "then". 2001-11-21 19:14:19 +00:00
Makefile
dir.c Fix a rather glaring byte-swapping bug: di_size is 64 bits, not 16. 2001-01-23 02:35:51 +00:00
extern.h remove redundant declarations 2001-02-04 21:25:54 +00:00
fsck.h remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
fsck_ffs.8 Edit -mdoc usage. 2002-02-07 03:15:06 +00:00
inode.c use %ll_ instead of the less standard %q_ 2001-01-05 02:02:57 +00:00
main.c - implement -F; treat provided filesystems as images in regular files 2001-08-15 03:54:53 +00:00
pass1.c use %ll_ instead of the less standard %q_ 2001-01-05 02:02:57 +00:00
pass1b.c
pass2.c The reconnect algorithm was historically O(n^4). 2001-01-09 05:51:14 +00:00
pass3.c Abstract the code to attach a directory to its parent's child list into a 2001-01-10 08:22:20 +00:00
pass4.c
pass5.c remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
setup.c Don't use the pendinginodes and pendingblocks fields in alternate 2001-12-19 10:05:20 +00:00
utilities.c Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers of 2001-09-02 01:58:30 +00:00