From: Oleg Drokin Date: Thu, 8 Aug 2024 14:58:50 +0000 (-0400) Subject: LU-18110 doc: wrong ENOMEM description in manpage X-Git-Tag: 2.15.90~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=464023b1104ba5af6cc1787bcaa61f7bc7250aff;p=fs%2Flustre-release.git LU-18110 doc: wrong ENOMEM description in manpage llapi_layout_ost_index_reset.3 wrongly describes ENOMEM Test-Parameters: trivial Change-Id: I6d17b97aeccc83bfaef35f79b6bd763fde81adcd Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55972 Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- diff --git a/lustre/doc/llapi_layout_ost_index_reset.3 b/lustre/doc/llapi_layout_ost_index_reset.3 index e5bfd26..e6db465 100644 --- a/lustre/doc/llapi_layout_ost_index_reset.3 +++ b/lustre/doc/llapi_layout_ost_index_reset.3 @@ -43,7 +43,7 @@ An invalid argument was specified. The layout does not have any valid components. .TP 15 .SM ENOMEM -The layout does not have any valid components. +Insufficient memory to complete operation. .SH "SEE ALSO" .BR llapi_layout (7), .BR llapi_layout_alloc (3),