Skip to content

v5.0: markdown manpage cleanup #8699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

bwbarrett
Copy link
Member

Fix two issues with the markdown manpages:

  1. some had incorrect file permissions (were set executable)
  2. many were named incorrectly in man3 and were not being installed

A number of the markdown-ized man pages in the MPI man3 section
did not follow the expected naming convention, so rename them
to have the suffix .3.md instead of just .md.  The old names
resulted in two problems: first, they were never instaleld and
second, make maintainer-clean would delete them.  Renaming
the files to expected format fixes both issues.

Signed-off-by: Brian Barrett <[email protected]>
(cherry picked from commit 624e8cd)
A number of the markdown man pages in the MPI section
incorrectly had the execute bit set.  This commit
removes the execute bit.

Signed-off-by: Brian Barrett <[email protected]>
(cherry picked from commit 21fb639)
@bwbarrett
Copy link
Member Author

This is a backport of #8698

@jsquyres jsquyres added this to the v5.0.0 milestone Mar 25, 2021
@jsquyres jsquyres changed the title markdown manpage cleanup v5.0: markdown manpage cleanup Mar 25, 2021
@gpaulsen gpaulsen merged commit 38030ce into open-mpi:v5.0.x Mar 29, 2021
@bwbarrett bwbarrett deleted the backports/v5.0.x-maintainer-clean-must-not-remove-git-artifacts branch April 1, 2021 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants