checkarenas 669 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH CHECKARENAS 8
  2. .SH NAME
  3. checkarenas \- check the integrity, and optionally fix, Venti arenas
  4. .SH SYNOPSIS
  5. .B venti/checkarenas
  6. [
  7. .B -afv
  8. ]
  9. .I file
  10. .SH DESCRIPTION
  11. .I Checkarenas
  12. examines the Venti arenas contained in the given
  13. .IR file .
  14. The program detects various error conditions, and optionally attempts
  15. to fix any errors that are found.
  16. .PP
  17. Option to
  18. .I checkarenas
  19. are:
  20. .TP
  21. .B -a
  22. For each arena, scan the entire data section.
  23. If this option is omitted, only the end section of
  24. the arena is examined.
  25. .TP
  26. .B -f
  27. Attempt to fix any errors that are found.
  28. .TP
  29. .B -v
  30. Increase the verbosity of output.
  31. .SH SOURCE
  32. .B /sys/src/cmd/venti
  33. .SH "SEE ALSO"
  34. .IR venti (8)