]> Git Repo - J-linux.git/commitdiff
docs:filesystem: fix mispelled words on autofs page
authorDennis Lam <[email protected]>
Sun, 8 Sep 2024 18:37:42 +0000 (14:37 -0400)
committerJonathan Corbet <[email protected]>
Tue, 10 Sep 2024 21:35:36 +0000 (15:35 -0600)
Signed-off-by: Dennis Lam <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Message-ID: <20240908183741[email protected]>

Documentation/filesystems/autofs.rst

index 3b6e38e646cd8c362960351a84885f56202ccf1a..1ac576458c69a84150e8807fb0ab7c60029b0649 100644 (file)
@@ -18,7 +18,7 @@ key advantages:
 
 2. The names and locations of filesystems can be stored in
    a remote database and can change at any time.  The content
-   in that data base at the time of access will be used to provide
+   in that database at the time of access will be used to provide
    a target for the access.  The interpretation of names in the
    filesystem can even be programmatic rather than database-backed,
    allowing wildcards for example, and can vary based on the user who
@@ -423,7 +423,7 @@ The available ioctl commands are:
        and objects are expired if the are not in use.
 
        **AUTOFS_EXP_FORCED** causes the in use status to be ignored
-       and objects are expired ieven if they are in use. This assumes
+       and objects are expired even if they are in use. This assumes
        that the daemon has requested this because it is capable of
        performing the umount.
 
This page took 0.054429 seconds and 4 git commands to generate.