From: Oleg Drokin Date: Thu, 8 Aug 2024 14:57:23 +0000 (-0400) Subject: LU-18110 doc: llapi_pcc_detach_fid_fd wrong enum names X-Git-Tag: 2.15.91~46 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8011e3337065501dd26b92d8828f005ad54263dd;p=fs%2Flustre-release.git 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 --- 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