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

Fix manpage whatis entry #25

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Conversation

thperret
Copy link
Contributor

First, thanks a lot for this nice tool. I'm not using it often but it comes in handy when I need it.

The current manpage has a problem in the NAME entry. According to the specifications, the program name must not contain any whitespace characters.

You can check that by using the lexgrog command line (from man-db package in Debian-like distributions):

$ lexgrog pass-audit.1
pass-audit.1: parse failed

with this fix:

$ lexgrog pass-audit.1 
pass-audit.1: "pass-audit - A pass(1) extension for auditing your password repository."

Note: this comes from a lintian check

@roddhjav
Copy link
Owner

Thank for this PR. Merged.

@roddhjav roddhjav merged commit 13b73cc into roddhjav:master Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants