Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

AFS: Documentation: fix a few typos in afs.rst

Fix typos (punctuation, grammar, spelling) in afs.rst.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: linux-afs@lists.infradead.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20210117213351.1075-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
f7775c20 047a4aba

+4 -4
+4 -4
Documentation/filesystems/afs.rst
··· 109 109 AFS has a concept of mountpoints. In AFS terms, these are specially formatted 110 110 symbolic links (of the same form as the "device name" passed to mount). kAFS 111 111 presents these to the user as directories that have a follow-link capability 112 - (ie: symbolic link semantics). If anyone attempts to access them, they will 112 + (i.e.: symbolic link semantics). If anyone attempts to access them, they will 113 113 automatically cause the target volume to be mounted (if possible) on that site. 114 114 115 115 Automatically mounted filesystems will be automatically unmounted approximately ··· 144 144 Proc Filesystem 145 145 =============== 146 146 147 - The AFS modules creates a "/proc/fs/afs/" directory and populates it: 147 + The AFS module creates a "/proc/fs/afs/" directory and populates it: 148 148 149 149 (*) A "cells" file that lists cells currently known to the afs module and 150 150 their usage counts:: ··· 201 201 ./klog 202 202 203 203 Assuming it's successful, this adds a key of type RxRPC, named for the service 204 - and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or 204 + and cell, e.g.: "afs@<cellname>". This can be viewed with the keyctl program or 205 205 by cat'ing /proc/keys:: 206 206 207 207 [root@andromeda ~]# keyctl show ··· 211 211 111416553 --als--v 0 0 \_ rxrpc: afs@CAMBRIDGE.REDHAT.COM 212 212 213 213 Currently the username, realm, password and proposed ticket lifetime are 214 - compiled in to the program. 214 + compiled into the program. 215 215 216 216 It is not required to acquire a key before using AFS facilities, but if one is 217 217 not acquired then all operations will be governed by the anonymous user parts