You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently man_check uses find to traverse the package contents to find directories named man, and potentially uncompressed man pages within them. We already have a list of the package contains though and going through that should be faster than searching on disk.
The text was updated successfully, but these errors were encountered:
Currently
man_check
usesfind
to traverse the package contents to find directories namedman
, and potentially uncompressed man pages within them. We already have a list of the package contains though and going through that should be faster than searching on disk.The text was updated successfully, but these errors were encountered: