openafs/doc/man-pages/pod1/fs_getverify.pod
Russ Allbery 2386dca751 Fix spelling error in fs_getverify man page
priviledges -> privileges

Change-Id: I56d233feb7a05d184b26d24d80fbdd4c1e0d0896
Reviewed-on: http://gerrit.openafs.org/10023
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
2013-06-29 23:27:41 -07:00

70 lines
1.4 KiB
Plaintext

=head1 NAME
fs_getverify - Displays the state of data verification for AFS store operations [Windows only]
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<fs getverify> [B<-help>]
=for html
</div>
=head1 DESCRIPTION
The B<fs getverify> command shows the status of data verification for
store data operations in the AFS client. When enabled, each store data
operation is followed by a matching fetch data request. If the data does
not match, the operation is repeated. The complement of this command is
B<fs setverify> which sets the status of data verification in the client.
=head1 CAUTIONS
The B<fs getverify> command is only available on Microsoft Windows. There
is no equivalent for other platforms.
=head1 OPTIONS
=over 4
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 OUTPUT
If data verification is enabled, the output is:
Data verify mode is currently on.
If data verification is disabled, the output is:
Data verify mode is currently off.
=head1 EXAMPLES
There is only one way to invoke B<fs getverify>:
% fs getverify
=head1 PRIVILEGE REQUIRED
No special privileges are required for this command.
=head1 SEE ALSO
L<fs_setverify(1)>
=head1 COPYRIGHT
Copyright 2012 Jeffrey Altman <jaltman@your-file-system.com>
This documentation is covered by the BSD License as written in the
doc/LICENSE file. This man page was written by Jeffrey Altman for
OpenAFS.