]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount.8.adoc: fix misformatting
authorMario Blättermann <mario.blaettermann@gmail.com>
Tue, 21 Sep 2021 08:48:37 +0000 (10:48 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Sep 2021 08:48:37 +0000 (10:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8.adoc

index fff6c7c2f77957637ea9b1bfb4bb332d484aae39..2229e08de1719af1e86613fab221d1636837907b 100644 (file)
@@ -1045,7 +1045,7 @@ Can be used to replace UUID of the underlying filesystem in file handles with nu
 When the underlying filesystems supports NFS export and the "nfs_export"
 feature is enabled, an overlay filesystem may be exported to NFS.
 +
-With the “nfs_export” feature, on copy_up of any lower object, an index entry
+With the "nfs_export" feature, on copy_up of any lower object, an index entry
 is created under the index directory. The index entry name is the hexadecimal
 representation of the copy up origin file handle. For a non-directory object,
 the index entry is a hard link to the upper inode. For a directory object, the
@@ -1071,7 +1071,7 @@ This encoding format is identical to the encoding format file handles that are s
 * Find underlying layer by UUID and path type information.
 * Decode the underlying filesystem file handle to underlying dentry.
 * For a lower file handle, lookup the handle in index directory by name.
-* If a whiteout is found in index, return ESTALE. This represents an overlay object that was deleted after its file handle was encoded.
+* If a whiteout is found in index, return **ESTALE**. This represents an overlay object that was deleted after its file handle was encoded.
 * For a non-directory, instantiate a disconnected overlay dentry from the decoded underlying dentry, the path type and index inode, if found.
 * For a directory, use the connected underlying decoded dentry, path type and index, to lookup a connected overlay dentry.