From: Timothy Day Date: Sat, 29 Mar 2025 23:26:03 +0000 (-0400) Subject: LU-18687 doc: move man pages to Documentation [3] X-Git-Tag: 2.16.55~15 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6f79c524e0597a0c5016f8f4e90ea4b5683facf;p=fs%2Flustre-release.git LU-18687 doc: move man pages to Documentation [3] Consolidate all of the man pages into the top level Documentation directory. Move all of the Lustre man pages (from 3) to Docmentation/. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: I0cd7bda703cfd4cae1f18261c2c617fae188a2e2 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58588 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger --- diff --git a/Documentation/man3/Makefile.am b/Documentation/man3/Makefile.am index 6e53ab5..ebf7cc3 100644 --- a/Documentation/man3/Makefile.am +++ b/Documentation/man3/Makefile.am @@ -4,15 +4,115 @@ # This file is part of Lustre, http://www.lustre.org/ # -MANFILES = +LIBMAN = \ + llapi_changelog_clear.3 \ + llapi_changelog_fini.3 \ + llapi_changelog_free.3 \ + llapi_changelog_get_fd.3 \ + llapi_changelog_in_buf.3 \ + llapi_changelog_recv.3 \ + llapi_changelog_set_xflags.3 \ + llapi_changelog_start.3 \ + llapi_create_volatile_param.3 \ + llapi_fd2parent.3 \ + llapi_fid_parse.3 \ + llapi_fid_to_handle.3 \ + llapi_file_create.3 \ + llapi_file_create_foreign.3 \ + llapi_file_get_stripe.3 \ + llapi_file_open.3 \ + llapi_get_fsname.3 \ + llapi_get_fsname_instance.3 \ + llapi_get_instance.3 \ + llapi_get_lum_dir.3 \ + llapi_get_lum_dir_fd.3 \ + llapi_get_lum_file.3 \ + llapi_get_lum_file_fd.3 \ + llapi_getname.3 \ + llapi_group_lock.3 \ + llapi_group_unlock.3 \ + llapi_heat_get.3 \ + llapi_heat_set.3 \ + llapi_hsm_action_begin.3 \ + llapi_hsm_action_end.3 \ + llapi_hsm_action_get_dfid.3 \ + llapi_hsm_action_get_fd.3 \ + llapi_hsm_action_progress.3 \ + llapi_hsm_copytool_get_fd.3 \ + llapi_hsm_copytool_recv.3 \ + llapi_hsm_copytool_register.3 \ + llapi_hsm_copytool_unregister.3 \ + llapi_hsm_state_get.3 \ + llapi_hsm_state_set.3 \ + llapi_ioctl.3 \ + llapi_ladvise.3 \ + llapi_layout_alloc.3 \ + llapi_layout_comp_add.3 \ + llapi_layout_comp_del.3 \ + llapi_layout_comp_extent_get.3 \ + llapi_layout_comp_extent_set.3 \ + llapi_layout_comp_flags_clear.3 \ + llapi_layout_comp_flags_get.3 \ + llapi_layout_comp_flags_set.3 \ + llapi_layout_comp_id_get.3 \ + llapi_layout_comp_use.3 \ + llapi_layout_comp_use_id.3 \ + llapi_layout_extension_size_get.3 \ + llapi_layout_extension_size_set.3 \ + llapi_layout_file_comp_add.3 \ + llapi_layout_file_comp_del.3 \ + llapi_layout_file_create.3 \ + llapi_layout_file_open.3 \ + llapi_layout_free.3 \ + llapi_layout_get_by_fd.3 \ + llapi_layout_get_by_fid.3 \ + llapi_layout_get_by_path.3 \ + llapi_layout_get_by_xattr.3 \ + llapi_layout_ost_index_get.3 \ + llapi_layout_ost_index_set.3 \ + llapi_layout_ost_index_reset.3 \ + llapi_layout_pattern_get.3 \ + llapi_layout_pattern_set.3 \ + llapi_layout_pool_name_get.3 \ + llapi_layout_pool_name_set.3 \ + llapi_layout_stripe_count_get.3 \ + llapi_layout_stripe_count_set.3 \ + llapi_layout_stripe_size_get.3 \ + llapi_layout_stripe_size_set.3 \ + llapi_open_by_fid.3 \ + llapi_open_by_fid_at.3 \ + llapi_param_get_paths.3 \ + llapi_param_get_value.3 \ + llapi_path2fid.3 \ + llapi_path2parent.3 \ + llapi_pcc_attach.3 \ + llapi_pcc_attach_fid.3 \ + llapi_pcc_attach_fid_str.3 \ + llapi_pcc_detach_fid.3 \ + llapi_pcc_detach_fid_fd.3 \ + llapi_pcc_detach_fid_str.3 \ + llapi_pcc_detach_file.3 \ + llapi_pccdev_get.3 \ + llapi_pccdev_set.3 \ + llapi_pcc_state_get.3 \ + llapi_pcc_state_get_fd.3 \ + llapi_pcc_clear.3 \ + llapi_pcc_del.3 \ + llapi_quotactl.3 \ + llapi_rmfid.3 \ + llapi_rmfid_at.3 \ + llapi_search_mdt.3 \ + llapi_search_ost.3 \ + llapi_search_tgt.3 \ + llapi_search_rootpath.3 \ + llapi_search_rootpath_by_dev.3 \ + llapi_unlink_foreign.3 if MANPAGES -if UTILS -man_MANS = $(MANFILES) -endif +man_MANS = $(LIBMAN) endif CLEANFILES = *.aux *.tex *.log *.pdf -EXTRA_DIST = $(MANFILES) +EXTRA_DIST = $(LIBMAN) all: diff --git a/lustre/doc/llapi_changelog_clear.3 b/Documentation/man3/llapi_changelog_clear.3 similarity index 100% rename from lustre/doc/llapi_changelog_clear.3 rename to Documentation/man3/llapi_changelog_clear.3 diff --git a/lustre/doc/llapi_changelog_fini.3 b/Documentation/man3/llapi_changelog_fini.3 similarity index 100% rename from lustre/doc/llapi_changelog_fini.3 rename to Documentation/man3/llapi_changelog_fini.3 diff --git a/lustre/doc/llapi_changelog_free.3 b/Documentation/man3/llapi_changelog_free.3 similarity index 100% rename from lustre/doc/llapi_changelog_free.3 rename to Documentation/man3/llapi_changelog_free.3 diff --git a/lustre/doc/llapi_changelog_get_fd.3 b/Documentation/man3/llapi_changelog_get_fd.3 similarity index 100% rename from lustre/doc/llapi_changelog_get_fd.3 rename to Documentation/man3/llapi_changelog_get_fd.3 diff --git a/lustre/doc/llapi_changelog_in_buf.3 b/Documentation/man3/llapi_changelog_in_buf.3 similarity index 100% rename from lustre/doc/llapi_changelog_in_buf.3 rename to Documentation/man3/llapi_changelog_in_buf.3 diff --git a/lustre/doc/llapi_changelog_recv.3 b/Documentation/man3/llapi_changelog_recv.3 similarity index 100% rename from lustre/doc/llapi_changelog_recv.3 rename to Documentation/man3/llapi_changelog_recv.3 diff --git a/lustre/doc/llapi_changelog_set_xflags.3 b/Documentation/man3/llapi_changelog_set_xflags.3 similarity index 100% rename from lustre/doc/llapi_changelog_set_xflags.3 rename to Documentation/man3/llapi_changelog_set_xflags.3 diff --git a/lustre/doc/llapi_changelog_start.3 b/Documentation/man3/llapi_changelog_start.3 similarity index 100% rename from lustre/doc/llapi_changelog_start.3 rename to Documentation/man3/llapi_changelog_start.3 diff --git a/lustre/doc/llapi_create_volatile_param.3 b/Documentation/man3/llapi_create_volatile_param.3 similarity index 100% rename from lustre/doc/llapi_create_volatile_param.3 rename to Documentation/man3/llapi_create_volatile_param.3 diff --git a/lustre/doc/llapi_fd2parent.3 b/Documentation/man3/llapi_fd2parent.3 similarity index 100% rename from lustre/doc/llapi_fd2parent.3 rename to Documentation/man3/llapi_fd2parent.3 diff --git a/lustre/doc/llapi_fid_parse.3 b/Documentation/man3/llapi_fid_parse.3 similarity index 100% rename from lustre/doc/llapi_fid_parse.3 rename to Documentation/man3/llapi_fid_parse.3 diff --git a/lustre/doc/llapi_fid_to_handle.3 b/Documentation/man3/llapi_fid_to_handle.3 similarity index 100% rename from lustre/doc/llapi_fid_to_handle.3 rename to Documentation/man3/llapi_fid_to_handle.3 diff --git a/lustre/doc/llapi_file_create.3 b/Documentation/man3/llapi_file_create.3 similarity index 100% rename from lustre/doc/llapi_file_create.3 rename to Documentation/man3/llapi_file_create.3 diff --git a/lustre/doc/llapi_file_create_foreign.3 b/Documentation/man3/llapi_file_create_foreign.3 similarity index 100% rename from lustre/doc/llapi_file_create_foreign.3 rename to Documentation/man3/llapi_file_create_foreign.3 diff --git a/lustre/doc/llapi_file_get_stripe.3 b/Documentation/man3/llapi_file_get_stripe.3 similarity index 100% rename from lustre/doc/llapi_file_get_stripe.3 rename to Documentation/man3/llapi_file_get_stripe.3 diff --git a/lustre/doc/llapi_file_open.3 b/Documentation/man3/llapi_file_open.3 similarity index 100% rename from lustre/doc/llapi_file_open.3 rename to Documentation/man3/llapi_file_open.3 diff --git a/lustre/doc/llapi_fsync.3 b/Documentation/man3/llapi_fsync.3 similarity index 100% rename from lustre/doc/llapi_fsync.3 rename to Documentation/man3/llapi_fsync.3 diff --git a/lustre/doc/llapi_get_fsname.3 b/Documentation/man3/llapi_get_fsname.3 similarity index 100% rename from lustre/doc/llapi_get_fsname.3 rename to Documentation/man3/llapi_get_fsname.3 diff --git a/lustre/doc/llapi_get_fsname_instance.3 b/Documentation/man3/llapi_get_fsname_instance.3 similarity index 100% rename from lustre/doc/llapi_get_fsname_instance.3 rename to Documentation/man3/llapi_get_fsname_instance.3 diff --git a/lustre/doc/llapi_get_instance.3 b/Documentation/man3/llapi_get_instance.3 similarity index 100% rename from lustre/doc/llapi_get_instance.3 rename to Documentation/man3/llapi_get_instance.3 diff --git a/lustre/doc/llapi_get_lum_dir.3 b/Documentation/man3/llapi_get_lum_dir.3 similarity index 100% rename from lustre/doc/llapi_get_lum_dir.3 rename to Documentation/man3/llapi_get_lum_dir.3 diff --git a/lustre/doc/llapi_get_lum_dir_fd.3 b/Documentation/man3/llapi_get_lum_dir_fd.3 similarity index 100% rename from lustre/doc/llapi_get_lum_dir_fd.3 rename to Documentation/man3/llapi_get_lum_dir_fd.3 diff --git a/lustre/doc/llapi_get_lum_file.3 b/Documentation/man3/llapi_get_lum_file.3 similarity index 100% rename from lustre/doc/llapi_get_lum_file.3 rename to Documentation/man3/llapi_get_lum_file.3 diff --git a/lustre/doc/llapi_get_lum_file_fd.3 b/Documentation/man3/llapi_get_lum_file_fd.3 similarity index 100% rename from lustre/doc/llapi_get_lum_file_fd.3 rename to Documentation/man3/llapi_get_lum_file_fd.3 diff --git a/lustre/doc/llapi_getname.3 b/Documentation/man3/llapi_getname.3 similarity index 100% rename from lustre/doc/llapi_getname.3 rename to Documentation/man3/llapi_getname.3 diff --git a/lustre/doc/llapi_group_lock.3 b/Documentation/man3/llapi_group_lock.3 similarity index 100% rename from lustre/doc/llapi_group_lock.3 rename to Documentation/man3/llapi_group_lock.3 diff --git a/lustre/doc/llapi_group_unlock.3 b/Documentation/man3/llapi_group_unlock.3 similarity index 100% rename from lustre/doc/llapi_group_unlock.3 rename to Documentation/man3/llapi_group_unlock.3 diff --git a/lustre/doc/llapi_heat_get.3 b/Documentation/man3/llapi_heat_get.3 similarity index 100% rename from lustre/doc/llapi_heat_get.3 rename to Documentation/man3/llapi_heat_get.3 diff --git a/lustre/doc/llapi_heat_set.3 b/Documentation/man3/llapi_heat_set.3 similarity index 100% rename from lustre/doc/llapi_heat_set.3 rename to Documentation/man3/llapi_heat_set.3 diff --git a/lustre/doc/llapi_hsm_action_begin.3 b/Documentation/man3/llapi_hsm_action_begin.3 similarity index 100% rename from lustre/doc/llapi_hsm_action_begin.3 rename to Documentation/man3/llapi_hsm_action_begin.3 diff --git a/lustre/doc/llapi_hsm_action_end.3 b/Documentation/man3/llapi_hsm_action_end.3 similarity index 100% rename from lustre/doc/llapi_hsm_action_end.3 rename to Documentation/man3/llapi_hsm_action_end.3 diff --git a/lustre/doc/llapi_hsm_action_get_dfid.3 b/Documentation/man3/llapi_hsm_action_get_dfid.3 similarity index 100% rename from lustre/doc/llapi_hsm_action_get_dfid.3 rename to Documentation/man3/llapi_hsm_action_get_dfid.3 diff --git a/lustre/doc/llapi_hsm_action_get_fd.3 b/Documentation/man3/llapi_hsm_action_get_fd.3 similarity index 100% rename from lustre/doc/llapi_hsm_action_get_fd.3 rename to Documentation/man3/llapi_hsm_action_get_fd.3 diff --git a/lustre/doc/llapi_hsm_action_progress.3 b/Documentation/man3/llapi_hsm_action_progress.3 similarity index 100% rename from lustre/doc/llapi_hsm_action_progress.3 rename to Documentation/man3/llapi_hsm_action_progress.3 diff --git a/lustre/doc/llapi_hsm_copytool_get_fd.3 b/Documentation/man3/llapi_hsm_copytool_get_fd.3 similarity index 100% rename from lustre/doc/llapi_hsm_copytool_get_fd.3 rename to Documentation/man3/llapi_hsm_copytool_get_fd.3 diff --git a/lustre/doc/llapi_hsm_copytool_recv.3 b/Documentation/man3/llapi_hsm_copytool_recv.3 similarity index 100% rename from lustre/doc/llapi_hsm_copytool_recv.3 rename to Documentation/man3/llapi_hsm_copytool_recv.3 diff --git a/lustre/doc/llapi_hsm_copytool_register.3 b/Documentation/man3/llapi_hsm_copytool_register.3 similarity index 100% rename from lustre/doc/llapi_hsm_copytool_register.3 rename to Documentation/man3/llapi_hsm_copytool_register.3 diff --git a/lustre/doc/llapi_hsm_copytool_unregister.3 b/Documentation/man3/llapi_hsm_copytool_unregister.3 similarity index 100% rename from lustre/doc/llapi_hsm_copytool_unregister.3 rename to Documentation/man3/llapi_hsm_copytool_unregister.3 diff --git a/lustre/doc/llapi_hsm_state_get.3 b/Documentation/man3/llapi_hsm_state_get.3 similarity index 100% rename from lustre/doc/llapi_hsm_state_get.3 rename to Documentation/man3/llapi_hsm_state_get.3 diff --git a/lustre/doc/llapi_hsm_state_set.3 b/Documentation/man3/llapi_hsm_state_set.3 similarity index 100% rename from lustre/doc/llapi_hsm_state_set.3 rename to Documentation/man3/llapi_hsm_state_set.3 diff --git a/lustre/doc/llapi_ioctl.3 b/Documentation/man3/llapi_ioctl.3 similarity index 100% rename from lustre/doc/llapi_ioctl.3 rename to Documentation/man3/llapi_ioctl.3 diff --git a/lustre/doc/llapi_ladvise.3 b/Documentation/man3/llapi_ladvise.3 similarity index 100% rename from lustre/doc/llapi_ladvise.3 rename to Documentation/man3/llapi_ladvise.3 diff --git a/lustre/doc/llapi_layout_alloc.3 b/Documentation/man3/llapi_layout_alloc.3 similarity index 100% rename from lustre/doc/llapi_layout_alloc.3 rename to Documentation/man3/llapi_layout_alloc.3 diff --git a/lustre/doc/llapi_layout_comp_add.3 b/Documentation/man3/llapi_layout_comp_add.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_add.3 rename to Documentation/man3/llapi_layout_comp_add.3 diff --git a/lustre/doc/llapi_layout_comp_del.3 b/Documentation/man3/llapi_layout_comp_del.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_del.3 rename to Documentation/man3/llapi_layout_comp_del.3 diff --git a/lustre/doc/llapi_layout_comp_extent_get.3 b/Documentation/man3/llapi_layout_comp_extent_get.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_extent_get.3 rename to Documentation/man3/llapi_layout_comp_extent_get.3 diff --git a/lustre/doc/llapi_layout_comp_extent_set.3 b/Documentation/man3/llapi_layout_comp_extent_set.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_extent_set.3 rename to Documentation/man3/llapi_layout_comp_extent_set.3 diff --git a/lustre/doc/llapi_layout_comp_flags_clear.3 b/Documentation/man3/llapi_layout_comp_flags_clear.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_flags_clear.3 rename to Documentation/man3/llapi_layout_comp_flags_clear.3 diff --git a/lustre/doc/llapi_layout_comp_flags_get.3 b/Documentation/man3/llapi_layout_comp_flags_get.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_flags_get.3 rename to Documentation/man3/llapi_layout_comp_flags_get.3 diff --git a/lustre/doc/llapi_layout_comp_flags_set.3 b/Documentation/man3/llapi_layout_comp_flags_set.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_flags_set.3 rename to Documentation/man3/llapi_layout_comp_flags_set.3 diff --git a/lustre/doc/llapi_layout_comp_id_get.3 b/Documentation/man3/llapi_layout_comp_id_get.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_id_get.3 rename to Documentation/man3/llapi_layout_comp_id_get.3 diff --git a/lustre/doc/llapi_layout_comp_use.3 b/Documentation/man3/llapi_layout_comp_use.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_use.3 rename to Documentation/man3/llapi_layout_comp_use.3 diff --git a/lustre/doc/llapi_layout_comp_use_id.3 b/Documentation/man3/llapi_layout_comp_use_id.3 similarity index 100% rename from lustre/doc/llapi_layout_comp_use_id.3 rename to Documentation/man3/llapi_layout_comp_use_id.3 diff --git a/lustre/doc/llapi_layout_extension_size_get.3 b/Documentation/man3/llapi_layout_extension_size_get.3 similarity index 100% rename from lustre/doc/llapi_layout_extension_size_get.3 rename to Documentation/man3/llapi_layout_extension_size_get.3 diff --git a/lustre/doc/llapi_layout_extension_size_set.3 b/Documentation/man3/llapi_layout_extension_size_set.3 similarity index 100% rename from lustre/doc/llapi_layout_extension_size_set.3 rename to Documentation/man3/llapi_layout_extension_size_set.3 diff --git a/lustre/doc/llapi_layout_file_comp_add.3 b/Documentation/man3/llapi_layout_file_comp_add.3 similarity index 100% rename from lustre/doc/llapi_layout_file_comp_add.3 rename to Documentation/man3/llapi_layout_file_comp_add.3 diff --git a/lustre/doc/llapi_layout_file_comp_del.3 b/Documentation/man3/llapi_layout_file_comp_del.3 similarity index 100% rename from lustre/doc/llapi_layout_file_comp_del.3 rename to Documentation/man3/llapi_layout_file_comp_del.3 diff --git a/lustre/doc/llapi_layout_file_create.3 b/Documentation/man3/llapi_layout_file_create.3 similarity index 100% rename from lustre/doc/llapi_layout_file_create.3 rename to Documentation/man3/llapi_layout_file_create.3 diff --git a/lustre/doc/llapi_layout_file_open.3 b/Documentation/man3/llapi_layout_file_open.3 similarity index 100% rename from lustre/doc/llapi_layout_file_open.3 rename to Documentation/man3/llapi_layout_file_open.3 diff --git a/lustre/doc/llapi_layout_free.3 b/Documentation/man3/llapi_layout_free.3 similarity index 100% rename from lustre/doc/llapi_layout_free.3 rename to Documentation/man3/llapi_layout_free.3 diff --git a/lustre/doc/llapi_layout_get_by_fd.3 b/Documentation/man3/llapi_layout_get_by_fd.3 similarity index 100% rename from lustre/doc/llapi_layout_get_by_fd.3 rename to Documentation/man3/llapi_layout_get_by_fd.3 diff --git a/lustre/doc/llapi_layout_get_by_fid.3 b/Documentation/man3/llapi_layout_get_by_fid.3 similarity index 100% rename from lustre/doc/llapi_layout_get_by_fid.3 rename to Documentation/man3/llapi_layout_get_by_fid.3 diff --git a/lustre/doc/llapi_layout_get_by_path.3 b/Documentation/man3/llapi_layout_get_by_path.3 similarity index 100% rename from lustre/doc/llapi_layout_get_by_path.3 rename to Documentation/man3/llapi_layout_get_by_path.3 diff --git a/lustre/doc/llapi_layout_get_by_xattr.3 b/Documentation/man3/llapi_layout_get_by_xattr.3 similarity index 100% rename from lustre/doc/llapi_layout_get_by_xattr.3 rename to Documentation/man3/llapi_layout_get_by_xattr.3 diff --git a/lustre/doc/llapi_layout_ost_index_get.3 b/Documentation/man3/llapi_layout_ost_index_get.3 similarity index 100% rename from lustre/doc/llapi_layout_ost_index_get.3 rename to Documentation/man3/llapi_layout_ost_index_get.3 diff --git a/lustre/doc/llapi_layout_ost_index_reset.3 b/Documentation/man3/llapi_layout_ost_index_reset.3 similarity index 100% rename from lustre/doc/llapi_layout_ost_index_reset.3 rename to Documentation/man3/llapi_layout_ost_index_reset.3 diff --git a/lustre/doc/llapi_layout_ost_index_set.3 b/Documentation/man3/llapi_layout_ost_index_set.3 similarity index 100% rename from lustre/doc/llapi_layout_ost_index_set.3 rename to Documentation/man3/llapi_layout_ost_index_set.3 diff --git a/lustre/doc/llapi_layout_pattern_get.3 b/Documentation/man3/llapi_layout_pattern_get.3 similarity index 100% rename from lustre/doc/llapi_layout_pattern_get.3 rename to Documentation/man3/llapi_layout_pattern_get.3 diff --git a/lustre/doc/llapi_layout_pattern_set.3 b/Documentation/man3/llapi_layout_pattern_set.3 similarity index 100% rename from lustre/doc/llapi_layout_pattern_set.3 rename to Documentation/man3/llapi_layout_pattern_set.3 diff --git a/lustre/doc/llapi_layout_pool_name_get.3 b/Documentation/man3/llapi_layout_pool_name_get.3 similarity index 100% rename from lustre/doc/llapi_layout_pool_name_get.3 rename to Documentation/man3/llapi_layout_pool_name_get.3 diff --git a/lustre/doc/llapi_layout_pool_name_set.3 b/Documentation/man3/llapi_layout_pool_name_set.3 similarity index 100% rename from lustre/doc/llapi_layout_pool_name_set.3 rename to Documentation/man3/llapi_layout_pool_name_set.3 diff --git a/lustre/doc/llapi_layout_stripe_count_get.3 b/Documentation/man3/llapi_layout_stripe_count_get.3 similarity index 100% rename from lustre/doc/llapi_layout_stripe_count_get.3 rename to Documentation/man3/llapi_layout_stripe_count_get.3 diff --git a/lustre/doc/llapi_layout_stripe_count_set.3 b/Documentation/man3/llapi_layout_stripe_count_set.3 similarity index 100% rename from lustre/doc/llapi_layout_stripe_count_set.3 rename to Documentation/man3/llapi_layout_stripe_count_set.3 diff --git a/lustre/doc/llapi_layout_stripe_size_get.3 b/Documentation/man3/llapi_layout_stripe_size_get.3 similarity index 100% rename from lustre/doc/llapi_layout_stripe_size_get.3 rename to Documentation/man3/llapi_layout_stripe_size_get.3 diff --git a/lustre/doc/llapi_layout_stripe_size_set.3 b/Documentation/man3/llapi_layout_stripe_size_set.3 similarity index 100% rename from lustre/doc/llapi_layout_stripe_size_set.3 rename to Documentation/man3/llapi_layout_stripe_size_set.3 diff --git a/lustre/doc/llapi_open_by_fid.3 b/Documentation/man3/llapi_open_by_fid.3 similarity index 100% rename from lustre/doc/llapi_open_by_fid.3 rename to Documentation/man3/llapi_open_by_fid.3 diff --git a/lustre/doc/llapi_open_by_fid_at.3 b/Documentation/man3/llapi_open_by_fid_at.3 similarity index 100% rename from lustre/doc/llapi_open_by_fid_at.3 rename to Documentation/man3/llapi_open_by_fid_at.3 diff --git a/lustre/doc/llapi_param_get_paths.3 b/Documentation/man3/llapi_param_get_paths.3 similarity index 100% rename from lustre/doc/llapi_param_get_paths.3 rename to Documentation/man3/llapi_param_get_paths.3 diff --git a/lustre/doc/llapi_param_get_value.3 b/Documentation/man3/llapi_param_get_value.3 similarity index 100% rename from lustre/doc/llapi_param_get_value.3 rename to Documentation/man3/llapi_param_get_value.3 diff --git a/lustre/doc/llapi_path2fid.3 b/Documentation/man3/llapi_path2fid.3 similarity index 100% rename from lustre/doc/llapi_path2fid.3 rename to Documentation/man3/llapi_path2fid.3 diff --git a/lustre/doc/llapi_path2parent.3 b/Documentation/man3/llapi_path2parent.3 similarity index 100% rename from lustre/doc/llapi_path2parent.3 rename to Documentation/man3/llapi_path2parent.3 diff --git a/lustre/doc/llapi_pcc_attach.3 b/Documentation/man3/llapi_pcc_attach.3 similarity index 100% rename from lustre/doc/llapi_pcc_attach.3 rename to Documentation/man3/llapi_pcc_attach.3 diff --git a/lustre/doc/llapi_pcc_attach_fid.3 b/Documentation/man3/llapi_pcc_attach_fid.3 similarity index 100% rename from lustre/doc/llapi_pcc_attach_fid.3 rename to Documentation/man3/llapi_pcc_attach_fid.3 diff --git a/lustre/doc/llapi_pcc_attach_fid_str.3 b/Documentation/man3/llapi_pcc_attach_fid_str.3 similarity index 100% rename from lustre/doc/llapi_pcc_attach_fid_str.3 rename to Documentation/man3/llapi_pcc_attach_fid_str.3 diff --git a/lustre/doc/llapi_pcc_clear.3 b/Documentation/man3/llapi_pcc_clear.3 similarity index 100% rename from lustre/doc/llapi_pcc_clear.3 rename to Documentation/man3/llapi_pcc_clear.3 diff --git a/lustre/doc/llapi_pcc_del.3 b/Documentation/man3/llapi_pcc_del.3 similarity index 100% rename from lustre/doc/llapi_pcc_del.3 rename to Documentation/man3/llapi_pcc_del.3 diff --git a/lustre/doc/llapi_pcc_detach_fid.3 b/Documentation/man3/llapi_pcc_detach_fid.3 similarity index 100% rename from lustre/doc/llapi_pcc_detach_fid.3 rename to Documentation/man3/llapi_pcc_detach_fid.3 diff --git a/lustre/doc/llapi_pcc_detach_fid_fd.3 b/Documentation/man3/llapi_pcc_detach_fid_fd.3 similarity index 100% rename from lustre/doc/llapi_pcc_detach_fid_fd.3 rename to Documentation/man3/llapi_pcc_detach_fid_fd.3 diff --git a/lustre/doc/llapi_pcc_detach_fid_str.3 b/Documentation/man3/llapi_pcc_detach_fid_str.3 similarity index 100% rename from lustre/doc/llapi_pcc_detach_fid_str.3 rename to Documentation/man3/llapi_pcc_detach_fid_str.3 diff --git a/lustre/doc/llapi_pcc_detach_file.3 b/Documentation/man3/llapi_pcc_detach_file.3 similarity index 100% rename from lustre/doc/llapi_pcc_detach_file.3 rename to Documentation/man3/llapi_pcc_detach_file.3 diff --git a/lustre/doc/llapi_pcc_state_get.3 b/Documentation/man3/llapi_pcc_state_get.3 similarity index 100% rename from lustre/doc/llapi_pcc_state_get.3 rename to Documentation/man3/llapi_pcc_state_get.3 diff --git a/lustre/doc/llapi_pcc_state_get_fd.3 b/Documentation/man3/llapi_pcc_state_get_fd.3 similarity index 100% rename from lustre/doc/llapi_pcc_state_get_fd.3 rename to Documentation/man3/llapi_pcc_state_get_fd.3 diff --git a/lustre/doc/llapi_pccdev_get.3 b/Documentation/man3/llapi_pccdev_get.3 similarity index 100% rename from lustre/doc/llapi_pccdev_get.3 rename to Documentation/man3/llapi_pccdev_get.3 diff --git a/lustre/doc/llapi_pccdev_set.3 b/Documentation/man3/llapi_pccdev_set.3 similarity index 100% rename from lustre/doc/llapi_pccdev_set.3 rename to Documentation/man3/llapi_pccdev_set.3 diff --git a/lustre/doc/llapi_quotactl.3 b/Documentation/man3/llapi_quotactl.3 similarity index 100% rename from lustre/doc/llapi_quotactl.3 rename to Documentation/man3/llapi_quotactl.3 diff --git a/lustre/doc/llapi_rmfid.3 b/Documentation/man3/llapi_rmfid.3 similarity index 100% rename from lustre/doc/llapi_rmfid.3 rename to Documentation/man3/llapi_rmfid.3 diff --git a/lustre/doc/llapi_rmfid_at.3 b/Documentation/man3/llapi_rmfid_at.3 similarity index 100% rename from lustre/doc/llapi_rmfid_at.3 rename to Documentation/man3/llapi_rmfid_at.3 diff --git a/lustre/doc/llapi_root_path_open.3 b/Documentation/man3/llapi_root_path_open.3 similarity index 100% rename from lustre/doc/llapi_root_path_open.3 rename to Documentation/man3/llapi_root_path_open.3 diff --git a/lustre/doc/llapi_search_mdt.3 b/Documentation/man3/llapi_search_mdt.3 similarity index 100% rename from lustre/doc/llapi_search_mdt.3 rename to Documentation/man3/llapi_search_mdt.3 diff --git a/lustre/doc/llapi_search_ost.3 b/Documentation/man3/llapi_search_ost.3 similarity index 100% rename from lustre/doc/llapi_search_ost.3 rename to Documentation/man3/llapi_search_ost.3 diff --git a/lustre/doc/llapi_search_rootpath.3 b/Documentation/man3/llapi_search_rootpath.3 similarity index 100% rename from lustre/doc/llapi_search_rootpath.3 rename to Documentation/man3/llapi_search_rootpath.3 diff --git a/lustre/doc/llapi_search_rootpath_by_dev.3 b/Documentation/man3/llapi_search_rootpath_by_dev.3 similarity index 100% rename from lustre/doc/llapi_search_rootpath_by_dev.3 rename to Documentation/man3/llapi_search_rootpath_by_dev.3 diff --git a/lustre/doc/llapi_search_tgt.3 b/Documentation/man3/llapi_search_tgt.3 similarity index 100% rename from lustre/doc/llapi_search_tgt.3 rename to Documentation/man3/llapi_search_tgt.3 diff --git a/lustre/doc/llapi_unlink_foreign.3 b/Documentation/man3/llapi_unlink_foreign.3 similarity index 100% rename from lustre/doc/llapi_unlink_foreign.3 rename to Documentation/man3/llapi_unlink_foreign.3 diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index aa8ea8c..b6f7cdf 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -104,109 +104,7 @@ MANFILES = \ LIBMAN = \ lustreapi.7 \ - llapi_changelog_clear.3 \ - llapi_changelog_fini.3 \ - llapi_changelog_free.3 \ - llapi_changelog_get_fd.3 \ - llapi_changelog_in_buf.3 \ - llapi_changelog_recv.3 \ - llapi_changelog_set_xflags.3 \ - llapi_changelog_start.3 \ - llapi_create_volatile_param.3 \ - llapi_fd2parent.3 \ - llapi_fid_parse.3 \ - llapi_fid_to_handle.3 \ - llapi_file_create.3 \ - llapi_file_create_foreign.3 \ - llapi_file_get_stripe.3 \ - llapi_file_open.3 \ - llapi_get_fsname.3 \ - llapi_get_fsname_instance.3 \ - llapi_get_instance.3 \ - llapi_get_lum_dir.3 \ - llapi_get_lum_dir_fd.3 \ - llapi_get_lum_file.3 \ - llapi_get_lum_file_fd.3 \ - llapi_getname.3 \ - llapi_group_lock.3 \ - llapi_group_unlock.3 \ - llapi_heat_get.3 \ - llapi_heat_set.3 \ - llapi_hsm_action_begin.3 \ - llapi_hsm_action_end.3 \ - llapi_hsm_action_get_dfid.3 \ - llapi_hsm_action_get_fd.3 \ - llapi_hsm_action_progress.3 \ - llapi_hsm_copytool_get_fd.3 \ - llapi_hsm_copytool_recv.3 \ - llapi_hsm_copytool_register.3 \ - llapi_hsm_copytool_unregister.3 \ - llapi_hsm_state_get.3 \ - llapi_hsm_state_set.3 \ - llapi_ioctl.3 \ - llapi_ladvise.3 \ - llapi_layout.7 \ - llapi_layout_alloc.3 \ - llapi_layout_comp_add.3 \ - llapi_layout_comp_del.3 \ - llapi_layout_comp_extent_get.3 \ - llapi_layout_comp_extent_set.3 \ - llapi_layout_comp_flags_clear.3 \ - llapi_layout_comp_flags_get.3 \ - llapi_layout_comp_flags_set.3 \ - llapi_layout_comp_id_get.3 \ - llapi_layout_comp_use.3 \ - llapi_layout_comp_use_id.3 \ - llapi_layout_extension_size_get.3 \ - llapi_layout_extension_size_set.3 \ - llapi_layout_file_comp_add.3 \ - llapi_layout_file_comp_del.3 \ - llapi_layout_file_create.3 \ - llapi_layout_file_open.3 \ - llapi_layout_free.3 \ - llapi_layout_get_by_fd.3 \ - llapi_layout_get_by_fid.3 \ - llapi_layout_get_by_path.3 \ - llapi_layout_get_by_xattr.3 \ - llapi_layout_ost_index_get.3 \ - llapi_layout_ost_index_set.3 \ - llapi_layout_ost_index_reset.3 \ - llapi_layout_pattern_get.3 \ - llapi_layout_pattern_set.3 \ - llapi_layout_pool_name_get.3 \ - llapi_layout_pool_name_set.3 \ - llapi_layout_stripe_count_get.3 \ - llapi_layout_stripe_count_set.3 \ - llapi_layout_stripe_size_get.3 \ - llapi_layout_stripe_size_set.3 \ - llapi_open_by_fid.3 \ - llapi_open_by_fid_at.3 \ - llapi_param_get_paths.3 \ - llapi_param_get_value.3 \ - llapi_path2fid.3 \ - llapi_path2parent.3 \ - llapi_pcc_attach.3 \ - llapi_pcc_attach_fid.3 \ - llapi_pcc_attach_fid_str.3 \ - llapi_pcc_detach_fid.3 \ - llapi_pcc_detach_fid_fd.3 \ - llapi_pcc_detach_fid_str.3 \ - llapi_pcc_detach_file.3 \ - llapi_pccdev_get.3 \ - llapi_pccdev_set.3 \ - llapi_pcc_state_get.3 \ - llapi_pcc_state_get_fd.3 \ - llapi_pcc_clear.3 \ - llapi_pcc_del.3 \ - llapi_quotactl.3 \ - llapi_rmfid.3 \ - llapi_rmfid_at.3 \ - llapi_search_mdt.3 \ - llapi_search_ost.3 \ - llapi_search_tgt.3 \ - llapi_search_rootpath.3 \ - llapi_search_rootpath_by_dev.3 \ - llapi_unlink_foreign.3 + llapi_layout.7 SERVER_MANFILES = \