]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: fix "e.g." in posix.rst 49451/head
authorZac Dover <zac.dover@gmail.com>
Thu, 15 Dec 2022 04:08:20 +0000 (14:08 +1000)
committerZac Dover <zac.dover@gmail.com>
Thu, 15 Dec 2022 04:53:55 +0000 (14:53 +1000)
Remove "e.g." and replace it with "for example".

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit ac20eb83fe0decb2ffa349622d92331dcf225932)

doc/cephfs/posix.rst

index 77655919f0a265f60a66002587a0fb82a96357ce..d80cbe67e9c4f28d77cc1ee2de51f2c8904a38e2 100644 (file)
@@ -67,11 +67,10 @@ most of the time. Many other storage systems (e.g., HDFS) claim to be
 "POSIX-like" but diverge significantly from the standard by dropping support
 for things like in-place file modifications, truncate, or directory renames.
 
-
 Bottom line
 -----------
 
-CephFS relaxes more than local Linux kernel file systems (e.g., writes
+CephFS relaxes more than local Linux kernel file systems (for example, writes
 spanning object boundaries may be torn).  It relaxes strictly less
 than NFS when it comes to multiclient consistency, and generally less
 than NFS when it comes to write atomicity.