[Bug 264047] whereis(1) broken with WITHOUT_MAN

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 17 May 2022 16:15:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264047

            Bug ID: 264047
           Summary: whereis(1) broken with WITHOUT_MAN
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: brooks@FreeBSD.org

The whereis program exits with an error if the manpath program is not present
(as happens with WITHOUT_MAN defined). It should skip searching manual pages
instead.

# whereis cc
sh: manpath: not found
whereis: error processing manpath results: No error: 0

-- 
You are receiving this mail because:
You are the assignee for the bug.