roddhjav / pass-audit

A pass extension for auditing your password repository.
https://www.passwordstore.org/
GNU General Public License v3.0
93 stars 18 forks source link

Fix manpage whatis entry #25

Closed thperret closed 2 years ago

thperret commented 2 years ago

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 commented 2 years ago

Thank for this PR. Merged.