1comment = "Filesystem quota consistency checker" 2desc = <<EOD 3The quotacheck utility examines each file system, builds a table of current 4disk usage, and compares this table against that recorded in the disk quota 5file for the file system. If any inconsistencies are detected, both the quota 6file and the current system copy of the incorrect quotas are updated (the 7latter only occurs if an active file system is checked). 8EOD 9