Skip to content

Commit 9caf43a

Browse files
authored
Merge pull request #7271 from e-kwsm/update-man
Fix typo and update URLs (https, redirection) [skip ci]
2 parents b17cd90 + d26d4e1 commit 9caf43a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

ompi/mpi/man/man3/MPI.3in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ its most recent version (MPI-2) was published in July 1997. Open MPI
2626
For more information about Open MPI, see the following URL:
2727
.nf
2828

29-
http://www.open-mpi.org
29+
https://www.open-mpi.org
3030
.fi
3131
.sp
3232
The MPI standards are available at the following URL:
3333
.nf
3434

35-
http://www.mpi-forum.org
35+
https://www.mpi-forum.org
3636
.fi
3737

3838
.SH MAN PAGE SYNTAX
@@ -48,7 +48,7 @@ For more information on arguments, see the orterun.1 man page.
4848
For a complete listing of MCA parameters and their descriptions, issue the command \fIompi_info -h\fP or \fIompi_info -param all all\fP. This information also appears in the FAQ on the Open MPI web site at:
4949
.nf
5050

51-
http://www.open-mpi.org/faq/?category=tuning#mca-params
51+
https://www.open-mpi.org/faq/?category=tuning#mca-params
5252
.fi
5353

5454
.SH ERRORS

ompi/tools/ompi_info/ompi_info.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ be useful for at least three common scenarios:
2525
.PP
2626
2. Submitting bug reports / help requests to the Open MPI community
2727
(see
28-
.IR http://www.open-mpi.org/community/help/ )
28+
.IR https://www.open-mpi.org/community/help/ )
2929
.PP
3030
3. Seeing a list of installed Open MPI plugins and querying what
3131
MCA parameters they support.
@@ -278,7 +278,7 @@ levels 1 through 9), versions of Open MPI and the components, etc.
278278
.\" **************************
279279
.SH AUTHORS
280280
The Open MPI maintainers -- see
281-
.I http://www.openmpi.org/
281+
.I https://www.open-mpi.org/
282282
or the file
283283
.IR AUTHORS .
284284
.PP

opal/mca/crs/opal_crs.7in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The Berkeley Lab Checkpoint/Restart (BLCR) single-process checkpoint is a
145145
software system developed at Lawrence Berkeley National Laboratory. See the
146146
project website for more details:
147147

148-
\fI http://ftg.lbl.gov/CheckpointRestart/CheckpointRestart.shtml \fR
148+
\fI https://crd.lbl.gov/departments/computer-science/CLaSS/research/BLCR/ \fR
149149
.
150150
.PP
151151
The \fIblcr\fR component has the following MCA parameters:

opal/mca/pmix/pmix4x/openpmix/src/tools/wrapper/pmix_wrapper.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The following may exist depending on your particular PMIx
2626
installation:
2727
.BR pmixcc (1)
2828
and the website at
29-
.IR http://pmix.org/ .
29+
.IR https://pmix.org/ .
3030
.
3131
.
3232
.\" **************************
3333
.\" Authors Section
3434
.\" **************************
3535
.SH AUTHORS
3636
The PMIx maintainers -- see
37-
.I http://pmix.org/
37+
.I https://pmix.org/
3838
or the file
3939
.IR AUTHORS .
4040
.PP

opal/tools/wrappers/opal_wrapper.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ installation:
6161
.BR ortec++ (1),
6262
.BR opalccc (1),
6363
and the website at
64-
.IR http://www.openmpi.org/ .
64+
.IR https://www.open-mpi.org/ .
6565
.
6666
.
6767
.\" **************************
6868
.\" Authors Section
6969
.\" **************************
7070
.SH AUTHORS
7171
The Open MPI maintainers -- see
72-
.I http://www.openmpi.org/
72+
.I https://www.open-mpi.org/
7373
or the file
7474
.IR AUTHORS .
7575
.PP

oshmem/tools/oshmem_info/oshmem_info.1in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ be useful for at least three common scenarios:
2424
.PP
2525
2. Submitting bug reports / help requests to the Open MPI/SHMEM community
2626
(see
27-
.IR http://www.open-mpi.org/community/help/ )
27+
.IR https://www.open-mpi.org/community/help/ )
2828
.PP
2929
3. Seeing a list of installed Open MPI/SHMEM plugins and querying what
3030
MCA parameters they support.
@@ -196,7 +196,7 @@ Open MPI/SHMEM and the components, etc.
196196
.\" **************************
197197
.SH AUTHORS
198198
The Open MPI/SHMEM maintainers -- see
199-
.I http://www.openmpi.org/
199+
.I https://www.open-mpi.org/
200200
or the file
201201
.IR AUTHORS .
202202
.PP

0 commit comments

Comments
 (0)