nitc :: MPackage :: has_man
self
# Does `self` have a manpage files? private fun has_man: Bool do var man_path = self.man_path if man_path == null then return false return man_path.file_exists end