From 8ea6c727aa60dc60d5bc18a476f673554aaffff5 Mon Sep 17 00:00:00 2001 From: Jason Edgecombe Date: Sat, 13 Feb 2010 09:16:22 -0500 Subject: [PATCH] Some minor rewording and grammatical tweaks of the CellAlias man page Added some text that the CellAlias file is only used on Unix. LICENSE BSD Change-Id: I913d6a0774240ffc16cf92cfa92c4b2d06f41fd6 Reviewed-on: http://gerrit.openafs.org/1307 Tested-by: Jason Edgecombe Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod5/CellAlias.pod | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/man-pages/pod5/CellAlias.pod b/doc/man-pages/pod5/CellAlias.pod index d75ad4a90..4d89c7c6a 100644 --- a/doc/man-pages/pod5/CellAlias.pod +++ b/doc/man-pages/pod5/CellAlias.pod @@ -4,10 +4,10 @@ CellAlias - Maps cell names to aliases in /afs =head1 DESCRIPTION -The F file is used when the AFS Cache Manager is Dynamic Root -(B<-dynroot>) mode. It creates symbolic links in the dynamic root that -link an alias for a cell (usually a short name) to the full name for the -cell. +The F file is used by the Unix cache manager when it is using +Dynamic Root (B<-dynroot>) mode. It creates symbolic links in the dynamic +root (/afs) that link an alias for a cell (usually a short name) to the +full name for the cell. The most common use of this configuration file is to allow short names for frequently used cell names. Traditionally, such short names would be @@ -20,8 +20,9 @@ such short names to be created under the client control. If you configure a short name mapping such as C for C, the mapping of C<.ir> to C<.ir.stanford.edu> for the read/write version of the C volume for that cell will be -created automatically. There is no need to list that alias separately (and -it is listed separately, B will report an error on startup). +created automatically. There is no need to list that alias +separately. B will report an error on startup if the dotted entry is +listed separately. The contents of the F file should consist of one line of two whitespace-separated columns per alias. The first column is the real name -- 2.39.5