Closed camflint closed 4 years ago
On my machine, the man -d command returns 1 even when a manpage exists, causing vman to always print the 'No manual entry for ' message.
man -d
The fix is to use the man -w command instead, which prints the path to the manpage if it exists, and also correctly sets the status code.
man -w
On my machine, the' message.
man -d
command returns 1 even when a manpage exists, causing vman to always print the 'No manual entry forThe fix is to use the
man -w
command instead, which prints the path to the manpage if it exists, and also correctly sets the status code.