diff --git a/doc/man-pages/README b/doc/man-pages/README index 809a120d74..6046f23eab 100644 --- a/doc/man-pages/README +++ b/doc/man-pages/README @@ -195,8 +195,8 @@ Known Problems bos_util copyauth + flushall (Windows only) fs getcalleraccess - fs listaliases fs newalias fs rxstatpeer fs rxstatproc @@ -218,10 +218,6 @@ Known Problems vos size vsys - * The following configuration files have no man pages: - - CellAlias - * klog.krb, pagsh.krb, and tokens.krb need to be listed as alternative names in the NAME line of the non-.krb man pages, links should be installed on man page installation, and the behavior of pagsh.krb diff --git a/doc/man-pages/pod1/fs.pod b/doc/man-pages/pod1/fs.pod index 6c88f5e0e0..286a795190 100644 --- a/doc/man-pages/pod1/fs.pod +++ b/doc/man-pages/pod1/fs.pod @@ -19,10 +19,12 @@ Commands to set and report how the Cache Manager interacts with server machines: L|fs_checkservers(1)>, L|fs_getcellstatus(1)>, +L|fs_getcrypt(1)>, L|fs_getserverprefs(1)>, L|fs_listcells(1)>, L|fs_newcell(1)>, L|fs_setcell(1)>, +L|fs_setcrypt(1)>, L|fs_setserverprefs(1)>, L|fs_sysname(1)>, and L|fs_wscell(1)>. @@ -55,6 +57,7 @@ L|fs_checkvolumes(1)>, L|fs_flush(1)>, L|fs_flushvolume(1)>, L|fs_getcacheparms(1)>, +L|fs_listaliases(1)>, and L|fs_setcachesize(1)>. =item * diff --git a/doc/man-pages/pod1/fs_listaliases.pod b/doc/man-pages/pod1/fs_listaliases.pod new file mode 100644 index 0000000000..aa015df2c9 --- /dev/null +++ b/doc/man-pages/pod1/fs_listaliases.pod @@ -0,0 +1,56 @@ +=head1 NAME + +fs listaliases - Displays the current list of aliases for AFS cells + +=head1 SYNOPSIS + +=for html +
+ +B + +=for html +
+ +=head1 DESCRIPTION + +The B command shows the list of cell aliases currently in +effect, both from F and created using B. Cell +aliases can only be used when the using a Dynamic Root (the B<-dynroot> +option to B). + +=head1 OPTIONS + +This command takes no options. + +=head1 OUTPUT + +If an alias C exists for the cell C, the output +include the following line: + + Alias openafs for cell openafs.org + +=head1 EXAMPLES + +There is only one way to invoke B: + + % fs listaliases + +=back + +=head1 PRIVILEGE REQUIRED + +No special priviledges are required for this command. + +=head1 SEE ALSO + +L, +L, +L + +=head1 COPYRIGHT + +Copyright 2007 Jason Edgecombe + +This documentation is covered by the IBM Public License Version 1.0. This +man page was written by Jason Edgecombe for OpenAFS.