Whamcloud - gitweb
LU-930 doc: remove llapi_layout_t from man pages
[fs/lustre-release.git] / lustre / doc / llapi_layout_comp_add.3
index 1ea53b7..f91692f 100644 (file)
@@ -19,10 +19,12 @@ A composite layout is made of several layout components.
 .BR llapi_layout_comp_add (3)
 adds the layout component
 .I comp
-into the in-memory
-.IR layout
-under construction.  The
-.IR layout
+into the existing in-memory
+.I layout
+under construction, and
+.I comp
+is freed.  The
+.I layout
 will be turned into composite if it was plain before adding. All layout
 attributes of
 .I comp
@@ -42,8 +44,9 @@ but does not delete the component from an existing file layout on the MDT.
 .B llapi_layout_comp_add()
 and
 .B llapi_layout_comp_del()
-return 0 on success, or -1 if an error occurred (in which case, errno is
-set appropriately).
+return 0 on success, or -1 if an error occurred (in which case,
+.B errno
+is set appropriately).
 .SH ERRORS
 .TP 15
 .SM EINVAL