From 6bfc2be65bbf39e6be4a8ab7f8cfbfa66bc9363a Mon Sep 17 00:00:00 2001 From: Jason Edgecombe Date: Thu, 26 Sep 2013 22:07:39 -0400 Subject: [PATCH] DOC: afsd man page: give an example of the direct volume mount syntax The syntax is a little confusing, so an example is needed to clarify it. Change-Id: I413a5f2af6ccf48e780007c658c35a34384d09e0 Reviewed-on: http://gerrit.openafs.org/10281 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Michael Meffie Reviewed-by: Mark Vitale Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/afsd.pod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/man-pages/pod8/afsd.pod b/doc/man-pages/pod8/afsd.pod index 391a5ad46c..cb5be312b1 100644 --- a/doc/man-pages/pod8/afsd.pod +++ b/doc/man-pages/pod8/afsd.pod @@ -541,10 +541,12 @@ When the dynamic root (B<-dynroot>, B<-dynroot-sparse>) and the fake stat provides a special directory named F which allows access to volumes by volume name or ID. The F directory appears to be empty, but any name in the form of I:I will be resolved as a -read-write mount point to the specified volume. This dynamic mount feature is -recommended only for temporary access to a volume. Linux-based cache managers -provide this dynamic mount feature even when dynamic root (B<-dynroot>, -B<-dynroot-sparse>) is not in effect. +read-write mount point to the specified volume. For example, the +I volume in the I cell would be accessible at the +following path: F. This dynamic mount +feature is recommended only for temporary access to a volume. Linux-based +cache managers provide this dynamic mount feature even when dynamic root +(B<-dynroot>, B<-dynroot-sparse>) is not in effect. =item B<-dynroot-sparse>