From: Ken Dreyer Date: Thu, 6 Sep 2012 18:24:25 +0000 (-0600) Subject: doc: fix examples of direct volume access X-Git-Tag: openafs-stable-1_8_0pre1~2037 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=ed0624c32e671f8ae391a61ff8b870ecde740216 doc: fix examples of direct volume access Fix the Unix examples to use ":volume" instead of "#volume", and add a couple more examples. Change-Id: I2e7907b128248343d99136552ab791b9bf0246ca Reviewed-on: http://gerrit.openafs.org/8052 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/doc/xml/AdminGuide/auagd010.xml b/doc/xml/AdminGuide/auagd010.xml index d58648e..b2e2a46 100644 --- a/doc/xml/AdminGuide/auagd010.xml +++ b/doc/xml/AdminGuide/auagd010.xml @@ -2777,11 +2777,23 @@ Windows: - \\afs\example.com#root.cell + \\afs\example.com%root.cell - Access a read/write volume directly + + + Windows: + \\afs\example.com#root.cell - Access a read-only volume directly + + + Unix: + /afs/.:mount/example.com:root.cell - Access a read/write volume directly + + + Unix: + /afs/.:mount/example.com:root.cell.readonly - Access a read-only volume directly Unix: - /afs/.:mount/example.com#root.cell + /afs/.:mount/example.com:root.cell.backup - Access a backup volume directly