Commit becfcc7e authored by David Howells's avatar David Howells

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: default avatarMarc Dionne <marc.dionne@auristor.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 1199db60
...@@ -91,8 +91,8 @@ Filesystems can be mounted anywhere by commands similar to the following: ...@@ -91,8 +91,8 @@ Filesystems can be mounted anywhere by commands similar to the following:
mount -t afs "#root.cell." /afs/cambridge mount -t afs "#root.cell." /afs/cambridge
Where the initial character is either a hash or a percent symbol depending on Where the initial character is either a hash or a percent symbol depending on
whether you definitely want a R/W volume (hash) or whether you'd prefer a R/O whether you definitely want a R/W volume (percent) or whether you'd prefer a
volume, but are willing to use a R/W volume instead (percent). R/O volume, but are willing to use a R/W volume instead (hash).
The name of the volume can be suffixes with ".backup" or ".readonly" to The name of the volume can be suffixes with ".backup" or ".readonly" to
specify connection to only volumes of those types. specify connection to only volumes of those types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment