From 9cf40d6b449a09d74783f12180c0afc2a171df1b Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 12 Aug 2009 17:36:53 +0000 Subject: [PATCH] b=16267 i=Vitaly Fertman liblustre library API man pages --- lustre/doc/Makefile.am | 2 +- lustre/doc/liblustreapi.7 | 11 +++++++++++ lustre/doc/llapi_file_create.3 | 1 + lustre/doc/llapi_file_get_stripe.3 | 3 ++- lustre/doc/llapi_file_open.3 | 3 ++- lustre/doc/llapi_quotactl.3 | 3 ++- lustre/doc/lustre.7 | 3 ++- 7 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 lustre/doc/liblustreapi.7 create mode 100644 lustre/doc/llapi_file_create.3 diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 8c6118e..2b50aac 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -50,7 +50,7 @@ MANFILES = lustre.7 lfs.1 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 lctl.8 \ llverdev.8 llbackup.8 llapi_quotactl.3 llobdstat.8 llstat.8 \ plot-llstat.8 l_getgroups.8 lst.8 routerstat.8 \ ll_recover_lost_found_objs.8 llog_reader.8 llapi_file_open.3 \ - llapi_file_get_stripe.3 + llapi_file_create.3 llapi_file_get_stripe.3 liblustreapi.7 if UTILS man_MANS = $(MANFILES) diff --git a/lustre/doc/liblustreapi.7 b/lustre/doc/liblustreapi.7 new file mode 100644 index 0000000..ebd86bf --- /dev/null +++ b/lustre/doc/liblustreapi.7 @@ -0,0 +1,11 @@ +.TH liblustreapi 7 "2009 Aug 10" Lustre liblustreapi +.SH NAME +liblustre \- The liblustre library +.SH DESCRIPTION +The liblustre library provides functions to access and/or modify settings specific to the Lustre filesystem (allocation policies, quotas, etc). +.SH "SEE ALSO" +.BR lustre (7), +.BR llapi_file_create (3), +.BR llapi_file_open (3), +.BR llapi_file_get_stripe (3), +.BR llapi_quotactl (3) diff --git a/lustre/doc/llapi_file_create.3 b/lustre/doc/llapi_file_create.3 new file mode 100644 index 0000000..60dd263 --- /dev/null +++ b/lustre/doc/llapi_file_create.3 @@ -0,0 +1 @@ +.so man3/llapi_file_open.3 diff --git a/lustre/doc/llapi_file_get_stripe.3 b/lustre/doc/llapi_file_get_stripe.3 index fba25be..061976c 100644 --- a/lustre/doc/llapi_file_get_stripe.3 +++ b/lustre/doc/llapi_file_get_stripe.3 @@ -200,4 +200,5 @@ cleanup: } .fi .SH "SEE ALSO" -.BR lustre (7) +.BR lustre (7), +.BR liblustreapi (7) diff --git a/lustre/doc/llapi_file_open.3 b/lustre/doc/llapi_file_open.3 index 0d84d72..ce015ac 100644 --- a/lustre/doc/llapi_file_open.3 +++ b/lustre/doc/llapi_file_open.3 @@ -151,4 +151,5 @@ int main(int argc, char *argv[]) .fi .SH "SEE ALSO" .BR open (2), -.BR lustre (7) +.BR lustre (7), +.BR liblustreapi (7) diff --git a/lustre/doc/llapi_quotactl.3 b/lustre/doc/llapi_quotactl.3 index 87ad80c..4866c72 100644 --- a/lustre/doc/llapi_quotactl.3 +++ b/lustre/doc/llapi_quotactl.3 @@ -176,4 +176,5 @@ No disc quota is found for the indicated user. Quotas have not been turned on for this filesystem. .SH "SEE ALSO" .BR lfs (1), -.BR lustre (7) +.BR lustre (7), +.BR liblustreapi (7) diff --git a/lustre/doc/lustre.7 b/lustre/doc/lustre.7 index efa92bd..650dc97 100644 --- a/lustre/doc/lustre.7 +++ b/lustre/doc/lustre.7 @@ -70,4 +70,5 @@ http://downloads.lustre.org/ .BR tunefs.lustre (8), .BR mount.lustre (8), .BR lctl (8), -.BR lfs (1) +.BR lfs (1), +.BR liblustreapi (7) -- 1.8.3.1