From c0103f630aa5128f3bce161218401be9d88816a3 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Sat, 29 Mar 2025 19:29:40 -0400 Subject: [PATCH] LU-18687 doc: move man *.5 pages to Documentation/man5 Consolidate all of the man pages into the top level Documentation directory. Move all of the Lustre man pages (from 5) to Docmentation/. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Idac247218406378398fdbf7f84e779ed87c42eef Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58589 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Lijing Chen Reviewed-by: Oleg Drokin --- Documentation/man5/Makefile.am | 4 +++- {lustre/doc => Documentation/man5}/ldev.conf.5 | 0 {lustre/doc => Documentation/man5}/nids.5 | 0 lustre/doc/Makefile.am | 2 -- 4 files changed, 3 insertions(+), 3 deletions(-) rename {lustre/doc => Documentation/man5}/ldev.conf.5 (100%) rename {lustre/doc => Documentation/man5}/nids.5 (100%) diff --git a/Documentation/man5/Makefile.am b/Documentation/man5/Makefile.am index 6e53ab5..52bca27 100644 --- a/Documentation/man5/Makefile.am +++ b/Documentation/man5/Makefile.am @@ -4,7 +4,9 @@ # This file is part of Lustre, http://www.lustre.org/ # -MANFILES = +MANFILES = \ + ldev.conf.5 \ + nids.5 if MANPAGES if UTILS diff --git a/lustre/doc/ldev.conf.5 b/Documentation/man5/ldev.conf.5 similarity index 100% rename from lustre/doc/ldev.conf.5 rename to Documentation/man5/ldev.conf.5 diff --git a/lustre/doc/nids.5 b/Documentation/man5/nids.5 similarity index 100% rename from lustre/doc/nids.5 rename to Documentation/man5/nids.5 diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index a2b6a79..e7a6cf1 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -43,7 +43,6 @@ MANFILES = \ lctl-pool_new.8 \ lctl-set_param.8 \ ldev.8 \ - ldev.conf.5 \ lfs-rm_entry.8 \ lfs-rmentry.8 \ lgss_sk.8 \ @@ -55,7 +54,6 @@ MANFILES = \ lustre_routes_conversion.8 \ lustre_rsync.8 \ mount.lustre.8 \ - nids.5 \ plot-llstat.8 \ routerstat.8 -- 1.8.3.1