From ea61d3ecc89154c636fcc81ea08fda2ecac665ae Mon Sep 17 00:00:00 2001 From: Efi P Date: Tue, 3 Dec 2024 13:22:52 +0200 Subject: [PATCH] Case-insensitive FS: rename rest files to prevent collision On case-insensitive file systems (e.g. MacOS; XFS, JFS, and ext4 with extensions on Linux; probably Windows too) the file names "opt_v.rst" and "opt_V.rst" collide so that only one file exists. As a result, each "git status" reports changes. This tries to remedy this situation by renaming one of them to prevent the collision. Signed-off-by: Efi P --- infiniband-diags/man/CMakeLists.txt | 4 ++-- infiniband-diags/man/common/{opt_d.rst => opt_debug.rst} | 0 infiniband-diags/man/common/{opt_v.rst => opt_verbose.rst} | 0 infiniband-diags/man/dump_fts.8.in.rst | 4 ++-- infiniband-diags/man/ibaddr.8.in.rst | 4 ++-- infiniband-diags/man/ibccconfig.8.in.rst | 4 ++-- infiniband-diags/man/ibccquery.8.in.rst | 4 ++-- infiniband-diags/man/iblinkinfo.8.in.rst | 2 +- infiniband-diags/man/ibnetdiscover.8.in.rst | 4 ++-- infiniband-diags/man/ibping.8.in.rst | 4 ++-- infiniband-diags/man/ibportstate.8.in.rst | 4 ++-- infiniband-diags/man/ibqueryerrors.8.in.rst | 4 ++-- infiniband-diags/man/ibroute.8.in.rst | 4 ++-- infiniband-diags/man/ibstat.8.in.rst | 4 ++-- infiniband-diags/man/ibsysstat.8.in.rst | 4 ++-- infiniband-diags/man/ibtracert.8.in.rst | 4 ++-- infiniband-diags/man/infiniband-diags.8.in.rst | 4 ++-- infiniband-diags/man/perfquery.8.in.rst | 4 ++-- infiniband-diags/man/saquery.8.in.rst | 4 ++-- infiniband-diags/man/sminfo.8.in.rst | 4 ++-- infiniband-diags/man/smpdump.8.in.rst | 4 ++-- infiniband-diags/man/smpquery.8.in.rst | 4 ++-- infiniband-diags/man/vendstat.8.in.rst | 4 ++-- 23 files changed, 41 insertions(+), 41 deletions(-) rename infiniband-diags/man/common/{opt_d.rst => opt_debug.rst} (100%) rename infiniband-diags/man/common/{opt_v.rst => opt_verbose.rst} (100%) diff --git a/infiniband-diags/man/CMakeLists.txt b/infiniband-diags/man/CMakeLists.txt index 1f1f91c9f..f7987a295 100644 --- a/infiniband-diags/man/CMakeLists.txt +++ b/infiniband-diags/man/CMakeLists.txt @@ -18,7 +18,7 @@ rdma_rst_common( opt_C.rst opt_diffcheck.rst opt_diff.rst - opt_d.rst + opt_debug.rst opt_D.rst opt_D_with_param.rst opt_e.rst @@ -34,7 +34,7 @@ rdma_rst_common( opt_P.rst opt_s.rst opt_t.rst - opt_v.rst + opt_verbose.rst opt_V.rst opt_y.rst opt_z-config.in.rst diff --git a/infiniband-diags/man/common/opt_d.rst b/infiniband-diags/man/common/opt_debug.rst similarity index 100% rename from infiniband-diags/man/common/opt_d.rst rename to infiniband-diags/man/common/opt_debug.rst diff --git a/infiniband-diags/man/common/opt_v.rst b/infiniband-diags/man/common/opt_verbose.rst similarity index 100% rename from infiniband-diags/man/common/opt_v.rst rename to infiniband-diags/man/common/opt_verbose.rst diff --git a/infiniband-diags/man/dump_fts.8.in.rst b/infiniband-diags/man/dump_fts.8.in.rst index a932bc143..5c6dbd829 100644 --- a/infiniband-diags/man/dump_fts.8.in.rst +++ b/infiniband-diags/man/dump_fts.8.in.rst @@ -51,10 +51,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst Configuration flags diff --git a/infiniband-diags/man/ibaddr.8.in.rst b/infiniband-diags/man/ibaddr.8.in.rst index be080dea8..e5d505e6e 100644 --- a/infiniband-diags/man/ibaddr.8.in.rst +++ b/infiniband-diags/man/ibaddr.8.in.rst @@ -50,10 +50,10 @@ Addressing Flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/ibccconfig.8.in.rst b/infiniband-diags/man/ibccconfig.8.in.rst index 741d50cb8..cf07189d5 100644 --- a/infiniband-diags/man/ibccconfig.8.in.rst +++ b/infiniband-diags/man/ibccconfig.8.in.rst @@ -43,10 +43,10 @@ Specify a congestion control (CC) key. If none is specified, a key of 0 is used Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst Addressing Flags diff --git a/infiniband-diags/man/ibccquery.8.in.rst b/infiniband-diags/man/ibccquery.8.in.rst index 85c051028..fda4d4f7c 100644 --- a/infiniband-diags/man/ibccquery.8.in.rst +++ b/infiniband-diags/man/ibccquery.8.in.rst @@ -42,10 +42,10 @@ Specify a congestion control (CC) key. If none is specified, a key of 0 is used Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst Addressing Flags diff --git a/infiniband-diags/man/iblinkinfo.8.in.rst b/infiniband-diags/man/iblinkinfo.8.in.rst index 7e6b24010..c108047ae 100644 --- a/infiniband-diags/man/iblinkinfo.8.in.rst +++ b/infiniband-diags/man/iblinkinfo.8.in.rst @@ -115,7 +115,7 @@ Debugging flags .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst EXIT STATUS diff --git a/infiniband-diags/man/ibnetdiscover.8.in.rst b/infiniband-diags/man/ibnetdiscover.8.in.rst index 28bf9e559..b2ebedb26 100644 --- a/infiniband-diags/man/ibnetdiscover.8.in.rst +++ b/infiniband-diags/man/ibnetdiscover.8.in.rst @@ -91,10 +91,10 @@ Configuration flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/ibping.8.in.rst b/infiniband-diags/man/ibping.8.in.rst index e4d11dbae..a4ad05e7e 100644 --- a/infiniband-diags/man/ibping.8.in.rst +++ b/infiniband-diags/man/ibping.8.in.rst @@ -68,9 +68,9 @@ Debugging flags --------------- .. include:: common/opt_h.rst -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst FILES diff --git a/infiniband-diags/man/ibportstate.8.in.rst b/infiniband-diags/man/ibportstate.8.in.rst index 309a3d191..cba284ef5 100644 --- a/infiniband-diags/man/ibportstate.8.in.rst +++ b/infiniband-diags/man/ibportstate.8.in.rst @@ -100,10 +100,10 @@ Debugging flags --------------- .. include:: common/opt_h.rst -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_K.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst FILES diff --git a/infiniband-diags/man/ibqueryerrors.8.in.rst b/infiniband-diags/man/ibqueryerrors.8.in.rst index 6ddfc2c9f..3de8fb300 100644 --- a/infiniband-diags/man/ibqueryerrors.8.in.rst +++ b/infiniband-diags/man/ibqueryerrors.8.in.rst @@ -110,10 +110,10 @@ Configuration flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst **-R** (This option is obsolete and does nothing) diff --git a/infiniband-diags/man/ibroute.8.in.rst b/infiniband-diags/man/ibroute.8.in.rst index 25b107685..9d3bf43ad 100644 --- a/infiniband-diags/man/ibroute.8.in.rst +++ b/infiniband-diags/man/ibroute.8.in.rst @@ -55,10 +55,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/ibstat.8.in.rst b/infiniband-diags/man/ibstat.8.in.rst index a332de181..9b3ce1b13 100644 --- a/infiniband-diags/man/ibstat.8.in.rst +++ b/infiniband-diags/man/ibstat.8.in.rst @@ -49,9 +49,9 @@ OPTIONS Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/ibsysstat.8.in.rst b/infiniband-diags/man/ibsysstat.8.in.rst index 9e8bc6004..57da092e1 100644 --- a/infiniband-diags/man/ibsysstat.8.in.rst +++ b/infiniband-diags/man/ibsysstat.8.in.rst @@ -59,10 +59,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/ibtracert.8.in.rst b/infiniband-diags/man/ibtracert.8.in.rst index 9dea1578a..b66fbc242 100644 --- a/infiniband-diags/man/ibtracert.8.in.rst +++ b/infiniband-diags/man/ibtracert.8.in.rst @@ -58,10 +58,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/infiniband-diags.8.in.rst b/infiniband-diags/man/infiniband-diags.8.in.rst index b56f6041f..a737f5127 100644 --- a/infiniband-diags/man/infiniband-diags.8.in.rst +++ b/infiniband-diags/man/infiniband-diags.8.in.rst @@ -67,10 +67,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/perfquery.8.in.rst b/infiniband-diags/man/perfquery.8.in.rst index b511a7b4b..fd988f3f0 100644 --- a/infiniband-diags/man/perfquery.8.in.rst +++ b/infiniband-diags/man/perfquery.8.in.rst @@ -137,10 +137,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/saquery.8.in.rst b/infiniband-diags/man/saquery.8.in.rst index 93043e139..2a82b479a 100644 --- a/infiniband-diags/man/saquery.8.in.rst +++ b/infiniband-diags/man/saquery.8.in.rst @@ -170,10 +170,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/sminfo.8.in.rst b/infiniband-diags/man/sminfo.8.in.rst index 6ac8e272b..4b2847517 100644 --- a/infiniband-diags/man/sminfo.8.in.rst +++ b/infiniband-diags/man/sminfo.8.in.rst @@ -60,10 +60,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/smpdump.8.in.rst b/infiniband-diags/man/smpdump.8.in.rst index 5c7bcfc65..5dcc2f6e3 100644 --- a/infiniband-diags/man/smpdump.8.in.rst +++ b/infiniband-diags/man/smpdump.8.in.rst @@ -55,10 +55,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/smpquery.8.in.rst b/infiniband-diags/man/smpquery.8.in.rst index dcb26fbee..e38a22300 100644 --- a/infiniband-diags/man/smpquery.8.in.rst +++ b/infiniband-diags/man/smpquery.8.in.rst @@ -81,10 +81,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst diff --git a/infiniband-diags/man/vendstat.8.in.rst b/infiniband-diags/man/vendstat.8.in.rst index 4d2c0a316..7812b47e4 100644 --- a/infiniband-diags/man/vendstat.8.in.rst +++ b/infiniband-diags/man/vendstat.8.in.rst @@ -81,10 +81,10 @@ Port Selection flags Debugging flags --------------- -.. include:: common/opt_d.rst +.. include:: common/opt_debug.rst .. include:: common/opt_e.rst .. include:: common/opt_h.rst -.. include:: common/opt_v.rst +.. include:: common/opt_verbose.rst .. include:: common/opt_V.rst