blob: e817c9cba4b7cbcdcee9fc14d4a8a7c3e1cb8faf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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)
|