From 1157eb9e5d0efea998f9e764b2b5e5d938cc1385 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 25 May 2024 18:41:03 +1000 Subject: [PATCH] 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) --- doc/cephfs/fs-volumes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 525702e11ffc2..cedcf0f1ad6c1 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -185,10 +185,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 -- 2.39.5