Skip to content
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

doc: add man(1) page support, entries for DB administration subcommands #538

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cmoussa1
Copy link
Member

Problem

flux-accounting has no support for adding man(1) pages to the repository, which is needed for man pages for all of the various flux account subcommands.


This PR begins to add man(1) entries to the repository that can be accessed with man flux-account. To avoid posting a gigantic PR with many .rst files to read and review, I've started with adding just man(1) entries for all of the subcommands related to DB administration: create-db, export-db, and pop-db. These man pages can be accessed either with man flux-account create-db, man flux-account-create-db, or man flux account-create-db.

@cmoussa1 cmoussa1 added the documentation Improvements or additions to documentation label Nov 21, 2024
@cmoussa1 cmoussa1 changed the title doc: add man(1) page entries for DB administration subcommands doc: add man(1) page support, entries for DB administration subcommands Nov 21, 2024
Problem: flux-accounting has no support for adding man(1) pages to the
project, which is needed for man pages for all of the various
flux-accounting commands.

Add a man1/ folder to flux-accounting to allow man(1) pages to be added
to the repository.
Problem: flux-accounting doesn't have a man(1) entry for flux-account,
which has lots of subcommands that could use specific manual pages to
describe how to use each subcommand.

Add a general flux-account(1) man page entry and list of all the
currently available subcommands. Add man(1) entries for all of the DB
administration commands, i.e create-db, export-db, and pop-db. Add some
of the flagged "mispelled" words in these man pages to the dictionary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant