From: Zac Dover Date: Sat, 25 May 2024 08:41:03 +0000 (+1000) Subject: doc/cephfs: disambiguate two sentences X-Git-Tag: v17.2.8~345^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6274c5e3cdcf24e40d86b9991c491b95c977c9b5;p=ceph.git doc/cephfs: disambiguate two sentences Rewrite two sentences so that they are unambgiuously in the indicative mood and not, as they previously seemed, in the imperative mood. Signed-off-by: Zac Dover (cherry picked from commit 32155e236085f64f7ea289f26be1274d5d2771fa) --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 586a8b04539c..5d1d3223e5d6 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -181,10 +181,11 @@ The output format is JSON and contains fields as follows: * ``atime``: access time of the subvolume group path in the format ``YYYY-MM-DD HH:MM:SS`` -* ``mtime``: modification time of the subvolume group path in the format +* ``mtime``: time of the most recent modification of the subvolume group path + in the format ``YYYY-MM-DD HH:MM:SS`` -* ``ctime``: change time of the subvolume group path in the format ``YYYY-MM-DD - HH:MM:SS`` +* ``ctime``: time of the most recent change of the subvolume group path in the + format ``YYYY-MM-DD HH:MM:SS`` * ``uid``: uid of the subvolume group path * ``gid``: gid of the subvolume group path * ``mode``: mode of the subvolume group path