From 464023b1104ba5af6cc1787bcaa61f7bc7250aff Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 8 Aug 2024 10:58:50 -0400 Subject: [PATCH] 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 --- lustre/doc/llapi_layout_ost_index_reset.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 1.8.3.1