Reformat chapter two of the OpenAFS Administration Guide
[openafs.git] / doc / man-pages / pod1 / fs_flushall.pod
1 =head1 NAME
2
3 fs_flushall - Force the AFS Cache Manager to discard all data
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs flushall> [B<-help>]
11
12 B<fs flusha> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<fs flushall> command flushes all data from the AFS cache.
20
21 =head1 CAUTIONS
22
23 This command is only available on Windows.
24
25 =head1 OPTIONS
26
27 =over 4
28
29 =item B<-help>
30
31 Prints the online help for this command.
32
33 =back
34
35 =head1 OUTPUT
36
37 This command has no output.
38
39 =head1 EXAMPLES
40
41 Aside from the help, there is only one way to run B<fs flushall>, which is
42 as follows:
43
44    % fs flushall
45    %
46
47 =head1 PRIVILEGE REQUIRED
48
49 No special privileges are required for this command.
50
51 =head1 SEE ALSO
52
53 L<fs_flush(1)>,
54 L<fs_flushmount(1)>,
55 L<fs_flushvolume(1)>
56
57 =head1 COPYRIGHT
58
59 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
60
61 This documentation is covered by the BSD License as written in the
62 doc/LICENSE file. This man page was written by Jason Edgecombe for
63 OpenAFS.