Author :
sthen
Date :
2025-08-31 10:47:02
Hash :660a2881 Message :use man -l to cope with the recent change to man(1) where "man
/path/to/file" is no longer implicitly treated as a request to format
the specified file. (other common man(1) implementations look for / in
the argument to decide whether to treat as a file).
diff from tb@; schwarze@ proposed an alternative (passing MAN=mandoc),
but this version is safer if upstream change things in a future version.