forked from openkylin/openmpi
84 lines
2.7 KiB
Plaintext
84 lines
2.7 KiB
Plaintext
From: Alastair McKinstry <mckinstry@debian.org>
|
|
Date: Tue, 1 Nov 2022 06:57:10 +0000
|
|
Subject: Fix problems in manpages
|
|
|
|
Forwarded: no
|
|
Last-Update: 2018-04-08
|
|
|
|
In some man page headers, a macro (-*-) is used which makes lintian
|
|
choke and probably should not be there anyway.
|
|
---
|
|
ompi/mpi/man/man3/MPI_Get.3in | 2 +-
|
|
ompi/mpi/man/man3/MPI_T_enum_get_info.3in | 2 +-
|
|
ompi/mpi/man/man3/MPI_T_enum_get_item.3in | 2 +-
|
|
ompi/mpi/man/man3/MPI_T_pvar_get_info.3in | 2 +-
|
|
orte/mca/sstore/orte_sstore.7in | 3 +--
|
|
5 files changed, 5 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/ompi/mpi/man/man3/MPI_Get.3in b/ompi/mpi/man/man3/MPI_Get.3in
|
|
index 991834c..430778e 100644
|
|
--- a/ompi/mpi/man/man3/MPI_Get.3in
|
|
+++ b/ompi/mpi/man/man3/MPI_Get.3in
|
|
@@ -104,7 +104,7 @@ window object used for communication (handle)
|
|
|
|
.SH OUTPUT PARAMETER
|
|
.ft R
|
|
-.TP li
|
|
+.TP 1i
|
|
request
|
|
MPI_Rget: RMA request
|
|
.TP 1i
|
|
diff --git a/ompi/mpi/man/man3/MPI_T_enum_get_info.3in b/ompi/mpi/man/man3/MPI_T_enum_get_info.3in
|
|
index 7317256..1d18978 100644
|
|
--- a/ompi/mpi/man/man3/MPI_T_enum_get_info.3in
|
|
+++ b/ompi/mpi/man/man3/MPI_T_enum_get_info.3in
|
|
@@ -32,7 +32,7 @@ Length of the string and/or buffer for name.
|
|
|
|
.SH OUTPUT PARAMETERS
|
|
.ft R
|
|
-.TP li
|
|
+.TP 1i
|
|
num
|
|
number of discrete values represented by this enumeration.
|
|
.TP 1i
|
|
diff --git a/ompi/mpi/man/man3/MPI_T_enum_get_item.3in b/ompi/mpi/man/man3/MPI_T_enum_get_item.3in
|
|
index 86c22e9..3919610 100644
|
|
--- a/ompi/mpi/man/man3/MPI_T_enum_get_item.3in
|
|
+++ b/ompi/mpi/man/man3/MPI_T_enum_get_item.3in
|
|
@@ -36,7 +36,7 @@ Length of the string and/or buffer for name.
|
|
|
|
.SH OUTPUT PARAMETERS
|
|
.ft R
|
|
-.TP li
|
|
+.TP 1i
|
|
value
|
|
Variable value.
|
|
.TP 1i
|
|
diff --git a/ompi/mpi/man/man3/MPI_T_pvar_get_info.3in b/ompi/mpi/man/man3/MPI_T_pvar_get_info.3in
|
|
index 86e7dba..0519bbf 100644
|
|
--- a/ompi/mpi/man/man3/MPI_T_pvar_get_info.3in
|
|
+++ b/ompi/mpi/man/man3/MPI_T_pvar_get_info.3in
|
|
@@ -131,7 +131,7 @@ MPI_T_PVAR_CLASS_GENERIC
|
|
Variable does not fit into any other class. Can by represented by an type supported by the MPI tool
|
|
information interface (see DATATYPE). Starting value is variable specific.
|
|
|
|
-For more information see MPI-3 \[char 167] 14.3.7.
|
|
+For more information see MPI-3 \[char167] 14.3.7.
|
|
|
|
.SH DATATYPE
|
|
.ft R
|
|
diff --git a/orte/mca/sstore/orte_sstore.7in b/orte/mca/sstore/orte_sstore.7in
|
|
index dc777fd..45e2ea8 100644
|
|
--- a/orte/mca/sstore/orte_sstore.7in
|
|
+++ b/orte/mca/sstore/orte_sstore.7in
|
|
@@ -12,8 +12,7 @@
|
|
.\" **************************
|
|
.SH NAME
|
|
.
|
|
-Open RTE MCA File Management (SStore) Framework \- Overview of Open RTE's SStore
|
|
-framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
|
|
+ORTE_SSTORE \- Overview of Open RTE's SStore framework, and selected modules
|
|
.
|
|
.\" **************************
|
|
.\" Description Section
|