Fixed struct name in the examples, misplaced get/set and
stripe size actually is working on stripe size, not count
Change-Id: Ic777b036a609b586a4ef6eb1636985e60ba7d44f
Test-Parameters: trivial
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55970
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Using this interface to create a file might consist of the following steps.
.IP \[bu]
Allocate
-.B struct layout
+.B struct llapi_layout
with
.BR llapi_layout_alloc (3).
.IP \[bu]
the stripe count of
.IR layout .
.PP
-.B llapi_layout_stripe_count_get()
+.B llapi_layout_stripe_count_set()
sets the stripe count of
.I layout
to
.TH llapi_layout_stripe_size_get 3 "2013 Oct 31" "Lustre User API"
.SH NAME
llapi_layout_stripe_size_get, llapi_layout_stripe_size_set \- get or set the
-stripe count of a Lustre file
+stripe size of a Lustre file
.SH SYNOPSIS
.nf
.B #include <lustre/lustreapi.h>
the stripe size of
.IR layout .
.PP
-.B llapi_layout_stripe_size_get()
+.B llapi_layout_stripe_size_set()
sets the stripe size of
.I layout
to