Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_setcbaddr.pod
blob8d1d48d70184189143832d2485fbfdf4e20c6b32
1 =head1 NAME
3 fs_setcbaddr - Configure IP address used for AFS callbacks
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs setcbaddr> S<<< [B<-addr> <I<address>>] >>> [B<-help>]
12 =for html
13 </div>
15 =head1 DESCRIPTION
17 B<fs setcbaddr> changes the IP address used by the client for callbacks.
19 =head1 OPTIONS
21 =over 4
23 =item B<-addr> <I<address>>]
25 The new callback address.
27 =item B<-help>
29 Prints the online help for this command. All other valid options are
30 ignored.
32 =back
34 =head1 OUTPUT
36 This command produces no output other than error messages.
38 =head1 EXAMPLES
40    % fs setcbaddr 10.2.4.23
42 =head1 PRIVILEGE REQUIRED
44 The issuer must be the local superuser.
46 =head1 SEE ALSO
48 L<fs(1)>
50 =head1 COPYRIGHT
52 Copyright 2008. This documentation is covered by the BSD License as
53 written in the doc/LICENSE file. This man page was written by Mike
54 Robinson (L<mike@endpoint.com>) for OpenAFS.