From 8011e3337065501dd26b92d8828f005ad54263dd Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 8 Aug 2024 10:57:23 -0400 Subject: [PATCH] LU-18110 doc: llapi_pcc_detach_fid_fd wrong enum names The manpage incorrectly spells some enum names in description Change-Id: Ic9cc27dc638886a0d41cbe939fb507e4057a3447 Test-Parameters: trivial Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55971 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger --- lustre/doc/llapi_pcc_detach_fid_fd.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/doc/llapi_pcc_detach_fid_fd.3 b/lustre/doc/llapi_pcc_detach_fid_fd.3 index aee5ea3..1784d57 100644 --- a/lustre/doc/llapi_pcc_detach_fid_fd.3 +++ b/lustre/doc/llapi_pcc_detach_fid_fd.3 @@ -55,10 +55,10 @@ means that detach the file from PCC yet retain the data copy on PCC backend. PCC_DETACH_FL_UNCACHE means that remove the PCC copy after detach. .TP -PCC_DETACH_KNOWN_READWRITE +PCC_DETACH_FL_KNOWN_READWRITE means that it is known that the file was once cached as PCC-RW. .TP -PCC_DETACH_KNOWN_READONLY +PCC_DETACH_FL_KNOWN_READONLY means that it is known that the file was once cached as PCC-RO. .TP PCC_DETACH_FL_CACHE_REMOVED -- 1.8.3.1