pantry/projects/man-db.gitlab.io/man-db
2023-10-01 21:27:27 -04:00
..
package.yml TEA_PREFIX > PKGX_DIR; tea.prefix > pkgx.prefix 2023-10-01 21:27:27 -04:00
README.md man-db.gitlab.io/man-db (#2991) 2023-09-06 14:04:59 -04:00

man-db does not know about Xcode's manpages by default. You may want to add them to your MANPATH. Obtain the complete list of Xcode man directories with:

find $(xcode-select -p) -type d | /usr/bin/grep '/usr/share/man$' | /usr/bin/tr -s '\n' ':'; echo