aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2017-11-02 11:27:51 -0400
committerDavid Howells <dhowells@redhat.com>2017-11-13 10:38:19 -0500
commitbecfcc7e576eed03b93f412769573c93de550527 (patch)
treef83d91429abb2b530695f9859c44ce77a192d271
parent1199db603511d7463d9d3840f96f61967affc766 (diff)
afs: Fix documentation on # vs % prefix in mount source specification
The documentation that describes the #-prefix and the %-prefix used when specifying the source to mount is has the descriptions the wrong way round. Switch them over. Reported-by: Marc Dionne <marc.dionne@auristor.com> Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--Documentation/filesystems/afs.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/afs.txt b/Documentation/filesystems/afs.txt
index 060da408923b..ba99b5ac4fd8 100644
--- a/Documentation/filesystems/afs.txt
+++ b/Documentation/filesystems/afs.txt
@@ -91,8 +91,8 @@ Filesystems can be mounted anywhere by commands similar to the following:
91 mount -t afs "#root.cell." /afs/cambridge 91 mount -t afs "#root.cell." /afs/cambridge
92 92
93Where the initial character is either a hash or a percent symbol depending on 93Where the initial character is either a hash or a percent symbol depending on
94whether you definitely want a R/W volume (hash) or whether you'd prefer a R/O 94whether you definitely want a R/W volume (percent) or whether you'd prefer a
95volume, but are willing to use a R/W volume instead (percent). 95R/O volume, but are willing to use a R/W volume instead (hash).
96 96
97The name of the volume can be suffixes with ".backup" or ".readonly" to 97The name of the volume can be suffixes with ".backup" or ".readonly" to
98specify connection to only volumes of those types. 98specify connection to only volumes of those types.