summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man8/checkarenas.8
diff options
context:
space:
mode:
Diffstat (limited to 'static/plan9-4e/man8/checkarenas.8')
-rw-r--r--static/plan9-4e/man8/checkarenas.834
1 files changed, 34 insertions, 0 deletions
diff --git a/static/plan9-4e/man8/checkarenas.8 b/static/plan9-4e/man8/checkarenas.8
new file mode 100644
index 00000000..e817c9cb
--- /dev/null
+++ b/static/plan9-4e/man8/checkarenas.8
@@ -0,0 +1,34 @@
+.TH CHECKARENAS 8
+.SH NAME
+checkarenas \- check the integrity, and optionally fix, Venti arenas
+.SH SYNOPSIS
+.B venti/checkarenas
+[
+.B -afv
+]
+.I file
+.SH DESCRIPTION
+.I Checkarenas
+examines the Venti arenas contained in the given
+.IR file .
+The program detects various error conditions, and optionally attempts
+to fix any errors that are found.
+.PP
+Option to
+.I checkarenas
+are:
+.TP
+.B -a
+For each arena, scan the entire data section.
+If this option is omitted, only the end section of
+the arena is examined.
+.TP
+.B -f
+Attempt to fix any errors that are found.
+.TP
+.B -v
+Increase the verbosity of output.
+.SH SOURCE
+.B /sys/src/cmd/venti
+.SH "SEE ALSO"
+.IR venti (8)